Hello, 

I have 2 textfields who each have the TinyMCEBehaviour, but the first one is
simple and the other advanced (so they each have a different TinyMCESettings
in constructor). 
This results in getting 4 tinyMCE editing boxes on my page, and the problem
is because the same 'editor_selector' is used. 
1/ Can this be changed in the WicketStuff, so that each one gets a different
editor_selector?
2/ Afterwards i want to change the contents in one of the editors. I found
that you could do that with the following statement :
tinyMCE.execCommand('mceSetContent', false,'new text');
but how can you tell tinyMCE which one of the 2 editor you want to change
the text for?

Thanks for any help or hints !
-- 
View this message in context: 
http://www.nabble.com/TinyMCE-%3A-multiple-textarea%27s-with-TinyMCEBehaviour-tf4481015.html#a12777490
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to