Home
last modified time | relevance | path

Searched refs:editorInstance (Results 1 – 18 of 18) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbarset.js116 function FCK_OnBlur( editorInstance ) argument
118 var eToolbarSet = editorInstance.ToolbarSet ;
120 if ( eToolbarSet.CurrentInstance == editorInstance )
124 function FCK_OnFocus( editorInstance ) argument
126 var oToolbarset = editorInstance.ToolbarSet ;
127 var oInstance = editorInstance || FCK ;
338 FCKToolbarSet.prototype.RefreshModeState = function( editorInstance ) argument
343 var oToolbarSet = editorInstance ? editorInstance.ToolbarSet : this ;
353 oToolbarSet.RefreshItemsState( editorInstance ) ;
358 oToolbarSet.RefreshItemsState( editorInstance ) ;
[all …]
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso34 function FCKeditor_OnComplete( editorInstance )
37 for ( code in editorInstance.Language.AvailableLanguages )
39 …AddComboOption( oCombo, editorInstance.Language.AvailableLanguages[code] + ' (' + code + ')', code…
41 oCombo.value = editorInstance.Language.ActiveLanguage.Code ;
H A Dsample03.lasso34 function FCKeditor_OnComplete( editorInstance )
37 oCombo.value = editorInstance.ToolbarSet.Name ;
H A Dsample04.lasso34 function FCKeditor_OnComplete( editorInstance )
39 var sSkin = editorInstance.Config['SkinPath'] ;
/plugin/fckg/fckeditor/editor/plugins/paradelete/
H A Dfckplugin.js52 FCKParagraphToLineBreak._StatusListener = function(editorInstance){ argument
54 FCKParagraphToLineBreak.oEditor = editorInstance.EditorWindow.parent;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm35 function FCKeditor_OnComplete( editorInstance )
38 for ( code in editorInstance.Language.AvailableLanguages )
40 …AddComboOption( oCombo, editorInstance.Language.AvailableLanguages[code] + ' (' + code + ')', code…
42 oCombo.value = editorInstance.Language.ActiveLanguage.Code ;
H A Dsample02_mx.cfm35 function FCKeditor_OnComplete( editorInstance )
38 for ( code in editorInstance.Language.AvailableLanguages )
40 …AddComboOption( oCombo, editorInstance.Language.AvailableLanguages[code] + ' (' + code + ')', code…
42 oCombo.value = editorInstance.Language.ActiveLanguage.Code ;
H A Dsample03.cfm34 function FCKeditor_OnComplete( editorInstance )
37 oCombo.value = editorInstance.ToolbarSet.Name ;
H A Dsample04.cfm34 function FCKeditor_OnComplete( editorInstance )
39 var sSkin = editorInstance.Config['SkinPath'] ;
H A Dsample04_mx.cfm34 function FCKeditor_OnComplete( editorInstance )
39 var sSkin = editorInstance.Config['SkinPath'] ;
H A Dsample03_mx.cfm34 function FCKeditor_OnComplete( editorInstance )
37 oCombo.value = editorInstance.ToolbarSet.Name ;
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp33 function FCKeditor_OnComplete( editorInstance )
36 for ( code in editorInstance.Language.AvailableLanguages )
38 …AddComboOption( oCombo, editorInstance.Language.AvailableLanguages[code] + ' (' + code + ')', code…
40 oCombo.value = editorInstance.Language.ActiveLanguage.Code ;
H A Dsample03.afp33 function FCKeditor_OnComplete( editorInstance )
36 oCombo.value = editorInstance.ToolbarSet.Name ;
H A Dsample04.afp33 function FCKeditor_OnComplete( editorInstance )
38 var sSkin = editorInstance.Config['SkinPath'] ;
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample02.asp36 function FCKeditor_OnComplete( editorInstance )
39 for ( code in editorInstance.Language.AvailableLanguages )
41 …AddComboOption( oCombo, editorInstance.Language.AvailableLanguages[code] + ' (' + code + ')', code…
43 oCombo.value = editorInstance.Language.ActiveLanguage.Code ;
H A Dsample03.asp36 function FCKeditor_OnComplete( editorInstance )
39 oCombo.value = editorInstance.ToolbarSet.Name ;
H A Dsample04.asp36 function FCKeditor_OnComplete( editorInstance )
41 var sSkin = editorInstance.Config['SkinPath'] ;
/plugin/wysiwyg/
H A Dscript.js220 function FCKeditor_OnComplete( editorInstance ){ argument