Home
last modified time | relevance | path

Searched refs:GetElementAscensor (Results 1 – 12 of 12) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js85 var row = FCKTools.GetElementAscensor( this._RightCell, "tr" ) ;
103 var table = FCKTools.GetElementAscensor( FCKDragTableHandler._LeftCell, "table" );
139 var table = FCKTools.GetElementAscensor( FCKDragTableHandler._LeftCell, "table" ) ;
334 FCKTools.GetElementAscensor( this._LeftCell, "table" ),
348 node = FCKTools.GetElementAscensor( node, "table" ) ;
364 FCKTools.GetElementAscensor( this._LeftCell, "table" ),
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js86 var row = FCKTools.GetElementAscensor( this._RightCell, "tr" ) ;
102 var table = FCKTools.GetElementAscensor( FCKDragTableHandler._LeftCell, "table" );
141 var table = FCKTools.GetElementAscensor( FCKDragTableHandler._LeftCell, "table" ) ;
334 FCKTools.GetElementAscensor( this._LeftCell, "table" ),
348 node = FCKTools.GetElementAscensor( node, "table" ) ;
364 FCKTools.GetElementAscensor( this._LeftCell, "table" ),
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler_gecko.js33 var oParent = FCKTools.GetElementAscensor( oSelection.anchorNode, 'TD,TH' ) ;
H A Dfcktablehandler.js55 var oRow = FCKTools.GetElementAscensor( aCells[i],'TR' ) ;
67 var oTable = FCKTools.GetElementAscensor( row, 'TABLE' ) ;
117 var oTable = FCKTools.GetElementAscensor( oCell, 'TABLE' ) ;
166 var oTable = FCKTools.GetElementAscensor( oCell, 'TABLE' ) ;
221 FCKTableHandler.DeleteRows( FCKTools.GetElementAscensor( cell, 'TR' ) ) ;
H A Dfcktools.js333 FCKTools.GetElementAscensor = function( element, ascensorTagNames ) function
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js249 itemNode = FCKTools.GetElementAscensor( itemNode, 'li' ) ;
339 itemNode = FCKTools.GetElementAscensor( itemNode, 'li' ) ;
H A Dfckindentcommands.js95 var firstItem = FCKTools.GetElementAscensor( startContainer, 'li' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js337 var eCurrentCell = FCKTools.GetElementAscensor( oCurrentBlock, 'td' );
346 var eNextCell = FCKTools.GetElementAscensor( eNext, 'td' );
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js36 …zeToStyle=function(A){return A.EndsWith('%')?A:(A+'px');};FCKTools.GetElementAscensor=function(A,B… function
60GetElementAscensor(C,'td');var E=FCKDomTools.GetNextSourceElement(C,true,[B.StartBlockLimit.nodeNa…
64GetElementAscensor(B[i],'TR');C[D.rowIndex]=D;};for (var i=C.length;i>=0;i--){if (C[i]) FCKTableHa…
65 …on();if (B.rangeCount==1&&B.anchorNode.nodeType==3){var C=FCKTools.GetElementAscensor(B.anchorNode…
78GetElementAscensor(F,'li');if (!F||F._FCK_ListItem_Processed) continue;E.push(F);FCKDomTools.SetEl…
80 …);if (C){if (this.Name.IEquals('outdent')) return 0;var D=FCKTools.GetElementAscensor(A,'li');if (…
H A Dfckeditorcode_ie.js37 …zeToStyle=function(A){return A.EndsWith('%')?A:(A+'px');};FCKTools.GetElementAscensor=function(A,B… function
61GetElementAscensor(C,'td');var E=FCKDomTools.GetNextSourceElement(C,true,[B.StartBlockLimit.nodeNa…
65GetElementAscensor(B[i],'TR');C[D.rowIndex]=D;};for (var i=C.length;i>=0;i--){if (C[i]) FCKTableHa…
79GetElementAscensor(F,'li');if (!F||F._FCK_ListItem_Processed) continue;E.push(F);FCKDomTools.SetEl…
81 …);if (C){if (this.Name.IEquals('outdent')) return 0;var D=FCKTools.GetElementAscensor(A,'li');if (…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js47 …zeToStyle=function(A){return A.EndsWith('%')?A:(A+'px');};FCKTools.GetElementAscensor=function(A,B… function
71GetElementAscensor(C,'td');var E=FCKDomTools.GetNextSourceElement(C,true,[B.StartBlockLimit.nodeNa…
75GetElementAscensor(A,'TABLE');if (E.rows.length==1){FCKTableHandler.DeleteTable(E);return;};A.pare…
76 …on();if (B.rangeCount==1&&B.anchorNode.nodeType==3){var C=FCKTools.GetElementAscensor(B.anchorNode…
89GetElementAscensor(F,'li');if (!F||F._FCK_ListItem_Processed) continue;E.push(F);FCKDomTools.SetEl…
91 …);if (C){if (this.Name.IEquals('outdent')) return 0;var D=FCKTools.GetElementAscensor(A,'li');if (…
H A Dfckeditorcode_ie.js37 …rol';var E=D&&FCKSelection.GetSelectedElement();if (!(D&&!FCKTools.GetElementAscensor(E,'a'))) FCK…
51 …zeToStyle=function(A){return A.EndsWith('%')?A:(A+'px');};FCKTools.GetElementAscensor=function(A,B… function
75GetElementAscensor(C,'td');var E=FCKDomTools.GetNextSourceElement(C,true,[B.StartBlockLimit.nodeNa…
79GetElementAscensor(A,'TABLE');if (E.rows.length==1){FCKTableHandler.DeleteTable(E);return;};A.pare…
93GetElementAscensor(F,'li');if (!F||F._FCK_ListItem_Processed) continue;E.push(F);FCKDomTools.SetEl…
95 …);if (C){if (this.Name.IEquals('outdent')) return 0;var D=FCKTools.GetElementAscensor(A,'li');if (…