X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Ftab%2Fplugin.js;h=950fe8262e112a4c40c7a187c68af886e264cfda;hp=b8070f69d4f94aa000c3fd2ffcae3608e9da127b;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hpb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796 diff --git a/_source/plugins/tab/plugin.js b/_source/plugins/tab/plugin.js index b8070f6..950fe82 100644 --- a/_source/plugins/tab/plugin.js +++ b/_source/plugins/tab/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, 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 );