/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktoolbaritems.js | 43 …case 'Save' : oItem = new FCKToolbarButton( 'Save' , FCKLang.Save, null, null, true, null, 3 )… 47 …case 'About' : oItem = new FCKToolbarButton( 'About' , FCKLang.About, null, null, true, null, 4… 49 …case 'Cut' : oItem = new FCKToolbarButton( 'Cut' , FCKLang.Cut, null, null, false, true, 7 ) ;… 50 …case 'Copy' : oItem = new FCKToolbarButton( 'Copy' , FCKLang.Copy, null, null, false, true, 8 … 51 …case 'Paste' : oItem = new FCKToolbarButton( 'Paste' , FCKLang.Paste, null, null, false, true, … 54 …case 'Print' : oItem = new FCKToolbarButton( 'Print' , FCKLang.Print, null, null, false, true, … 56 …case 'Undo' : oItem = new FCKToolbarButton( 'Undo' , FCKLang.Undo, null, null, false, true, 14… 57 …case 'Redo' : oItem = new FCKToolbarButton( 'Redo' , FCKLang.Redo, null, null, false, true, 15… 62 …case 'Bold' : oItem = new FCKToolbarButton( 'Bold' , FCKLang.Bold, null, null, false, true, 20… 101 …case 'Find' : oItem = new FCKToolbarButton( 'Find' , FCKLang.Find, null, null, null, null, 16 … [all …]
|
/plugin/fckg/fckeditor/editor/plugins/tablecommands/ |
H A D | fckplugin.js | 25 FCKToolbarItems.RegisterItem( 'TableInsertRowAfter' , new FCKToolbarButton( 'TableInsertRowAfter' … 26 FCKToolbarItems.RegisterItem( 'TableDeleteRows' , new FCKToolbarButton( 'TableDeleteRows' , FCKLan… 27 FCKToolbarItems.RegisterItem( 'TableInsertColumnAfter' , new FCKToolbarButton( 'TableInsertColumnAf… 28 FCKToolbarItems.RegisterItem( 'TableDeleteColumns' , new FCKToolbarButton( 'TableDeleteColumns', FC… 29 FCKToolbarItems.RegisterItem( 'TableInsertCellAfter' , new FCKToolbarButton( 'TableInsertCellAfter… 30 FCKToolbarItems.RegisterItem( 'TableDeleteCells' , new FCKToolbarButton( 'TableDeleteCells' , FCKLa… 31 FCKToolbarItems.RegisterItem( 'TableMergeCells' , new FCKToolbarButton( 'TableMergeCells' , FCKLan… 32 FCKToolbarItems.RegisterItem( 'TableHorizontalSplitCell' , new FCKToolbarButton( 'TableHorizontalS… 33 FCKToolbarItems.RegisterItem( 'TableCellProp' , new FCKToolbarButton( 'TableCellProp' , FCKLang.Ce…
|
/plugin/wysiwyg/fckeditor/editor/plugins/tablecommands/ |
H A D | fckplugin.js | 25 FCKToolbarItems.RegisterItem( 'TableInsertRowAfter' , new FCKToolbarButton( 'TableInsertRowAfter' … 26 FCKToolbarItems.RegisterItem( 'TableDeleteRows' , new FCKToolbarButton( 'TableDeleteRows' , FCKLan… 27 FCKToolbarItems.RegisterItem( 'TableInsertColumnAfter' , new FCKToolbarButton( 'TableInsertColumnAf… 28 FCKToolbarItems.RegisterItem( 'TableDeleteColumns' , new FCKToolbarButton( 'TableDeleteColumns', FC… 29 FCKToolbarItems.RegisterItem( 'TableInsertCellAfter' , new FCKToolbarButton( 'TableInsertCellAfter… 30 FCKToolbarItems.RegisterItem( 'TableDeleteCells' , new FCKToolbarButton( 'TableDeleteCells' , FCKLa… 31 FCKToolbarItems.RegisterItem( 'TableMergeCells' , new FCKToolbarButton( 'TableMergeCells' , FCKLan… 32 FCKToolbarItems.RegisterItem( 'TableHorizontalSplitCell' , new FCKToolbarButton( 'TableHorizontalS… 33 FCKToolbarItems.RegisterItem( 'TableCellProp' , new FCKToolbarButton( 'TableCellProp' , FCKLang.Ce…
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fcktoolbarbutton.js | 24 var FCKToolbarButton = function( commandName, label, tooltip, style, sourceView, contextSensitive, … class 41 FCKToolbarButton.prototype.Create = function( targetElement ) 49 FCKToolbarButton.prototype.RefreshState = function() 61 FCKToolbarButton.prototype.Click = function() 67 FCKToolbarButton.prototype.Enable = function() 72 FCKToolbarButton.prototype.Disable = function()
|
H A D | fcktoolbarpanelbutton.js | 90 FCKToolbarPanelButton.prototype.RefreshState = FCKToolbarButton.prototype.RefreshState ; 91 FCKToolbarPanelButton.prototype.Enable = FCKToolbarButton.prototype.Enable ; 92 FCKToolbarPanelButton.prototype.Disable = FCKToolbarButton.prototype.Disable ;
|
/plugin/wysiwyg/fckeditor/_samples/_plugins/findreplace/ |
H A D | fckplugin.js | 29 var oFindItem = new FCKToolbarButton( 'My_Find', FCKLang['DlgMyFindTitle'] ) ; 35 var oReplaceItem = new FCKToolbarButton( 'My_Replace', FCKLang['DlgMyReplaceTitle'] ) ;
|
/plugin/fckg/fckeditor/editor/plugins/tableformat/ |
H A D | fckplugin.js | 31 var oReplaceItem = new FCKToolbarButton( 'Format_Table', 'Format Table' ) ;
|
/plugin/wysiwyg/fckeditor/editor/plugins/simplecommands/ |
H A D | fckplugin.js | 25 FCKToolbarItems.RegisterItem( 'SourceSimple' , new FCKToolbarButton( 'Source', FCKLang.Source, null…
|
/plugin/fckg/fckeditor/editor/plugins/simplecommands/ |
H A D | fckplugin.js | 25 FCKToolbarItems.RegisterItem( 'SourceSimple' , new FCKToolbarButton( 'Source', FCKLang.Source, null…
|
/plugin/fckg/fckeditor/editor/plugins/keyboard/ |
H A D | fckplugin.js | 30 var oKeyboardTool = new FCKToolbarButton( 'keyboard', FCKLang['KeyboardToolTip'] ) ;
|
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/ |
H A D | fckplugin.js | 11 var oinsertHtmlCodeItem = new FCKToolbarButton( 'insertHtmlCode', 'Create/Edit Footnotes', FCKLang.…
|
/plugin/fckg/fckeditor/editor/plugins/paradelete/ |
H A D | fckplugin.js | 12 var oDelPara = new FCKToolbarButton( 'Delete_P',FCKLang.ParagraphToBreak ) ;
|
/plugin/wysiwyg/fckeditor/editor/plugins/bbcode/ |
H A D | fckplugin.js | 115 FCKToolbarItems.RegisterItem( 'Source', new FCKToolbarButton( 'Source', 'BBCode', null, FCK_TOOLBAR…
|
/plugin/fckg/fckeditor/editor/plugins/signature/ |
H A D | fckplugin.js | 8 var oInsertSignature = new FCKToolbarButton( 'InsertSignature', FCKLang.DokuwikiSignature) ;
|
/plugin/fckg/fckeditor/editor/plugins/bbcode/ |
H A D | fckplugin.js | 115 FCKToolbarItems.RegisterItem( 'Source', new FCKToolbarButton( 'Source', 'BBCode', null, FCK_TOOLBAR…
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 89 …FCKToolbarButton=function(A,B,C,D,E,F,G){this.CommandName=A;this.Label=B;this.Tooltip=C;this.Style… class 96 …FCKToolbarButton.prototype.RefreshState;FCKToolbarPanelButton.prototype.Enable=FCKToolbarButton.pr… 97 …FCKToolbarButton('Source',FCKLang.Source,null,2,true,true,1);break;case 'DocProps':B=new FCKToolba…
|
H A D | fckeditorcode_gecko.js | 88 …FCKToolbarButton=function(A,B,C,D,E,F,G){this.CommandName=A;this.Label=B;this.Tooltip=C;this.Style… class 95 …FCKToolbarButton.prototype.RefreshState;FCKToolbarPanelButton.prototype.Enable=FCKToolbarButton.pr… 96 …FCKToolbarButton('Source',FCKLang.Source,null,2,true,true,1);break;case 'DocProps':B=new FCKToolba…
|
/plugin/fckg/fckeditor/editor/plugins/fonts/ |
H A D | fckplugin.js | 30 var oFontsTool = new FCKToolbarButton( 'fonts', FCKLang['FontsToolTip'] ) ;
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 102 …FCKToolbarButton=function(A,B,C,D,E,F,G){this.CommandName=A;this.Label=B;this.Tooltip=C;this.Style… class 109 …FCKToolbarButton.prototype.RefreshState;FCKToolbarPanelButton.prototype.Enable=FCKToolbarButton.pr… 111 …FCKToolbarButton('Source',FCKLang.Source,null,2,true,true,1);break;case 'DocProps':B=new FCKToolba…
|
H A D | fckeditorcode_ie.js | 103 …FCKToolbarButton=function(A,B,C,D,E,F,G){this.CommandName=A;this.Label=B;this.Tooltip=C;this.Style… class 110 …FCKToolbarButton.prototype.RefreshState;FCKToolbarPanelButton.prototype.Enable=FCKToolbarButton.pr… 112 …FCKToolbarButton('Source',FCKLang.Source,null,2,true,true,1);break;case 'DocProps':B=new FCKToolba…
|
/plugin/fckg/fckeditor/editor/plugins/plugintool/ |
H A D | fckplugin.js | 30 var oPluginTool = new FCKToolbarButton( 'Plugin_Tool', 'Plugin Tool' ) ;
|
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/ |
H A D | fckplugin.js | 28 var oPlaceholderItem = new FCKToolbarButton( 'Placeholder', FCKLang.PlaceholderBtn ) ;
|
/plugin/fckg/fckeditor/editor/plugins/geshi/ |
H A D | fckplugin.js | 32 var oGeshiTool = new FCKToolbarButton( 'geshi', FCKLang['GeshiToolTip'] ) ;
|