sakai
Tag rich_text_area


DEPRECATED - use inputRichText tag instead. Only present here for compatibility with older Sakai tools. Renders a WYSIWYG text editor. Allows the user to edit HTML formatted text. The JavaScript widget is based on the open-source HTMLArea project.


Tag Information
Tag Classorg.sakaiproject.jsf.tag.RichTextAreaTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
valuefalsefalsejava.lang.String
bindingfalsefalsejava.lang.String
columnsfalsefalsejava.lang.String Number of columns in the textarea (in character units). Complements the the 'width' attribute.
rowsfalsefalsejava.lang.String Number of rows in the textarea (in character units). Complements the 'height' attribute.
widthfalsefalsejava.lang.String Width of the widget (in pixel units). Complements the 'columns' attribute.
heightfalsefalsejava.lang.String Height of the widget (in pixel units). Complements the 'rows' attribute.
toolbarButtonRowsfalsefalsejava.lang.String Number of rows of buttons in the toolbar. Defaults to 2. Valid values are 0, 2, or 3.
javascriptLibraryfalsefalsejava.lang.String The URL to the directory of the HTMLArea JavaScript library. Defaults to the Sakai legacy customized HTMLArea. May be a relative URL.
autoConfigfalsefalsejava.lang.String Whether to recalculate the configuration - defaults to false. If true, the width, height, and toolbarButtonRows will be recalculated based on the values given.
justAreafalsefalsejava.lang.String DEPRECATED - use toolbarButtonRows=0 instead. If true, the WYSIWYG toolbar is not shown. The text is still editable. Keyboard shortcuts for formatting (like Ctrl-B for bold) still work.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.