summaryrefslogtreecommitdiff
path: root/lib/scripts/editor.js
Commit message (Collapse)AuthorAge
* changed all input type=submit buttons to button type=submit button for ↵Anika Henke2015-07-12
| | | | better stylability
* Handles CTRL-Enter event to save in the editorchristian studer2014-11-12
|
* renamed conflicting JavaScript functions FS#2915Andreas Gohr2014-01-17
|
* added aria attributes to edit modeAnika Henke2013-08-01
|
* IE doesn't know indexOf for arrays FS#2381Andreas Gohr2011-11-27
| | | | this fixes another IE javascript problem in edit mode
* fix IE8 error FS#2381Andreas Gohr2011-11-27
| | | | A trailing comma created an empty array item causing IE8 to choke.
* Various JavaScript improvements, JSLint, jQueryAdrian Lang2011-09-13
|
* moved keyhandler to the new dw_editor objectAndreas Gohr2011-08-19
|
* renamed some variables in editor.jsAndreas Gohr2011-08-19
|
* moved some editor functions to a new dw_editor objectAndreas Gohr2011-07-08
There are probably more functions that should go in here