Hey YuFeng,

2010/2/7  <[email protected]>:
>  hi:
>   I notice " WTextEdit::initTinyMCE()  { ...
> app->doJavaScript("tinymce.dom.Event._pageInit();tinyMCE.init();", false);
> ...}",now I want change tinymce function  such as "<script
> type="text/javascript">
>    tinyMCE.init({
>        theme : "advanced",
>        mode : "textareas",
>        plugins : "paste",
>        language :"zh",
>        paste_auto_cleanup_on_paste : false
>     });
> </script>"
>    ,how can I do?no change WTextEdit.C ,only a WTextEdit instance can change
> default function.

You can already use setExtraPlugins("paste"), but I guess we need to
add an setExtraConfig() option.

Can you post a feature request for this on our redmine ?

Regards,
koen

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to