/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckcommands.js | 24 var FCKCommands = FCK.Commands = new Object() ; variable 25 FCKCommands.LoadedCommands = new Object() ; 27 FCKCommands.RegisterCommand = function( commandName, command ) 32 FCKCommands.GetCommand = function( commandName ) 34 var oCommand = FCKCommands.LoadedCommands[ commandName ] ; 50 …cProps' , FCKLang.DocProps , 'dialog/fck_docprops.html' , 400, 390, FCKCommands.GetFullPageStat… 151 FCKCommands.LoadedCommands[ commandName ] = oCommand ; 158 FCKCommands.GetFullPageState = function() 164 FCKCommands.GetBooleanState = function( isDisabled )
|
H A D | fck_contextmenu.js | 57 …menu.AddItem( 'Cut' , FCKLang.Cut , 7, FCKCommands.GetCommand( 'Cut' ).GetState() == FCK_TRISTATE… 58 …menu.AddItem( 'Copy' , FCKLang.Copy , 8, FCKCommands.GetCommand( 'Copy' ).GetState() == FCK_TRISTA… 59 …menu.AddItem( 'Paste' , FCKLang.Paste , 9, FCKCommands.GetCommand( 'Paste' ).GetState() == FCK_TRI… 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 ) ; 324 FCKCommands.GetCommand( item.Name ).Execute() ;
|
H A D | fck.js | 552 FCKCommands.GetCommand( 'ShowBlocks' ).SaveState() ; 858 FCKCommands.GetCommand( 'ShowBlocks' ).RestoreState() ;
|
/plugin/wysiwyg/fckeditor/_samples/_plugins/findreplace/ |
H A D | fckplugin.js | 25 FCKCommands.RegisterCommand( 'My_Find' , new FCKDialogCommand( FCKLang['DlgMyFindTitle'] , FCKLang… 26 FCKCommands.RegisterCommand( 'My_Replace' , new FCKDialogCommand( FCKLang['DlgMyReplaceTitle'], FCK…
|
/plugin/fckg/fckeditor/editor/plugins/tableformat/ |
H A D | fckplugin.js | 26 FCKCommands.RegisterCommand( 'Format_Table',
|
/plugin/fckg/fckeditor/editor/plugins/keyboard/ |
H A D | fckplugin.js | 25 FCKCommands.RegisterCommand( 'keyboard',
|
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/ |
H A D | fckplugin.js | 7 FCKCommands.RegisterCommand( 'insertHtmlCode', new FCKDialogCommand( 'InsertHtmlCode', FCKLang.DlgF…
|
/plugin/wysiwyg/fckeditor/_samples/_plugins/samples/ |
H A D | fckplugin.js | 56 FCKCommands.RegisterCommand( 'OpenImage', oMyCMCommand ) ;
|
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/ |
H A D | fckplugin.js | 25 FCKCommands.RegisterCommand( 'Placeholder', new FCKDialogCommand( 'Placeholder', FCKLang.Placeholde… 81 FCKCommands.GetCommand( 'Placeholder' ).Execute() ;
|
/plugin/fckg/fckeditor/editor/plugins/paradelete/ |
H A D | fckplugin.js | 5 FCKCommands.RegisterCommand( 'Delete_P' , new FCKParagraphToLineBreak('paragraphToLineBreak') ) ;
|
/plugin/fckg/fckeditor/editor/plugins/signature/ |
H A D | fckplugin.js | 5 FCKCommands.RegisterCommand( 'InsertSignature' , new FCKInsertSignature('insertDokuwikiSignature') …
|
/plugin/fckg/fckeditor/editor/plugins/fonts/ |
H A D | fckplugin.js | 25 FCKCommands.RegisterCommand( 'fonts',
|
/plugin/fckg/fckeditor/editor/plugins/plugintool/ |
H A D | fckplugin.js | 25 FCKCommands.RegisterCommand( 'Plugin_Tool',
|
/plugin/fckg/fckeditor/editor/plugins/geshi/ |
H A D | fckplugin.js | 27 FCKCommands.RegisterCommand( 'geshi',
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 32 …FCKCommands.GetCommand('ShowBlocks').SaveState();if (!A&&FCKBrowserInfo.IsIE) FCKUndo.SaveUndoStep… 85 …FCKCommands=FCK.Commands={};FCKCommands.LoadedCommands={};FCKCommands.RegisterCommand=function(A,B… variable 107 …FCKCommands.GetCommand('Cut').GetState()==-1);menu.AddItem('Copy',FCKLang.Copy,8,FCKCommands.GetCo…
|
H A D | fckeditorcode_gecko.js | 31 …FCKCommands.GetCommand('ShowBlocks').SaveState();if (!A&&FCKBrowserInfo.IsIE) FCKUndo.SaveUndoStep… 84 …FCKCommands=FCK.Commands={};FCKCommands.LoadedCommands={};FCKCommands.RegisterCommand=function(A,B… variable 106 …FCKCommands.GetCommand('Cut').GetState()==-1);menu.AddItem('Copy',FCKLang.Copy,8,FCKCommands.GetCo…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 31 …FCKCommands.GetCommand('ShowBlocks').SaveState();if (!A&&FCKBrowserInfo.IsIE) FCKUndo.SaveUndoStep… 96 …FCKCommands=FCK.Commands={};FCKCommands.LoadedCommands={};FCKCommands.RegisterCommand=function(A,B… variable 97 …turn null;}};FCKCommands.LoadedCommands[A]=B;return B;};FCKCommands.GetFullPageState=function(){re… 110 …b>':'<b>Enable SCAYT</b>';};var Z=function(tooltip,style){this.Command=FCKCommands.GetCommand('Sca… 120 …FCKCommands.GetCommand('Cut').GetState()==-1);menu.AddItem('Copy',FCKLang.Copy,8,FCKCommands.GetCo…
|
H A D | fckeditorcode_ie.js | 32 …FCKCommands.GetCommand('ShowBlocks').SaveState();if (!A&&FCKBrowserInfo.IsIE) FCKUndo.SaveUndoStep… 99 …FCKCommands=FCK.Commands={};FCKCommands.LoadedCommands={};FCKCommands.RegisterCommand=function(A,B… variable 111 …b>':'<b>Enable SCAYT</b>';};var Z=function(tooltip,style){this.Command=FCKCommands.GetCommand('Sca… 121 …FCKCommands.GetCommand('Cut').GetState()==-1);menu.AddItem('Copy',FCKLang.Copy,8,FCKCommands.GetCo…
|