/** * 이 글은 거의 영문 자료를 보고 제가 이해한 내용이기에~ 간혹.. 말이 안되는 때는 지적을 해주세용~ **/ 1. Dijit이란? Dojo widget system. Javascript Function Object. Create widgets programmatically, or use declarative markup. HTML markup, css, javascript, static resource인 image와 같은 resource의 collection이다. widget은 dojo.declare로 생성된다. 2. 선언적인 방법으로 위젯(declarative widget) 생성하기 widget은 HTML markup으로 생성되고 dojoType= attribute로 선언한다. 이 방법으로 ..