Home
last modified time | relevance | path

Searched refs:GetNamedCommandState (Results 1 – 11 of 11) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js286 var state = FCK.GetNamedCommandState( this.Name ) ;
352 return FCK.GetNamedCommandState( 'Paste' ) ;
372 return FCK.GetNamedCommandState( 'InsertHorizontalRule' ) ;
392 return FCK.GetNamedCommandState( 'Cut' ) ;
460 return FCK.GetNamedCommandState( 'Unlink') ;
H A Dfckpasteplaintextcommand.js37 return FCK.GetNamedCommandState( 'Paste' ) ;
H A Dfckpastewordcommand.js39 return FCK.GetNamedCommandState( 'Paste' ) ;
H A Dfcknamedcommand.js36 return FCK.GetNamedCommandState( this.Name ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_gecko.js310 FCK._BaseGetNamedCommandState = FCK.GetNamedCommandState ;
311 FCK.GetNamedCommandState = function( commandName ) function
H A Dfck_contextmenu.js121 if ( bInsideLink || FCK.GetNamedCommandState( 'Unlink' ) != FCK_TRISTATE_DISABLED )
H A Dfck.js452 GetNamedCommandState : function( commandName ) method in FCK
477 var eState = FCK.GetNamedCommandState( commandName ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31GetNamedCommandState:function(A){try{if (FCKBrowserInfo.IsSafari&&FCK.EditorWindow&&A.IEquals('Pas… method in FCK
32 …ument_OnContextMenu;FCK._BaseGetNamedCommandState=FCK.GetNamedCommandState;FCK.GetNamedCommandStat… function
68 ….Name);};FCKNamedCommand.prototype.GetState=function(){return FCK.GetNamedCommandState(this.Name);…
70GetNamedCommandState(this.Name);if (A==0&&FCK.EditMode==0){var B=FCKSelection.MoveToAncestorNode('…
74 …;FCKPastePlainTextCommand.prototype.GetState=function(){return FCK.GetNamedCommandState('Paste');};
75 …n(){if (FCKConfig.ForcePasteAsPlainText) return -1;else return FCK.GetNamedCommandState('Paste');};
106 …ar E=(tagName=='A'||FCKSelection.HasAncestorNode('A'));if (E||FCK.GetNamedCommandState('Unlink')!=…
H A Dfckeditorcode_ie.js32GetNamedCommandState:function(A){try{if (FCKBrowserInfo.IsSafari&&FCK.EditorWindow&&A.IEquals('Pas… method in FCK
69 ….Name);};FCKNamedCommand.prototype.GetState=function(){return FCK.GetNamedCommandState(this.Name);…
71GetNamedCommandState(this.Name);if (A==0&&FCK.EditMode==0){var B=FCKSelection.MoveToAncestorNode('…
75 …;FCKPastePlainTextCommand.prototype.GetState=function(){return FCK.GetNamedCommandState('Paste');};
76 …n(){if (FCKConfig.ForcePasteAsPlainText) return -1;else return FCK.GetNamedCommandState('Paste');};
107 …ar E=(tagName=='A'||FCKSelection.HasAncestorNode('A'));if (E||FCK.GetNamedCommandState('Unlink')!=…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31GetNamedCommandState:function(A){try{if (FCKBrowserInfo.IsSafari&&FCK.EditorWindow&&A.IEquals('Pas… method in FCK
35 …ument_OnContextMenu;FCK._BaseGetNamedCommandState=FCK.GetNamedCommandState;FCK.GetNamedCommandStat… function
79 …ype.GetState=function(){if (FCK.EditMode!=0) return -1;return FCK.GetNamedCommandState(this.Name);…
81GetNamedCommandState(this.Name);if (A==0&&FCK.EditMode==0){var B=FCKSelection.MoveToAncestorNode('…
85 …type.GetState=function(){if (FCK.EditMode!=0) return -1;return FCK.GetNamedCommandState('Paste');};
86 …ode!=0||FCKConfig.ForcePasteAsPlainText) return -1;else return FCK.GetNamedCommandState('Paste');};
120 …ar E=(tagName=='A'||FCKSelection.HasAncestorNode('A'));if (E||FCK.GetNamedCommandState('Unlink')!=…
H A Dfckeditorcode_ie.js32GetNamedCommandState:function(A){try{if (FCKBrowserInfo.IsSafari&&FCK.EditorWindow&&A.IEquals('Pas… method in FCK
83 …ype.GetState=function(){if (FCK.EditMode!=0) return -1;return FCK.GetNamedCommandState(this.Name);…
85GetNamedCommandState(this.Name);if (A==0&&FCK.EditMode==0){var B=FCKSelection.MoveToAncestorNode('…
89 …type.GetState=function(){if (FCK.EditMode!=0) return -1;return FCK.GetNamedCommandState('Paste');};
90 …ode!=0||FCKConfig.ForcePasteAsPlainText) return -1;else return FCK.GetNamedCommandState('Paste');};
121 …ar E=(tagName=='A'||FCKSelection.HasAncestorNode('A'));if (E||FCK.GetNamedCommandState('Unlink')!=…