Notes about HTML Forms in WebLearn
==================================
Some of the forms in WebLearn benifit from having JavaScript controlls attached
to them to aid the user in entering the content (eg: JavaScript editor).
WebLearn does this through
client side JavaScript that is run after the page is loaded. This way if a
browser doesn't have JavaScript enabled the extra controls won't be shown. Also
if these controls are added dynamically changing the control we use shouldn't
result in having to change lots of pages.
Generic Stuff
=============
For the controls to work the JavaScript library utils.js has to be included in
the page. This is normally done with the building command: