Home
last modified time | relevance | path

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

1234

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckblockquotecommand.js142 if ( FCKConfig.EnterMode.IEquals( 'br' ) )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdocumentprocessor.js45 oImg.src = FCKConfig.FullBasePath + 'images/spacer.gif' ;
H A Dfckdomtools.js762 … if ( FCKConfig.EnterMode.IEquals( ['div', 'p'] ) && ! item.grandparent.nodeName.IEquals( 'td' ) )
763 currentListItem = doc.createElement( FCKConfig.EnterMode ) ;
777 if ( currentListItem.nodeName.IEquals( FCKConfig.EnterMode ) && currentListItem.firstChild )
H A Dfcktools_gecko.js223 if ( sPosition && sPosition != 'static' && el.style.zIndex != FCKConfig.FloatingPanelsZIndex )
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrangeiterator.js236 block = this.Range.Window.document.createElement( FCKConfig.EnterMode == 'p' ? 'p' : 'div' ) ;
H A Dfckenterkey.js617 if ( FCKConfig.EnterMode.IEquals( ['div', 'p'] ) )
619 editBlock = doc.createElement( FCKConfig.EnterMode ) ;
H A Dfckpanel.js54 zIndex : FCKConfig.FloatingPanelsZIndex
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js29 FCKConfig.PluginsPath + 'geshi/geshi.html', gdialog_dim, gdialog_dim ) ) ;
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js413 filler.src = FCKConfig.BasePath + "images/spacer.gif" ;
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js416 filler.src = FCKConfig.BasePath + "images/spacer.gif" ;
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.dokuwiki_template25 * the value of the FCKConfig.EditorAreaCSS key in the configuration
H A Dfck_editorarea.css25 * the value of the FCKConfig.EditorAreaCSS key in the configuration
H A Dfck_editorarea.css.default_template25 * the value of the FCKConfig.EditorAreaCSS key in the configuration

1234