Lines Matching refs:config

6 CKEDITOR.editorConfig = function( config ) {
8 config.keystrokes = [
32 config.colors = new Array(
88 config.doku_url = top.DOKU_BASE;
89 config.ckedit_path = top.DOKU_BASE + 'lib/plugins/ckgdoku/ckeditor/';
93 config.doku_url = window.location.protocol+ '//' + top.dokuBase;
94config.ckedit_path = window.location.protocol +'//' + top.dokuBase + 'lib/plugins/ckgdoku/ckeditor…
96 config.jquery = top.jQuery;
97 // config.format_code = { element : 'code', attributes : { 'class' : 'dwcode' } };
100 // http://docs.ckeditor.com/#!/api/CKEDITOR.config
101 config.scayt__disable = false;
102 …top.ckgdoku_language_chk(config); //resets language if $conf['other_lang'] != 'default' and reset…
103 // config.scayt_autoStartup = true;
104 config.format_tags = 'p;h1;h2;h3;h4;h5';
105 config.extraSpecialChars = ['↔'];
106config.extraPlugins = 'signature,footnote,shortcuts,fontAssist,tags,timestamp,headerbuttons,geshi,…
107 config.contentsLangDirection = '';
108 if( top.ckgdoku_isRTL()) config.contentsLangDirection = 'rtl';
109 config.pasteFromWordRemoveFontStyles = false; // preserve font style when "paste from word"
110config.pasteFromWordRemoveStyles = false; // preserve style (color) when "paste from word"
111config.allowedContent=true; // preserve highlight when "paste from word"
112 config.removeButtons = top. remove_styling();
114 //config.removeButtons = 'TextColor,BGColor, FontAssist,Font,FontSize';
115 if(config.removeButtons.match(/FontAssist/)) font_assist = "";
116 config.addPaste = function () {
117 config.extraPlugins +=',pastebase64';
120 config.skin = top.getCKEditorGUI() ? top.getCKEditorGUI() : 'moono';
122 config.wrapSyntaxDiv = top.JSINFO['wrapDiv'] ;
123 config.wrapSyntaxSpan = top.JSINFO['wrapSpan'] ;
124 config.ToolBarItemsAlt = {
129 config.ToolBarItemsAlt['Tags']='Tags';
132 config.ToolBarItemsAlt['Wrap']='Wrap';
135 config.wrapSyntaxDiv = top.JSINFO['wrapDiv'];
137 else config.wrapSyntaxDiv = "";
139 config.wrapSyntaxSpan = top.JSINFO['wrapSpan'];
141 else config.wrapSyntaxSpan = "";
143 if(config.scayt__disable) {
144 config.ToolBarItemsAlt['Scayt'] = "";
147 var xtra = top.extra_plugins(config);
154 config.ToolBarItemsExtra = "";
156 config.ToolBarItemsExtra = xtra.split(',');
158 config.extraPlugins += ',' + xtra.toLowerCase();
162 config.toolbar_Dokuwiki =
168 …age','Table','HorizontalRule','Smiley','SpecialChar', config.ToolBarItemsAlt['Signature'] ,config
174 { name: 'basicstyles', items: [ 'basicstyles', 'cleanup',config.ToolBarItemsAlt['Scayt'] ] },
176 {name: 'extras', items: config.ToolBarItemsExtra }
180 config.toolbar_DokuwikiNoGuest =
187 config.toolbar_DokuwikiGuest =
201 config.wrap_lang;
204 config.jquery.post(
205 config.doku_url + 'lib/exe/ajax.php',
209 config.wrap_lang = JSON.parse(data);
217 config.dokuSmileyPath = config.doku_url + 'lib/images/smileys/';
218 config.dokuSmileyImages =
243 config.jquery.post(
247 config.dokuSmileyConfImages = new Array();
256 config.dokuFixmeSmiley.push( a);
260 config.dokuLargeSmiley.push(a);
261 config.dokuSmileyConfImages[i] =" ";
264 else config.dokuSmileyConfImages[i] = a;
272 config.removePlugins = 'liststyle';
273 config.dokuFixmeSmiley = new Array();
274 config.dokuLargeSmiley = new Array();
275 config.dokuSmileyConfImages;
282 config.ckgEditorVer;
284 config.jquery.post(
288 config.ckgEditorVer=data;
290 else config.ckgEditorVer = "Dokuwiki plugin: ckgdoku";
298 config.jquery.ajax(
299 config.doku_url + 'lib/exe/ajax.php',
309 config.geshi_opts = data;
321 config.filebrowserWindowWidth='60%';
322 config.filebrowserWindowHeight = '60%';
323 //config.filebrowserWindowFeatures = 'location=no,menubar=no,toolbar=no,dependent=yes,minimizable=n…
345 …rError_Connector: 'The connector is disabled. Check editor/filemanager/connectors/php/config.php',
425 config.allowedContent = true;
427 }; //end config.js