/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckcommands.js | 52 …case 'Link' : oCommand = new FCKDialogCommand( 'Link' , FCKLang.DlgLnkWindowTitle , 'dialog/fc… 54 …case 'Anchor' : oCommand = new FCKDialogCommand( 'Anchor' , FCKLang.DlgAnchorTitle , 'dialog/fc… 58 …case 'About' : oCommand = new FCKDialogCommand( 'About' , FCKLang.About , 'dialog/fck_about.… 63 …case 'Image' : oCommand = new FCKDialogCommand( 'Image' , FCKLang.DlgImgTitle , 'dialog/fck_im… 64 …case 'Flash' : oCommand = new FCKDialogCommand( 'Flash' , FCKLang.DlgFlashTitle , 'dialog/fck_… 67 …case 'Table' : oCommand = new FCKDialogCommand( 'Table' , FCKLang.DlgTableTitle , 'dialog/fck_… 115 …case 'Form' : oCommand = new FCKDialogCommand( 'Form' , FCKLang.Form , 'dialog/fck_form.html'… 116 …case 'Checkbox' : oCommand = new FCKDialogCommand( 'Checkbox' , FCKLang.Checkbox , 'dialog/fck_c… 117 …case 'Radio' : oCommand = new FCKDialogCommand( 'Radio' , FCKLang.RadioButton , 'dialog/fck_radi… 119 …case 'Textarea' : oCommand = new FCKDialogCommand( 'Textarea' , FCKLang.Textarea , 'dialog/fck_t… [all …]
|
/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 | 27 new FCKDialogCommand( "Format Table", "Format Table",
|
/plugin/fckg/fckeditor/editor/plugins/keyboard/ |
H A D | fckplugin.js | 26 new FCKDialogCommand( FCKLang['KeyboardDlgTitle'], FCKLang['KeyboardDlgTitle'],
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fck_othercommands.js | 26 var FCKDialogCommand = function( name, title, url, width, height, getStateFunction, getStateParam ) class 40 FCKDialogCommand.prototype.Execute = function() 45 FCKDialogCommand.prototype.GetState = function()
|
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/ |
H A D | fckplugin.js | 7 FCKCommands.RegisterCommand( 'insertHtmlCode', new FCKDialogCommand( 'InsertHtmlCode', FCKLang.DlgF…
|
/plugin/fckg/fckeditor/editor/plugins/fonts/ |
H A D | fckplugin.js | 26 new FCKDialogCommand( FCKLang['FontsDlgTitle'], FCKLang['FontsDlgTitle'],
|
/plugin/fckg/fckeditor/editor/plugins/plugintool/ |
H A D | fckplugin.js | 26 new FCKDialogCommand( "Plugin Tool", "Plugin Tool",
|
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/ |
H A D | fckplugin.js | 25 FCKCommands.RegisterCommand( 'Placeholder', new FCKDialogCommand( 'Placeholder', FCKLang.Placeholde…
|
/plugin/fckg/fckeditor/editor/plugins/geshi/ |
H A D | fckplugin.js | 28 new FCKDialogCommand( FCKLang['GeshiDlgTitle'], FCKLang['GeshiDlgTitle'],
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 71 …FCKDialogCommand=function(A,B,C,D,E,F,G){this.Name=A;this.Title=B;this.Url=C;this.Width=D;this.Hei… class 85 …FCKDialogCommand('DocProps',FCKLang.DocProps,'dialog/fck_docprops.html',400,390,FCKCommands.GetFul…
|
H A D | fckeditorcode_gecko.js | 70 …FCKDialogCommand=function(A,B,C,D,E,F,G){this.Name=A;this.Title=B;this.Url=C;this.Width=D;this.Hei… class 84 …FCKDialogCommand('DocProps',FCKLang.DocProps,'dialog/fck_docprops.html',400,390,FCKCommands.GetFul…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 81 …FCKDialogCommand=function(A,B,C,D,E,F,G,H){this.Name=A;this.Title=B;this.Url=C;this.Width=D;this.H… class 96 …FCKDialogCommand('DocProps',FCKLang.DocProps,'dialog/fck_docprops.html',400,380,FCKCommands.GetFul… 97 …FCKDialogCommand('Anchor',FCKLang.DlgAnchorTitle,'dialog/fck_anchor.html',370,160);break;case 'Anc…
|
H A D | fckeditorcode_ie.js | 85 …FCKDialogCommand=function(A,B,C,D,E,F,G,H){this.Name=A;this.Title=B;this.Url=C;this.Width=D;this.H… class 99 …FCKDialogCommand('DocProps',FCKLang.DocProps,'dialog/fck_docprops.html',400,380,FCKCommands.GetFul…
|