Description

Editor extends a simple html inputTextArea and adds rich text editing features.

Screen Shot

API

component-family net.sf.yui4jsf
renderer-type net.sf.yui4jsf.component.EditorRenderer
component-class net.sf.yui4jsf.component.editor.Editor
renderer-class net.sf.yui4jsf.component.editor.EditorRenderer
tag-class net.sf.yui4jsf.component.editor.EditorTag

Usage

<yui:editor value= "#{backingBean.someValue}"
			width = "400px"
			height = "300px" >
</yui:autocomplete>
            

Instructions

see editor.jsp for an example

Upcoming Features

N/A

Additional Information

NONE