Home
last modified time | relevance | path

Searched refs:HasAncestorNode (Results 1 – 9 of 9) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_contextmenu.js67 var bIsCell = ( !bIsTable && FCKSelection.HasAncestorNode( 'TABLE' ) ) ;
119 var bInsideLink = ( tagName == 'A' || FCKSelection.HasAncestorNode( 'A' ) ) ;
179 if ( FCKSelection.HasAncestorNode('FORM') )
278 if ( FCKSelection.HasAncestorNode('UL') )
289 if ( FCKSelection.HasAncestorNode('OL') )
H A Dfckselection_ie.js134 FCKSelection.HasAncestorNode = function( nodeTagName ) function
H A Dfckselection_gecko.js162 FCKSelection.HasAncestorNode = function( nodeTagName ) function
H A Dfck_gecko.js316 return FCKSelection.HasAncestorNode('A') ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktablecommand.js80 if ( FCK.EditorDocument != null && FCKSelection.HasAncestorNode( 'TABLE' ) )
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js32 …ommandState=function(A){switch (A){case 'Unlink':return FCKSelection.HasAncestorNode('A')?0:-1;def…
63 …|A===true) B.collapseToStart();else B.collapseToEnd();};FCKSelection.HasAncestorNode=function(A){v… function
76 …otype.GetState=function(){if (FCK.EditorDocument!=null&&FCKSelection.HasAncestorNode('TABLE')){swi…
106HasAncestorNode('TABLE'));if (C){menu.AddSeparator();var D=menu.AddItem('Cell',FCKLang.CellCM);D.A…
H A Dfckeditorcode_ie.js64 …eateRange();B.collapse(A==null||A===true);B.select();}};FCKSelection.HasAncestorNode=function(A){v… function
77 …otype.GetState=function(){if (FCK.EditorDocument!=null&&FCKSelection.HasAncestorNode('TABLE')){swi…
107HasAncestorNode('TABLE'));if (C){menu.AddSeparator();var D=menu.AddItem('Cell',FCKLang.CellCM);D.A…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js35 …ommandState=function(A){switch (A){case 'Unlink':return FCKSelection.HasAncestorNode('A')?0:-1;def…
74 …|A===true) B.collapseToStart();else B.collapseToEnd();};FCKSelection.HasAncestorNode=function(A){v… function
87 …otype.GetState=function(){if (FCK.EditorDocument!=null&&FCKSelection.HasAncestorNode('TABLE')){swi…
120HasAncestorNode('TABLE'));if (C){menu.AddSeparator();var D=menu.AddItem('Cell',FCKLang.CellCM);D.A…
H A Dfckeditorcode_ie.js78 …eateRange();B.collapse(A==null||A===true);B.select();}};FCKSelection.HasAncestorNode=function(A){v… function
91 …otype.GetState=function(){if (FCK.EditorDocument!=null&&FCKSelection.HasAncestorNode('TABLE')){swi…
121HasAncestorNode('TABLE'));if (C){menu.AddSeparator();var D=menu.AddItem('Cell',FCKLang.CellCM);D.A…