Home
last modified time | relevance | path

Searched refs:FCKConfig (Results 51 – 75 of 88) sorted by relevance

1234

/plugin/wysiwyg/fckeditor/editor/plugins/bbcode/_sample/
H A Dsample.config.js26 FCKConfig.Plugins.Add( 'bbcode' ) ;
/plugin/fckg/fckeditor/editor/plugins/bbcode/_sample/
H A Dsample.config.js26 FCKConfig.Plugins.Add( 'bbcode' ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckadobeair.js170 window.FCK_InternalCSS = FCKConfig.BasePath + 'css/fck_internal.css' ;
171 window.FCK_ShowTableBordersCSS = FCKConfig.BasePath + 'css/fck_showtableborders_gecko.css' ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcklisthandler.js101 var eBlock = oDocument.createElement( FCKConfig.EnterMode == 'p' ? 'p' : 'div' ) ;
105 if ( FCKConfig.EnterMode == 'br' )
H A Dfckdialog.js36 var sUrl = FCKConfig.BasePath + 'fckdialog.html' ;
H A Dfck_contextmenu.js37 oInnerContextMenu.CtrlDisable = FCKConfig.BrowserContextMenuOnCtrl ;
45 for ( var i = 0 ; i < FCKConfig.ContextMenu.length ; i++ )
46 oMenu.RegisterListener( FCK_ContextMenu_GetListener( FCKConfig.ContextMenu[i] ) ) ;
H A Dfckundo.js146 if ( this.CurrentIndex + 1 >= FCKConfig.MaxUndoLevels )
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckpastewordcommand.js36 if ( FCKConfig.ForcePasteAsPlainText )
H A Dfckspellcheckcommand_gecko.js28 this.IsEnabled = ( FCKConfig.SpellChecker == 'SpellerPages' ) ;
H A Dfck_othercommands.js184 if ( FCKConfig.SourcePopup ) // Until v2.2, it was mandatory for FCKBrowserInfo.IsGecko.
186 var iWidth = FCKConfig.ScreenWidth * 0.65 ;
187 var iHeight = FCKConfig.ScreenHeight * 0.65 ;
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js61 …return FCKConfig.BasePath + 'dialog/common/' + '|.ImagePreviewArea{border:#000 1px solid;overflow:…
181 var iLeft = ( oEditor.FCKConfig.ScreenWidth - width ) / 2 ;
182 var iTop = ( oEditor.FCKConfig.ScreenHeight - height ) / 2 ;
/plugin/fckg/fckeditor/editor/plugins/plugintool/
H A Dfckplugin.js27 FCKConfig.PluginsPath + 'plugintool/plugin_tool.html', 475, 400 ) ) ;
31 oPluginTool.IconPath = FCKConfig.PluginsPath + 'plugintool/plugin.gif' ;
/plugin/fckg/fckeditor/editor/plugins/keyboard/
H A Dfckplugin.js27 FCKConfig.PluginsPath + 'keyboard/keyboard.html', 450, 450 ) ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckplugin.js27 this.BasePath = basePath ? basePath : FCKConfig.PluginsPath ;
H A Dfckmenublockpanel.js38 oPanel.AppendStyleSheet( FCKConfig.SkinPath + 'fck_editor.css' ) ;
H A Dfckdomrange.js576 if ( unit == 'list_contents' || FCKConfig.EnterMode == 'br' )
579 if ( this.StartBlock && FCKConfig.EnterMode != 'br' && unit == 'block_contents' )
608 …if ( this.EndBlock && FCKConfig.EnterMode != 'br' && unit == 'block_contents' && this.EndBlock.nod…
669 if ( FCKConfig.EnterMode != 'br' )
750 var oFixedBlock = this.Window.document.createElement( FCKConfig.EnterMode ) ;
H A Dfckicon.js31 this.Path = FCKConfig.SkinPath + 'fck_strip.gif' ;
H A Dfckspecialcombo.js40 this._Panel.AppendStyleSheet( FCKConfig.SkinPath + 'fck_editor.css' ) ;
256 …'<td class="TB_ButtonArrow"><img src="' + FCKConfig.SkinPath + 'images/toolbar.buttonarrow.gif" wi…
H A Dfcktoolbarbuttonui.js109 eImg.src = FCKConfig.SkinPath + 'images/toolbar.buttonarrow.gif' ;
H A Dfckcontextmenu.js29 oPanel.AppendStyleSheet( FCKConfig.SkinPath + 'fck_editor.css' ) ;
/plugin/fckg/fckeditor/editor/plugins/paradelete/
H A Dfckplugin.js13 oDelPara.IconPath = FCKConfig.PluginsPath + 'paradelete/delete_p.gif' ;
/plugin/fckg/fckeditor/editor/plugins/autogrow/
H A Dfckplugin.js65 var max = FCKConfig.AutoGrowMax;
/plugin/fckg/fckeditor/editor/plugins/fonts/
H A Dfckplugin.js27 FCKConfig.PluginsPath + 'fonts/fonts.html', 550, 500 ) ) ;
/plugin/wysiwyg/css/
H A Dfck_editorarea.css25 * the value of the FCKConfig.EditorAreaCSS key in the configuration
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_editorarea.css25 * the value of the FCKConfig.EditorAreaCSS key in the configuration

1234