JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.6
[ckeditor.git] / _source / plugins / tab / plugin.js
index b8070f6..950fe82 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -13,6 +13,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 \r
        var blurCommand =\r
                {\r
+                       readOnly : 1,\r
                        exec : function( editor )\r
                        {\r
                                editor.container.focusNext( true, editor.tabIndex );\r
@@ -21,6 +22,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 \r
        var blurBackCommand =\r
                {\r
+                       readOnly : 1,\r
                        exec : function( editor )\r
                        {\r
                                editor.container.focusPrevious( true, editor.tabIndex );\r