Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Javascript Notes = |
= 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 == Issues == |
Line 5: | Line 13: |
* We should name our forms | * We should add names for our forms |
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
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