/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fcktablecommand.js | 89 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 D | fckstylecommand.js | 49 return FCK_TRISTATE_DISABLED ; 55 return FCK_TRISTATE_DISABLED ;
|
H A D | fckindentcommands.js | 79 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 D | fckshowblocks.js | 37 if ( state == FCK_TRISTATE_DISABLED ) 53 return FCK_TRISTATE_DISABLED ;
|
H A D | fck_othercommands.js | 82 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 D | fckjustifycommands.js | 96 if ( currentState == FCK_TRISTATE_DISABLED ) 153 return FCK_TRISTATE_DISABLED ;
|
H A D | fckpastewordcommand.js | 37 return FCK_TRISTATE_DISABLED ;
|
H A D | fckspellcheckcommand_gecko.js | 38 return this.IsEnabled ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
|
H A D | fckremoveformatcommand.js | 43 return FCK.EditorWindow ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
|
H A D | fckspellcheckcommand_ie.js | 66 return this.IsEnabled ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
|
H A D | fckfitwindow.js | 167 return FCK_TRISTATE_DISABLED ;
|
H A D | fckblockquotecommand.js | 178 return FCK_TRISTATE_DISABLED ;
|
H A D | fcklistcommands.js | 36 return FCK_TRISTATE_DISABLED ;
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fcktoolbarspecialcombo.js | 90 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 D | fcktoolbarbuttonui.js | 139 case FCK_TRISTATE_DISABLED : 165 if ( button.OnClick && button.State != FCK_TRISTATE_DISABLED )
|
H A D | fcktoolbarbutton.js | 75 this._UIButton.ChangeState( FCK_TRISTATE_DISABLED ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fck_contextmenu.js | 57 …( '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 D | fckcommands.js | 160 return FCKConfig.FullPage ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ; 166 return isDisabled ? FCK_TRISTATE_DISABLED : FCK_TRISTATE_OFF ;
|
H A D | fck.js | 462 return FCK_TRISTATE_DISABLED ; 479 if ( eState == FCK_TRISTATE_DISABLED )
|
H A D | fck_gecko.js | 316 return FCKSelection.HasAncestorNode('A') ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
|
/plugin/wysiwyg/fckeditor/editor/_source/ |
H A D | fckconstants.js | 33 var FCK_TRISTATE_DISABLED = window.parent.FCK_TRISTATE_DISABLED = -1 ; variable
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 25 …TRISTATE_ON=window.parent.FCK_TRISTATE_ON=1;var FCK_TRISTATE_DISABLED=window.parent.FCK_TRISTATE_D… variable
|
H A D | fckeditorcode_gecko.js | 25 …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 D | fckeditorcode_gecko.js | 25 …TRISTATE_ON=window.parent.FCK_TRISTATE_ON=1;var FCK_TRISTATE_DISABLED=window.parent.FCK_TRISTATE_D… variable
|
H A D | fckeditorcode_ie.js | 25 …TRISTATE_ON=window.parent.FCK_TRISTATE_ON=1;var FCK_TRISTATE_DISABLED=window.parent.FCK_TRISTATE_D… variable
|