Home
last modified time | relevance | path

Searched refs:FCKToolbarButton (Results 1 – 23 of 23) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbaritems.js43 …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 Dfckplugin.js25 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 Dfckplugin.js25 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 Dfcktoolbarbutton.js24 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 Dfcktoolbarpanelbutton.js90 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 Dfckplugin.js29 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 Dfckplugin.js31 var oReplaceItem = new FCKToolbarButton( 'Format_Table', 'Format Table' ) ;
/plugin/wysiwyg/fckeditor/editor/plugins/simplecommands/
H A Dfckplugin.js25 FCKToolbarItems.RegisterItem( 'SourceSimple' , new FCKToolbarButton( 'Source', FCKLang.Source, null…
/plugin/fckg/fckeditor/editor/plugins/simplecommands/
H A Dfckplugin.js25 FCKToolbarItems.RegisterItem( 'SourceSimple' , new FCKToolbarButton( 'Source', FCKLang.Source, null…
/plugin/fckg/fckeditor/editor/plugins/keyboard/
H A Dfckplugin.js30 var oKeyboardTool = new FCKToolbarButton( 'keyboard', FCKLang['KeyboardToolTip'] ) ;
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/
H A Dfckplugin.js11 var oinsertHtmlCodeItem = new FCKToolbarButton( 'insertHtmlCode', 'Create/Edit Footnotes', FCKLang.…
/plugin/fckg/fckeditor/editor/plugins/paradelete/
H A Dfckplugin.js12 var oDelPara = new FCKToolbarButton( 'Delete_P',FCKLang.ParagraphToBreak ) ;
/plugin/wysiwyg/fckeditor/editor/plugins/bbcode/
H A Dfckplugin.js115 FCKToolbarItems.RegisterItem( 'Source', new FCKToolbarButton( 'Source', 'BBCode', null, FCK_TOOLBAR…
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js8 var oInsertSignature = new FCKToolbarButton( 'InsertSignature', FCKLang.DokuwikiSignature) ;
/plugin/fckg/fckeditor/editor/plugins/bbcode/
H A Dfckplugin.js115 FCKToolbarItems.RegisterItem( 'Source', new FCKToolbarButton( 'Source', 'BBCode', null, FCK_TOOLBAR…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js89FCKToolbarButton=function(A,B,C,D,E,F,G){this.CommandName=A;this.Label=B;this.Tooltip=C;this.Style… class
96FCKToolbarButton.prototype.RefreshState;FCKToolbarPanelButton.prototype.Enable=FCKToolbarButton.pr…
97FCKToolbarButton('Source',FCKLang.Source,null,2,true,true,1);break;case 'DocProps':B=new FCKToolba…
H A Dfckeditorcode_gecko.js88FCKToolbarButton=function(A,B,C,D,E,F,G){this.CommandName=A;this.Label=B;this.Tooltip=C;this.Style… class
95FCKToolbarButton.prototype.RefreshState;FCKToolbarPanelButton.prototype.Enable=FCKToolbarButton.pr…
96FCKToolbarButton('Source',FCKLang.Source,null,2,true,true,1);break;case 'DocProps':B=new FCKToolba…
/plugin/fckg/fckeditor/editor/plugins/fonts/
H A Dfckplugin.js30 var oFontsTool = new FCKToolbarButton( 'fonts', FCKLang['FontsToolTip'] ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js102FCKToolbarButton=function(A,B,C,D,E,F,G){this.CommandName=A;this.Label=B;this.Tooltip=C;this.Style… class
109FCKToolbarButton.prototype.RefreshState;FCKToolbarPanelButton.prototype.Enable=FCKToolbarButton.pr…
111FCKToolbarButton('Source',FCKLang.Source,null,2,true,true,1);break;case 'DocProps':B=new FCKToolba…
H A Dfckeditorcode_ie.js103FCKToolbarButton=function(A,B,C,D,E,F,G){this.CommandName=A;this.Label=B;this.Tooltip=C;this.Style… class
110FCKToolbarButton.prototype.RefreshState;FCKToolbarPanelButton.prototype.Enable=FCKToolbarButton.pr…
112FCKToolbarButton('Source',FCKLang.Source,null,2,true,true,1);break;case 'DocProps':B=new FCKToolba…
/plugin/fckg/fckeditor/editor/plugins/plugintool/
H A Dfckplugin.js30 var oPluginTool = new FCKToolbarButton( 'Plugin_Tool', 'Plugin Tool' ) ;
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/
H A Dfckplugin.js28 var oPlaceholderItem = new FCKToolbarButton( 'Placeholder', FCKLang.PlaceholderBtn ) ;
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js32 var oGeshiTool = new FCKToolbarButton( 'geshi', FCKLang['GeshiToolTip'] ) ;