[wp-trac] [WordPress Trac] #4708: Change "mode" Option for TinyMCE
WordPress Trac
wp-trac at lists.automattic.com
Tue Aug 7 03:13:21 GMT 2007
#4708: Change "mode" Option for TinyMCE
---------------------+------------------------------------------------------
Reporter: cpoteet | Owner: anonymous
Type: task | Status: new
Priority: normal | Milestone: 2.3 (trunk)
Component: TinyMCE | Version:
Severity: normal | Keywords:
---------------------+------------------------------------------------------
The option "mode" has deprecated the usage of "specific_textareas".
Suggest we change it to:
tiny_mce_config.php
{{{
mode : "exact",
editor_selector : "mceEditor",
elements: "content"
}}}
Maybe make that "elements" pluggable to allow theme developers to add
other textareas in admin section.
--
Ticket URL: <http://trac.wordpress.org/ticket/4708>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list