mediawiki-extensions-CodeEd.../modules
Brad Jorsch b802deafbf Make CodeEditor cooperate with the experimental live preview
LivePreview takes the text from the textarea and sends it to the server
via an Ajax call to handle preview and diff. But CodeEditor hides that
textarea, and only updates it when the form is submitted or the "disable
CodeEditor" button is used.

Fortunately, LivePreview already provides a custom JavaScript event to
indicate when it is about to pull the textarea contents. So all we have
to do is listen for that and update it.

Bug: 47235
Change-Id: Iba1b727c55aabcd31afc06cec99618fcdce207d8
2013-05-07 11:08:47 -04:00
..
ace Updated Ace 2012-07-09 02:13:50 +00:00
ext.codeEditor.geshi.js (Bug 42561) Enable Ace's JSON mode 2012-12-01 01:09:55 -08:00
ext.codeEditor.js Fixed a couple of minor issues in r115010: 2012-04-23 11:40:43 +00:00
jquery.codeEditor.js Make CodeEditor cooperate with the experimental live preview 2013-05-07 11:08:47 -04:00