[jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.0 and TinyMCE

pdhaigh do-not-reply at jboss.com
Wed May 30 16:28:41 EDT 2007


Excellent, thanks! :-)

Just in case anyone elses javascript is as weak as mine:

			function updateValue()
  | 			{
  | 				var textValue = document.getElementById('webpageForm:mainText');
  | 				textValue.value = tinyMCE.getContent('webpageForm:mainText');
  | 			}


<h:form id="webpageForm" onsubmit="updateValue();">
  | 					<h:inputTextarea id="mainText" value="#{webpage.text}" rows="10" cols="40"/>
  | 
  | 

Is there a plan to resolve this issue, and negate the need for this workaround?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049902#4049902

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049902



More information about the jboss-user mailing list