Read more

Variable Properties

The shortest cookie ever: How to assign properties from variable hashes, or: Why dotted notation rocks.
Read the rest of this entry »

Read more

Submitting dijit.Editor’s content in a form

Here’s a simple HOWTO to submit your editor content inside a form tag. There are other ways to do this, but this is what I do.
Read the rest of this entry »

Read more

dojo.hitch and scope - more romance

Scope in javascript is one of those topics that won’t go away. It continues to trip people up again and again, despite numerous articles including a great cookie right here on dojo campus. In this cookie, I’m going to sneak up on dojo.hitch from a different angle by re-visiting some of the basics of how function scope works.
Read the rest of this entry »