Home
last modified time | relevance | path

Searched refs:MoveToAncestorNode (Results 1 – 14 of 14) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler_ie.js28 var td = FCKSelection.MoveToAncestorNode( 'TD' ) ;
42 oParent = FCKSelection.MoveToAncestorNode( 'TABLE' ) ;
H A Dfck_contextmenu.js124 var oLink = FCKSelection.MoveToAncestorNode( 'A' ) ;
153 var oLink = FCKSelection.MoveToAncestorNode( 'A' ) ;
H A Dfckselection_ie.js158 FCKSelection.MoveToAncestorNode = function( nodeTagName ) function
H A Dfckselection_gecko.js181 FCKSelection.MoveToAncestorNode = function( nodeTagName ) function
H A Dfcktablehandler.js29 var oRow = FCKSelection.MoveToAncestorNode( 'TR' ) ;
88 table = FCKSelection.MoveToAncestorNode( 'TABLE' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js273 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
291 var oLink = FCKSelection.MoveToAncestorNode( 'A' ) ;
423 oAnchor = FCK.Selection.MoveToAncestorNode( 'A' ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js62 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js82 var oLink = dialog.Selection.GetSelection().MoveToAncestorNode( 'A' ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js127 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js78 …quals(A)) return true;B=B.parentNode;};return false;};FCKSelection.MoveToAncestorNode=function(A){… function
79MoveToAncestorNode('TR');if (!B) return;var C=B.cloneNode(true);B.parentNode.insertBefore(C,B);FCK…
80MoveToAncestorNode(['TD','TH']);return A?[A]:[];};var B=[];var C=FCKSelection.GetSelection().creat…
85MoveToAncestorNode('A');if (A) FCKTools.RemoveOuterTags(A);return;};FCK.ExecuteNamedCommand(this.N…
121MoveToAncestorNode('A');var G=(F&&F.name.length>0&&F.href.length==0);if (G) return;menu.AddSeparat…
H A Dfckeditorcode_gecko.js74 …quals(A)) return true;B=B.parentNode;};return false;};FCKSelection.MoveToAncestorNode=function(A){… function
75MoveToAncestorNode('TR');if (!B) return;var C=B.cloneNode(true);B.parentNode.insertBefore(C,B);FCK…
81MoveToAncestorNode('A');if (A) FCKTools.RemoveOuterTags(A);return;};FCK.ExecuteNamedCommand(this.N…
120MoveToAncestorNode('A');var G=(F&&F.name.length>0&&F.href.length==0);if (G) return;menu.AddSeparat…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js64 …gName==A) return true;B=B.parentNode;};return false;};FCKSelection.MoveToAncestorNode=function(A){… function
65MoveToAncestorNode('TR');if (!B) return;var C=B.cloneNode(true);B.parentNode.insertBefore(C,B);FCK…
66MoveToAncestorNode('TD');return A?[A]:[];};var B=[];var C=FCK.EditorDocument.selection.createRange…
71MoveToAncestorNode('A');if (A) FCKTools.RemoveOuterTags(A);return;};FCK.ExecuteNamedCommand(this.N…
107MoveToAncestorNode('A');var G=(F&&F.name.length>0&&F.href.length==0);if (G) return;menu.AddSeparat…
H A Dfckeditorcode_gecko.js63 …gName==A) return true;B=B.parentNode;};return false;};FCKSelection.MoveToAncestorNode=function(A){… function
64MoveToAncestorNode('TR');if (!B) return;var C=B.cloneNode(true);B.parentNode.insertBefore(C,B);FCK…
70MoveToAncestorNode('A');if (A) FCKTools.RemoveOuterTags(A);return;};FCK.ExecuteNamedCommand(this.N…
106MoveToAncestorNode('A');var G=(F&&F.name.length>0&&F.href.length==0);if (G) return;menu.AddSeparat…
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js326 var oLink = dialog.Selection.GetSelection().MoveToAncestorNode( 'A' ) ;