Hi wicketers,

I'm having a problem/ doubt with a particular TinyMCE setting and its 
implementation in the wicket-contrib-tinymce project.

How can I change 

tinyMCE.init({
 mode : "textareas",
 ...
});

for

tinyMCE.init({
 ...
 mode : "exact",
 elements : "elm1,elm2"
});
or mode : specific_textareas ?

Cause I don't want *all* of the textareas in my page to be tinymce'd. I can't 
find this setting anywhere, particularly in the TinyMCESettings class where it 
should be settable.

Thanks in advance for your help!

Regards,
Francisco

                
---------------------------------
 Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to