us site
developer center
search

Archive for the ‘dojo’ Category

Box layout containers for Dojo

Thursday, March 20th, 2008

What is it?

HorizontalBoxContainer and VerticalBoxContainer is a pair of layout managers that allow multiple children components to be laid out either vertically or horizontally. This is similar to BoxLayout from the Java Swing toolkit.

(more…)

Using the Dojo XML Parser

Tuesday, February 5th, 2008

I have spent the last few weeks building examples using XML on top of dojo, including an XML version of the mail application (you can see it here http://trac.dojotoolkit.org/ticket/5766).

(more…)