Searched refs:sOtherPluginPath (Results 1 – 1 of 1) sorted by relevance
/plugin/wysiwyg/fckeditor/_samples/html/ |
H A D | sample06.config.js | 46 var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugin… variable 47 FCKConfig.Plugins.Add( 'placeholder', 'en,it,de,fr', sOtherPluginPath ) ; 48 FCKConfig.Plugins.Add( 'tablecommands', null, sOtherPluginPath ) ; 49 FCKConfig.Plugins.Add( 'simplecommands', null, sOtherPluginPath ) ;
|