Last updated December 13, 2008 23:17, by Jason Lee
== <sc:htmlEditor> - A YUI Rich Text Editor Wrapper ==
The HTML editor component is a simple wrapper around the [http://developer.yahoo.com/yui/editor/ YUI Rich Text Editor]. Its usage is fairly simple:
<textarea name="code" class="xml"><nowiki>
<sc:htmlEditor id="one" width="600px" height="300px" value="#{testBean.editorValue}" />
</nowiki></textarea>
'''Due to an apparent Firefox 2 bug, any pages using this control must be sent to the client as "text/html":'''
<textarea name="code" class="xml"><f:view contentType="text/html"></textarea>
These would render as
[[image: editor.png]]





