Live Editor
    UI Markup
    Runtime
    XBL 2.0

Live Editor  
home > samples > Live Editor
Save & ShareSave & Share  SubscribeSubscribe

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>
 

home | download | get started | samples
dojo.E is licensed under the Apache 2.0 License
© 2005-2008 Nexaweb Technologies Inc. All Rights Reserved.