Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
* To manage the hiding/display of cascading selects in V12.x. See: MultiClassification |
Javascript Notes
Javascript is currently used to
- Manage the drawing code entry (syncronize the drawing hirozontal vs. vertical code fields)
- Open/close tables (the toggles)
- On change in the document (and comment) forms
- Informing the server if the client has Javascript enabled
- Set focus (set for certain inputs form, mainly the login form)
To manage the hiding/display of cascading selects in V12.x. See: MultiClassification
Issues
- Our Javascript currently assumes a single form on a page, this could cause problems if we want to have a search box in our page header.
- - See app/js/drawmgt.js, search for forms[0]
- We should add names for our forms