[jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.0 and TinyMCE
pdhaigh
do-not-reply at jboss.com
Tue Aug 14 12:50:48 EDT 2007
I've since discovered that you also can't use the above workaround with tinymce mode set to
mode : "exact"
But, it seems there is a superior work around.. still a bit of a pain, but it works.
Call the following on submitting the form.
function updateValue()
| {
| tinyMCE.execCommand('mceRemoveControl', false, 'idofmyeditorregion');
| }
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074105#4074105
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074105
More information about the jboss-user
mailing list