|
| Live Editor
This example demonstrates the execution of dojo.E markup. dojo.E XML can be changed on the fly, declaratively, making it possible to create dynamic applications without writing large amounts of JavaScript. Place valid syntax in the text area and click run; or simply click and edit some of the examples provided. Your XML must follow the structure outlined below. <declarations> <!-- Runtime Markup --> </declarations> <ui xmlns:dijit="dijit" xmlns:html="html"> <!-- User Interface Markup --> </ui> |