aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/scripts/editor.js
Commit message (Collapse)AuthorAge
* refactor editor.js completelyeditorjs-cleanupAndreas Gohr2022-07-14
| | | | | | | This makes it simpler, cleaner and uses more modern JS APIs. jQuery dependencies have been mostly (but not completely) removed. This also fixes #3711
* cleanup of editor.jsAndreas Gohr2022-07-14
| | | | removed obsolete calls, fixed type safety and doc blocks, reformatted
* jquery-migrate: replace on()/trigger() shorthand and use prop() for disabled ↵Phy2020-02-23
| | | | | | attr Related to #1546.
* Merge branch 'jqsplit'Andreas Gohr2017-02-03
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * jqsplit: Restore smoothness.css using update.sh allow selecting the preferred CDN and add event load jquery via https always split off jquery from other JS and add CDN option #1766 use external version file for jquery updates removed jQuery.browser calls replace deprecated bind() calls replace deprecated delegate() calls fixed radio options in media manager for new jQ-UI jQuery Updates
| * removed jQuery.browser callsAndreas Gohr2016-11-26
| | | | | | | | | | | | | | | | | | jQuery.browser no longer exists in jQuery nor in jQuery migrate. A quick check in Opera and IE11 suggests that both parts that used it are no longer needed so they were simply removed. More browser tests especially for the resize handling in the media manager are recommended.
* | fix size controls under edit box to work in xhtmlAnika Henke2016-04-20
|/
* 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