Home
last modified time | relevance | path

Searched defs:MoveToAncestorNode (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckselection_gecko.js181 FCKSelection.MoveToAncestorNode = function( nodeTagName ) function
H A Dfckselection_ie.js158 FCKSelection.MoveToAncestorNode = function( nodeTagName ) function
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js64 …gName==A) return true;B=B.parentNode;};return false;};FCKSelection.MoveToAncestorNode=function(A){… function
H A Dfckeditorcode_gecko.js63 …{};if (B&&B.rangeCount==1){var C=B.getRangeAt(0);if (C.startContainer==C.endContainer&&(C.endOffse…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js74 …rangeCount==1){var C=B.getRangeAt(0);if (C.startContainer==C.endContainer&&(C.endOffset-C.startOff…
H A Dfckeditorcode_ie.js78 …quals(A)) return true;B=B.parentNode;};return false;};FCKSelection.MoveToAncestorNode=function(A){… function