Changeset 3052:6bd009da1432 for plugins/dcCKEditor/_post_config.php
- Timestamp:
- 07/12/15 16:42:27 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r3040 r3052 79 79 80 80 CKEDITOR.timestamp = ''; 81 <?php if (!empty(!$dcckeditor_disable_native_spellchecker)):?> 82 CKEDITOR.disableNativeSpellChecker = false; 83 <?php endif;?> 81 84 CKEDITOR.config.skin = 'dotclear,'+dotclear.dcckeditor_plugin_url+'/js/ckeditor-skins/dotclear/'; 82 85 CKEDITOR.config.baseHref = dotclear.base_url; … … 98 101 } 99 102 ?> 100 101 102 103 if (dotclear.ckeditor_context===undefined || dotclear.ckeditor_tags_context[dotclear.ckeditor_context]===undefined) { 104 return; 105 } 103 106 $(dotclear.ckeditor_tags_context[dotclear.ckeditor_context].join(',')).ckeditor({ 104 107 <?php
Note: See TracChangeset
for help on using the changeset viewer.