Hi all!
I recently wrote a javascript program to perform some auto-formating on a dojo-enabled form. The form is output using Zend_Framework's Zend_Dojo_Form class. Actually, my entire site is powered by the ZF. I am calling this external file and including it when the form is displayed. I want to take advantage of dojo's features, and don't want to write any "hacks", so my question is regarding best practices when using external scripts with dojo.
