Disclaimer
The postings on this site are my own and don't necessarily represent my employer's positions, strategies, opinions or anything else.
Tag Archives: dojo
Programmatic page layouts using dojo and existing markup
The layout tutorials for dojo that I’ve seen all seem to fall into two categories: Markup-based: adding dojoType properties to HTML elements in the markup Programmatic: creating HTML elements in JavaScript When using a toolkit such as dojo for layout … Continue reading
Dojo checkboxes
I recently hit this snag when working with Dojo. Basically I wanted to set the checked status of a checkbox on a webpage programmatically. Simple you might think? Apparently not as easy as it should be. Interaction with checkboxes has … Continue reading