
Originally Posted by
blm126
Just attach the name and class to the textarea
I am trying to do that, but there is nothing i recognize in the code for it. Its all javascript and I am not familiar with it. The actual textfield looks like this in the code:
HTML Code:
</script>
<script language="JavaScript" type="text/javascript">
<!--
// Optional javascript rteSafe function
// var SAFE_CONTENT = rteSafe(YOUR_CONTENT);
// writeRichText('rte1', SAFE_CONTENT, '', 500, 150, true, false, false);
//Usage: writeRichText(fieldname, html, css_override, width, height, buttons, readOnly, fullscreen)
writeRichText('newsedit', '', '', 500, 150, true, false, false);
//-->
</script>
I don't know where to add my textfield name and class.
Bookmarks