WordPress/wp-includes/js/tinymce
Daryl Koopersmith 62e5ae4e56 MCE Views: First pass at keystroke and insertion handling.
* When a MCE view is selected, normal keystrokes (those without command/control) are blocked.
* Backspace/delete will successfully remove the view.
* Arrow handling will be added at a later point.
* When a MCE view is selected and content is pasted or injected (e.g. when an attachment is added), the content is added to the first text node after the view. If the view is at the end of the document or the next element is another view, a text node is injected into the DOM immediately after the selected view.

see #21390, #21812, #21813, #21815.


git-svn-id: http://core.svn.wordpress.org/trunk@22210 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-12 03:28:22 +00:00
..
langs It is 'Alternative Text', not 'Alternate Text'. props alecrust, RyanJKoehler. fixes #21176. 2012-09-19 16:55:43 +00:00
plugins MCE Views: First pass at keystroke and insertion handling. 2012-10-12 03:28:22 +00:00
themes/advanced MCE Views: Add selection/deselection when a view is clicked. 2012-10-11 23:52:09 +00:00
utils
license.txt
mark_loaded_src.js
tiny_mce_popup.js Update TinyMCE to 3.5.4.1, fixes #21173 2012-07-07 16:22:53 +00:00
tiny_mce.js Switch TinyMCE's schema to 'html5', add 'autofocus' to the attributes map for <input>, part props SergeyBiryukov, fixes #13314 2012-09-16 21:20:35 +00:00
wp-mce-help.php Update TinyMCE to 3.5.6, see #21173 2012-08-18 23:24:27 +00:00
wp-tinymce.js.gz Compress scripts/styles: 3.5-alpha-21964. TinyMCE updated. 2012-09-24 03:24:33 +00:00
wp-tinymce.php Do not use time constants in files the WP bootstrap is not or may not be loaded. see #20987. 2012-09-25 07:05:48 +00:00