X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Ftab%2Fplugin.js;h=950fe8262e112a4c40c7a187c68af886e264cfda;hb=refs%2Ftags%2Fv3.6.6;hp=42255b11c4a23140e7d3c7b5f8b3c023eed24cd8;hpb=039a051ccf3901311661022a30afd60fc38130c9;p=ckeditor.git diff --git a/_source/plugins/tab/plugin.js b/_source/plugins/tab/plugin.js index 42255b1..950fe82 100644 --- a/_source/plugins/tab/plugin.js +++ b/_source/plugins/tab/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, 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 );