Hi,
I'm trying to add a FCKeditor to a textarea for a java application. I've changed the code of the jsp page this way:
But I get nothing like a FCKeditor in my textAtrea. Somebody sees what am I doing wrong?
Thanks.
I'm trying to add a FCKeditor to a textarea for a java application. I've changed the code of the jsp page this way:
<webuijsf:head id="head1">
<webuijsf:script type="text/javascript" url="/resources/FCKeditor/fckeditor.js"/>
<webuijsf:script type="text/javascript">
window.onload = function()
{
var oFCKeditor = new FCKeditor('textArea') ;
oFCKeditor.ReplaceTextarea() ;
}
</webuijsf:script>
<webuijsf:link id="link1" url="/resources/stylesheet.css"/>
</webuijsf:head>
<webuijsf:body id="body1" style="-rave-layout: grid">
<webuijsf:form id="form1">
<webuijsf:textArea binding="#{Page1.textArea}" columns="103" id="textArea" rows="25" style="height: 336px; left: 24px; top: 24px; position: absolute; width: 624px"/>
<webuijsf:button actionExpression="#{Page1.button1_action}" id="button1"
style="height: 48px; left: 287px; top: 408px; position: absolute; width: 119px" text="Salvar"/>
</webuijsf:form>
</webuijsf:body>But I get nothing like a FCKeditor in my textAtrea. Somebody sees what am I doing wrong?
Thanks.

Re: help with jsp
Re: help with jsp