Home
last modified time | relevance | path

Searched refs:FCK_TRISTATE_DISABLED (Results 1 – 25 of 25) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktablecommand.js89 return FCK_TRISTATE_DISABLED ;
95 return FCK_TRISTATE_DISABLED ;
97 return FCKTableHandler.GetMergeRightTarget() ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
99 return FCKTableHandler.GetMergeDownTarget() ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
105 return FCK_TRISTATE_DISABLED;
H A Dfckstylecommand.js49 return FCK_TRISTATE_DISABLED ;
55 return FCK_TRISTATE_DISABLED ;
H A Dfckindentcommands.js79 return FCK_TRISTATE_DISABLED ;
97 return FCK_TRISTATE_DISABLED ;
106 return FCK_TRISTATE_DISABLED ;
119 return FCK_TRISTATE_DISABLED ;
128 return FCK_TRISTATE_DISABLED ;
H A Dfckshowblocks.js37 if ( state == FCK_TRISTATE_DISABLED )
53 return FCK_TRISTATE_DISABLED ;
H A Dfck_othercommands.js82 return FCK.EditorDocument ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
212 return ( FCKUndo.CheckUndoState() ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ) ;
228 return ( FCKUndo.CheckRedoState() ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ) ;
294 state = FCK_TRISTATE_DISABLED ;
H A Dfckjustifycommands.js96 if ( currentState == FCK_TRISTATE_DISABLED )
153 return FCK_TRISTATE_DISABLED ;
H A Dfckpastewordcommand.js37 return FCK_TRISTATE_DISABLED ;
H A Dfckspellcheckcommand_gecko.js38 return this.IsEnabled ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
H A Dfckremoveformatcommand.js43 return FCK.EditorWindow ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
H A Dfckspellcheckcommand_ie.js66 return this.IsEnabled ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
H A Dfckfitwindow.js167 return FCK_TRISTATE_DISABLED ;
H A Dfckblockquotecommand.js178 return FCK_TRISTATE_DISABLED ;
H A Dfcklistcommands.js36 return FCK_TRISTATE_DISABLED ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarspecialcombo.js90 if ( sValue != FCK_TRISTATE_DISABLED )
113 eState = FCK_TRISTATE_DISABLED ;
119 if ( eState == FCK_TRISTATE_DISABLED )
129 this._Combo.SetEnabled( eState != FCK_TRISTATE_DISABLED ) ;
139 this.State = FCK_TRISTATE_DISABLED ;
H A Dfcktoolbarbuttonui.js139 case FCK_TRISTATE_DISABLED :
165 if ( button.OnClick && button.State != FCK_TRISTATE_DISABLED )
H A Dfcktoolbarbutton.js75 this._UIButton.ChangeState( FCK_TRISTATE_DISABLED ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_contextmenu.js57 …( 'Cut' , FCKLang.Cut , 7, FCKCommands.GetCommand( 'Cut' ).GetState() == FCK_TRISTATE_DISABLED ) ;
58 …'Copy' , FCKLang.Copy , 8, FCKCommands.GetCommand( 'Copy' ).GetState() == FCK_TRISTATE_DISABLED ) ;
59 …ste' , FCKLang.Paste , 9, FCKCommands.GetCommand( 'Paste' ).GetState() == FCK_TRISTATE_DISABLED ) ;
78 FCKCommands.GetCommand( 'TableMergeCells' ).GetState() == FCK_TRISTATE_DISABLED ) ;
82 FCKCommands.GetCommand( 'TableMergeRight' ).GetState() == FCK_TRISTATE_DISABLED ) ;
84 FCKCommands.GetCommand( 'TableMergeDown' ).GetState() == FCK_TRISTATE_DISABLED ) ;
87 FCKCommands.GetCommand( 'TableHorizontalSplitCell' ).GetState() == FCK_TRISTATE_DISABLED ) ;
89 FCKCommands.GetCommand( 'TableVerticalSplitCell' ).GetState() == FCK_TRISTATE_DISABLED ) ;
92 FCKCommands.GetCommand( 'TableCellProp' ).GetState() == FCK_TRISTATE_DISABLED ) ;
121 if ( bInsideLink || FCK.GetNamedCommandState( 'Unlink' ) != FCK_TRISTATE_DISABLED )
H A Dfckcommands.js160 return FCKConfig.FullPage ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
166 return isDisabled ? FCK_TRISTATE_DISABLED : FCK_TRISTATE_OFF ;
H A Dfck.js462 return FCK_TRISTATE_DISABLED ;
479 if ( eState == FCK_TRISTATE_DISABLED )
H A Dfck_gecko.js316 return FCKSelection.HasAncestorNode('A') ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckconstants.js33 var FCK_TRISTATE_DISABLED = window.parent.FCK_TRISTATE_DISABLED = -1 ; variable
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js25 …TRISTATE_ON=window.parent.FCK_TRISTATE_ON=1;var FCK_TRISTATE_DISABLED=window.parent.FCK_TRISTATE_D… variable
H A Dfckeditorcode_gecko.js25 …TRISTATE_ON=window.parent.FCK_TRISTATE_ON=1;var FCK_TRISTATE_DISABLED=window.parent.FCK_TRISTATE_D… variable
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js25 …TRISTATE_ON=window.parent.FCK_TRISTATE_ON=1;var FCK_TRISTATE_DISABLED=window.parent.FCK_TRISTATE_D… variable
H A Dfckeditorcode_ie.js25 …TRISTATE_ON=window.parent.FCK_TRISTATE_ON=1;var FCK_TRISTATE_DISABLED=window.parent.FCK_TRISTATE_D… variable