Closed (fixed)
Project:
TinyMCE
Version:
master
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2005 at 08:55 UTC
Updated:
15 Jun 2005 at 13:52 UTC
How about support more configuration options via 'Edit tinymce profile' page. For example entity_encoding (I need raw) and language (Default as default for Drupal site). Now I have to hack tinymce.module.
tinyMCE.init({
entity_encoding : "raw",
language : "cs",
$tinymce_settings
});
Comments
Comment #1
matt westgate commentedThere is no need to hack tinymce module. IF you read the README, you'll discover how to override the tinymce theme function and set any options you wish.
Otherwise, feel free to submit a patch.