X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fplugins%2Ftab%2Fplugin.js;h=950fe8262e112a4c40c7a187c68af886e264cfda;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=f0a21b488d366b8aa0297950f06b846a4dae3060;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/plugins/tab/plugin.js b/_source/plugins/tab/plugin.js index f0a21b4..950fe82 100644 --- a/_source/plugins/tab/plugin.js +++ b/_source/plugins/tab/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -13,6 +13,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license var blurCommand = { + readOnly : 1, exec : function( editor ) { editor.container.focusNext( true, editor.tabIndex ); @@ -21,6 +22,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license var blurBackCommand = { + readOnly : 1, exec : function( editor ) { editor.container.focusPrevious( true, editor.tabIndex );