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: which will include the utility JavaScript as well as the required controlls. To get the controls to be automatically decorated the onload handler of the page needs to be set: globalOnLoad() is defined in utils.js Editor Widget ============= At the moment all