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

Posted in techy solutions | Tagged , , , , | View Comments

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

Posted in techy solutions | Tagged , , , , | View Comments