Home
last modified time | relevance | path

Searched refs:FCKSelection (Results 26 – 31 of 31) sorted by relevance

12

/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js52FCKSelection.GetSelectedElement());else A.ApplyToSelection(FCK.EditorWindow);FCK.Events.FireEvent(…
62 var FCKSelection=FCK.Selection={GetParentBlock:function(){var A=this.GetParentElement();while (A){i… variable
63 FCKSelection.GetType=function(){var A='Text';var B;try { B=FCK.EditorWindow.getSelection();} catch …
64FCKSelection.MoveToAncestorNode('TR');if (!B) return;var C=B.cloneNode(true);B.parentNode.insertBe…
69 …function(){if (!FCK.EditorDocument) return -1;if (FCKSelection.GetType()=='Control'){var A=FCKSele…
76 …leCommand.prototype.GetState=function(){if (FCK.EditorDocument!=null&&FCKSelection.HasAncestorNode…
79 …CK.EditMode!=0||!FCK.EditorWindow) return -1;var A=new FCKElementPath(FCKSelection.GetBoundaryPare…
80 …entCommand._InitIndentModeParameters();var A=FCKSelection.GetBoundaryParentElement(true);var B=FCK…
81 …CK.EditMode!=0||!FCK.EditorWindow) return -1;var A=new FCKElementPath(FCKSelection.GetBoundaryPare…
93 ….prototype.StyleCombo_OnBeforeClick=function(A){A.DeselectAll();var B=FCKSelection.GetBoundaryPare…
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js291 var oLink = FCKSelection.MoveToAncestorNode( 'A' ) ;
H A Dfcklistcommands.js40 var startContainer = FCKSelection.GetBoundaryParentElement( true ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js110 var parentElement = FCKSelection.GetParentElement() ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js623 oEditor.FCKSelection.SelectNode( aLinks[0] );
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js1182 oEditor.FCKSelection.SelectNode(aLinks[0] );

12