- Dojo Mobile Showcase
This page shows a demo of the dojox.mobile widgets.
in Development > Mobile Web Apps with demo dojo dojox dojox.mobile mobile showcase widgets
- Widgets within Widgets - Higgins for President
At the day-job we do a lot of Widget work. We have Container widgets that hold Panel widgets, which hold Box widgets, which hold other widgets. The widgets themselves create other widgets and place them in their own ownership. Our full-page/no-refresh/Ajax-app with the long lived page views creates and destroys all these widgets based on the various events published around the page, but we ran into a problem along the way: a lot of the widgets weren't being destroyed. Ever. The whole system is quite sound, though lacked in this one regard. To be fair, Dijit cleans up after itself. Everything that is created when a Dijit widget instance is new'd up is removed when that instance is destroyed. Everything that is created declaratively in a template is cleaned u
in Development > JavaScript, AJAX & Dojo with dojo widgets
widgets from all users