Searched refs:CheckIsSelectionRectangular (Results 1 – 6 of 6) sorted by relevance
| /plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
| D | fcktablecommand.js | 91 if ( FCKTableHandler.CheckIsSelectionRectangular()
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fcktablehandler.js | 291 FCKTableHandler.CheckIsSelectionRectangular = function() class
|
| /plugin/wysiwyg/fckeditor/editor/js/ |
| D | fckeditorcode_gecko.js | 64 …;return { 'width':E,'height':F,'x':G,'y':H };};FCKTableHandler.CheckIsSelectionRectangular=functio… class 76 …rn 0;else return -1;case 'TableMergeCells':if (FCKTableHandler.CheckIsSelectionRectangular()&&FCKT…
|
| D | fckeditorcode_ie.js | 65 …;return { 'width':E,'height':F,'x':G,'y':H };};FCKTableHandler.CheckIsSelectionRectangular=functio… class 77 …rn 0;else return -1;case 'TableMergeCells':if (FCKTableHandler.CheckIsSelectionRectangular()&&FCKT…
|
| /plugin/fckg/fckeditor/editor/js/ |
| D | fckeditorcode_ie.js | 79 …;return { 'width':E,'height':F,'x':G,'y':H };};FCKTableHandler.CheckIsSelectionRectangular=functio… class 91 …rn 0;else return -1;case 'TableMergeCells':if (FCKTableHandler.CheckIsSelectionRectangular()&&FCKT…
|
| D | fckeditorcode_gecko.js | 75 …;return { 'width':E,'height':F,'x':G,'y':H };};FCKTableHandler.CheckIsSelectionRectangular=functio… class 87 …rn 0;else return -1;case 'TableMergeCells':if (FCKTableHandler.CheckIsSelectionRectangular()&&FCKT…
|