Home
last modified time | relevance | path

Searched refs:FCKLang (Results 126 – 150 of 180) sorted by last modified time

12345678

/plugin/wysiwyg/fckeditor/editor/lang/
H A Dsk.js24 var FCKLang = class
H A Dsv.js24 var FCKLang = class
H A Dbg.js24 var FCKLang = class
H A Dda.js24 var FCKLang = class
H A Dja.js24 var FCKLang = class
H A Dko.js24 var FCKLang = class
H A Dth.js24 var FCKLang = class
H A Dzh.js24 var FCKLang = class
H A Dca.js24 var FCKLang = class
H A Del.js24 var FCKLang = class
H A Des.js24 var FCKLang = class
H A Deu.js25 var FCKLang = class
H A Dfa.js24 var FCKLang = class
H A Den.js24 var FCKLang = class
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarfontsizecombo.js41 return FCKLang.FontSize ;
H A Dfcktoolbarfontscombo.js39 return FCKLang.Font ;
H A Dfcktoolbarfontformatcombo.js46 return FCKLang.FontFormat ;
54 var aNames = FCKLang['FontFormats'].split(';') ;
H A Dfckpanel.js27 this.IsRTL = ( FCKLang.Dir == 'rtl' ) ;
94 oDocument.dir = FCKLang.Dir ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js503 …FCKDialog.OpenDialog( 'FCKDialog_Paste', FCKLang.PasteFromWord, 'dialog/fck_paste.html', 400, 330,…
529 '<title>' + FCKLang.Preview + '</title>' +
H A Dfck_ie.js115 FCKDialog, ['FCKDialog_Paste', FCKLang.Paste, 'dialog/fck_paste.html', 400, 330, 'Security'] ) ;
231 …FCKTools.RunFunction( FCKDialog.OpenDialog, FCKDialog, ['FCKDialog_Paste', FCKLang.Paste, 'dialog/…
239 if ( confirm( FCKLang.PasteWordConfirm ) )
269 …FCKDialog.OpenDialog( 'FCKDialog_Paste', FCKLang.PasteAsText, 'dialog/fck_paste.html', 400, 330, '…
H A Dfck_gecko.js61 …FCKDialog.OpenDialog( 'FCKDialog_Paste', FCKLang.Paste, 'dialog/fck_paste.html', 400, 330, 'Securi…
350 …catch (e) { FCKDialog.OpenDialog( 'FCKDialog_Paste', FCKLang.Paste, 'dialog/fck_paste.html', 400, …
354 catch (e) { alert(FCKLang.PasteErrorCut) ; }
358 catch (e) { alert(FCKLang.PasteErrorCopy) ; }
407 …FCKTools.RunFunction( FCKDialog.OpenDialog, FCKDialog, ['FCKDialog_Paste', FCKLang.PasteAsText, 'd…
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js61 alert( FCKLang.NotImplemented ) ;
188 …FCKDialog.OpenDialog( 'FCKDialog_Source', FCKLang.Source, 'dialog/fck_source.html', iWidth, iHeigh…
H A Dfcktextcolorcommand.js105 …FCKDialog.OpenDialog( 'FCKDialog_Color', FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 4…
138 <td nowrap width="100%" align="center">' + FCKLang.ColorAutomatic + '</td>\
176 …padding="0" cellspacing="0" border="0"><tr><td nowrap align="center">' + FCKLang.ColorMoreColors +…
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js157 alert( oEditor.FCKLang.BrowseServerBlocked ) ;
161 alert( oEditor.FCKLang.BrowseServerBlocked ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js26 var FCKLang = oEditor.FCKLang ; variable
35 window.parent.AddTab( 'Info', FCKLang.DlgImgInfoTab ) ;
38 window.parent.AddTab( 'Link', FCKLang.DlgImgLinkTab ) ;
41 window.parent.AddTab( 'Upload', FCKLang.DlgLnkUpload ) ;
44 window.parent.AddTab( 'Advanced', FCKLang.DlgAdvancedTag ) ;
98 GetE('btnLockSizes').title = FCKLang.DlgImgLockRatio ;
99 GetE('btnResetSize').title = FCKLang.DlgBtnResetSize ;
203 alert( FCKLang.DlgImgAlertUrl ) ;

12345678