Home
last modified time | relevance | path

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

1234

/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js29 var FCKConfig = oEditor.FCKConfig ; variable
50 FCKConfig.LinkDlgHideTarget = true;
51 FCKConfig.LinkUpload = false;
52 FCKConfig.LinkDlgHideAdvanced = true;
54 if ( !FCKConfig.LinkDlgHideTarget )
57 if ( FCKConfig.LinkUpload )
263 switch ( FCKConfig.EMailProtection )
269 if ( FCKConfig.Debug )
353 if ( FCKConfig.LinkUpload )
704 if ( FCKConfig.LinkUpload )
[all …]
/plugin/fckg/fckeditor/editor/plugins/tableformat/
H A DREADME3 FCKConfig.Plugins.Add('tableformat') ;
5 FCKConfig.ToolbarSets: ['Format_Table']
H A Dfckplugin.js28 FCKConfig.PluginsPath + 'tableformat/table.html', 600, 600 ) ) ;
32 oReplaceItem.IconPath = FCKConfig.PluginsPath + 'tableformat/table.gif' ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbarset.js29 var sLocation = overhideLocation || FCKConfig.ToolbarLocation ;
100 FCKTools.AppendStyleSheet( eTargetDocument, FCKConfig.SkinPath + 'fck_editor.css' ) ;
170 if ( !FCKConfig.ToolbarCanCollapse || FCKConfig.ToolbarStartExpanded )
176 eCollapseHandle.style.display = FCKConfig.ToolbarCanCollapse ? '' : 'none' ;
178 if ( FCKConfig.ToolbarCanCollapse )
239 var ToolbarSet = FCKConfig.ToolbarSets[toolbarSetName] ;
H A Dfckplugins.js33 for ( var i = 0 ; i < FCKConfig.Plugins.Items.length ; i++ )
35 var oItem = FCKConfig.Plugins.Items[i] ;
H A Dfckxhtml.js30 FCKDomTools.CheckAndRemovePaddingNode( node.ownerDocument, FCKConfig.EnterMode ) ;
34 this._NbspEntity = ( FCKConfig.ProcessHTMLEntities? 'nbsp' : '#160' ) ;
76 if ( FCKConfig.ForceSimpleAmpersand )
96 FCKDomTools.EnforcePaddingNode( FCKTools.GetElementDocument( node ), FCKConfig.EnterMode ) ;
108 if ( FCKConfig.ForceSimpleAmpersand )
142 if ( FCKConfig.FillEmptyBlocks )
153 if ( isBlockElement && FCKConfig.FillEmptyBlocks )
H A Dfck_gecko.js48 if ( FCKConfig.ForcePasteAsPlainText )
54 text = FCKTools.ProcessLineBreaks( window, FCKConfig, text ) ;
57 else if ( FCKConfig.ShowDropDialog )
60 else if ( FCKConfig.ShowDropDialog )
370 if ( FCKConfig.ForcePasteAsPlainText )
385 html = FCKConfig.ProtectedSource.Protect( html ) ;
H A Dfckdialog_gecko.js26 var iTop = (FCKConfig.ScreenHeight - dialogHeight) / 2 ;
27 var iLeft = (FCKConfig.ScreenWidth - dialogWidth) / 2 ;
H A Dfckcodeformatter.js43 oRegex.FormatIndentatorRemove = new RegExp( '^' + FCKConfig.FormatIndentator ) ;
89 sIndentation += FCKConfig.FormatIndentator ;
H A Dfckstyles.js114 var regex = new RegExp( '^(?:' + FCKConfig.RemoveFormatTags.replace( /,/g,'|' ) + ')$', 'i' ) ;
248 var styleDefs = FCKConfig.CoreStyles ;
262 var styleDefs = FCKConfig.CustomStyles ;
277 var stylesXmlPath = FCKConfig.StylesXmlPath ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarstylecombo.js34 this.DefaultLabel = FCKConfig.DefaultStyleLabel || '' ;
64 FCKTools.AppendStyleSheet( targetDoc, FCKConfig.ToolbarComboPreviewCSS ) ;
65 FCKTools.AppendStyleString( targetDoc, FCKConfig.EditorAreaStyles ) ;
69 FCKConfig.ApplyBodyAttributes( targetDoc.body ) ;
H A Dfckeditingarea.js213 oDoc.execCommand( 'styleWithCSS', false, FCKConfig.GeckoUseSPAN ) ;
219 oDoc.execCommand( 'useCSS', false, !FCKConfig.GeckoUseSPAN ) ;
229 oDoc.execCommand( 'enableObjectResizing', false, !FCKConfig.DisableObjectResizing ) ;
232 oDoc.execCommand( 'enableInlineTableEditing', false, !FCKConfig.DisableFFTableHandles ) ;
H A Dfcktoolbarfontsizecombo.js31 this.DefaultLabel = FCKConfig.DefaultFontSizeLabel || '' ;
56 var fonts = FCKConfig.FontSizes.split(';') ;
H A Dfcktoolbarbutton.js34 this.IconPath = FCKConfig.SkinPath + 'toolbar/' + commandName.toLowerCase() + '.gif' ;
36 this.IconPath = [ FCKConfig.SkinPath + 'fck_strip.gif', 16, icon ] ;
H A Dfcktoolbarfontscombo.js31 this.DefaultLabel = FCKConfig.DefaultFontLabel || '' ;
54 var fonts = FCKConfig.FontNames.split(';') ;
H A Dfcktoolbarpanelbutton.js32 oIcon = FCKConfig.SkinPath + 'toolbar/' + commandName.toLowerCase() + '.gif' ;
34 oIcon = [ FCKConfig.SkinPath + 'fck_strip.gif', 16, icon ] ;
H A Dfcktoolbarfontformatcombo.js38 this.DefaultLabel = FCKConfig.DefaultFontFormatLabel || '' ;
69 var elements = FCKConfig.FontFormats.split(';') ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckjustifycommands.js29 var contentDir = FCKConfig.ContentLangDirection.toLowerCase() ;
36 var classes = FCKConfig.JustifyClasses ;
66 var classes = FCKConfig.JustifyClasses ;
H A Dfckfitwindow.js60 eParent.style.zIndex = FCKConfig.FloatingPanelsZIndex - 1 ;
86 eEditorFrameStyle.zIndex = FCKConfig.FloatingPanelsZIndex - 1;
166 if ( FCKConfig.ToolbarLocation != 'In' )
H A Dfcktextcolorcommand.js42 this._Panel.AppendStyleSheet( FCKConfig.SkinPath + 'fck_editor.css' ) ;
148 var aColors = FCKConfig.FontColors.toString().split(',') ;
170 if ( FCKConfig.EnableMoreFontColors )
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js128 var iLeft = ( oEditor.FCKConfig.ScreenWidth - width ) / 2 ;
129 var iTop = ( oEditor.FCKConfig.ScreenHeight - height ) / 2 ;
139 if ( oEditor.FCKConfig.PreserveSessionOnFileBrowser && oEditor.FCKBrowserInfo.IsIE )
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js31FCKConfig.FullPage){FCK.DocTypeDeclaration=A.match(FCKRegexLib.DocTypeTag);if (!FCKRegexLib.HasBod…
32FCKConfig.BaseHref.length>0?'<base href="'+FCKConfig.BaseHref+'" _fcktemp="true"></base>':'';var A…
33FCKConfig.FullBasePath;var B='';var C;C='<style type="text/css" _fcktemp="true">';if (FCKConfig.Sh…
35FCKConfig.BasePath+'fckdebug.html','FCKeditorDebug','menubar=no,scrollbars=yes,resizable=yes,locat…
73FCKConfig.SpellChecker=='ieSpell'||FCKConfig.SpellChecker=='SpellerPages');};FCKSpellCheckCommand.…
76 …PasteFromWord();};FCKPasteWordCommand.prototype.GetState=function(){if (FCKConfig.ForcePasteAsPlai…
81FCKConfig.ContentLangDirection.IEquals('ltr')?'marginLeft':'marginRight';};FCKIndentCommand._InitI…
95FCKConfig.DefaultFontSizeLabel||'';this.FieldWidth=70;};FCKToolbarFontSizeCombo.prototype=new FCKT…
101 …,G,H){var I={};I.Title=B;I.Page=C;I.Editor=window;I.CustomValue=F;var J=FCKConfig.BasePath+'fckdia…
108 var FCKPlugin=function(A,B,C){this.Name=A;this.BasePath=C?C:FCKConfig.PluginsPath;this.Path=this.Ba…
[all …]
H A Dfckeditorcode_gecko.js30FCKConfig.FullPage){FCK.DocTypeDeclaration=A.match(FCKRegexLib.DocTypeTag);if (!FCKRegexLib.HasBod…
31FCKConfig.BaseHref.length>0?'<base href="'+FCKConfig.BaseHref+'" _fcktemp="true"></base>':'';var A…
34FCKConfig.BasePath+'fckdebug.html','FCKeditorDebug','menubar=no,scrollbars=yes,resizable=yes,locat…
42FCKConfig.AutoDetectLanguage){var A;if (navigator.userLanguage) A=navigator.userLanguage.toLowerCa…
72 var FCKSpellCheckCommand=function(){this.Name='SpellCheck';this.IsEnabled=(FCKConfig.SpellChecker==…
75 …PasteFromWord();};FCKPasteWordCommand.prototype.GetState=function(){if (FCKConfig.ForcePasteAsPlai…
80FCKConfig.ContentLangDirection.IEquals('ltr')?'marginLeft':'marginRight';};FCKIndentCommand._InitI…
94FCKConfig.DefaultFontSizeLabel||'';this.FieldWidth=70;};FCKToolbarFontSizeCombo.prototype=new FCKT…
100 …,G,H){var I={};I.Title=B;I.Page=C;I.Editor=window;I.CustomValue=F;var J=FCKConfig.BasePath+'fckdia…
107 var FCKPlugin=function(A,B,C){this.Name=A;this.BasePath=C?C:FCKConfig.PluginsPath;this.Path=this.Ba…
[all …]
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js31FCKConfig.FullPage){FCK.DocTypeDeclaration=A.match(FCKRegexLib.DocTypeTag);if (!FCKRegexLib.HasBod…
32FCKConfig.BaseHref.length>0?'<base href="'+FCKConfig.BaseHref+'" _fcktemp="true"></base>':'';var A…
34 return FCKTools.GetStyleHtml(FCKConfig.EditorAreaCSS)+FCKTools.GetStyleHtml(FCKConfig.EditorAreaSty…
35 FCKTools.GetStyleHtml(FCKConfig.EditorAreaIEHackCSS);};
37FCKConfig.BasePath;var B='';var C;C='<style type="text/css" _fcktemp="true">';if (FCKConfig.ShowBo…
87FCKConfig.SpellChecker){case 'ieSpell':this._RunIeSpell();break;case 'SpellerPages':FCKDialog.Open…
90 …;FCKPasteWordCommand.prototype.GetState=function(){if (FCK.EditMode!=0||FCKConfig.ForcePasteAsPlai…
95FCKConfig.ContentLangDirection.IEquals('ltr')?'marginLeft':'marginRight';};FCKIndentCommand._InitI…
109FCKConfig.DefaultFontSizeLabel||'';this.FieldWidth=70;};FCKToolbarFontSizeCombo.prototype=new FCKT…
123 var FCKPlugin=function(A,B,C){this.Name=A;this.BasePath=C?C:FCKConfig.PluginsPath;this.Path=this.Ba…
[all …]
H A Dfckeditorcode_gecko.js30FCKConfig.FullPage){FCK.DocTypeDeclaration=A.match(FCKRegexLib.DocTypeTag);if (!FCKRegexLib.HasBod…
31FCKConfig.BaseHref.length>0?'<base href="'+FCKConfig.BaseHref+'" _fcktemp="true"></base>':'';var A…
49FCKConfig&&FCKConfig.MsWebBrowserControlCompat&&!window.FCKUnloadFlag) return;delete FCKeditorAPI.…
53FCKConfig.AutoDetectLanguage){var A;if (navigator.userLanguage) A=navigator.userLanguage.toLowerCa…
83 …lCheck';this.IsEnabled=(FCKConfig.SpellChecker!='ieSpell');};FCKSpellCheckCommand.prototype.Execut…
86 …;FCKPasteWordCommand.prototype.GetState=function(){if (FCK.EditMode!=0||FCKConfig.ForcePasteAsPlai…
91FCKConfig.ContentLangDirection.IEquals('ltr')?'marginLeft':'marginRight';};FCKIndentCommand._InitI…
102 …G==null) this.IconPath=FCKConfig.SkinPath+'toolbar/'+A.toLowerCase()+'.gif';else if (typeof(G)=='n…
108FCKConfig.DefaultFontSizeLabel||'';this.FieldWidth=70;};FCKToolbarFontSizeCombo.prototype=new FCKT…
122 var FCKPlugin=function(A,B,C){this.Name=A;this.BasePath=C?C:FCKConfig.PluginsPath;this.Path=this.Ba…
[all …]

1234