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