I’m currently working on a Dojo/Dijit based web application. The HTML for this app is very minimal: just a div tag that is used as a connection point. The rest of the HTML is generated on the fly by the Dijit libraries. Here is an example: var table = new dojox.layout.TableContainer({ cols: 2, spacing: “5px” [...]
READ MORE »