Attributes |
Name | Required | Request-time | Type | Description |
value | false | false | java.lang.String |
|
binding | false | false | java.lang.String |
|
columns | false | false | java.lang.String |
Number of columns in the textarea (in character units). Complements the the 'width' attribute.
|
rows | false | false | java.lang.String |
Number of rows in the textarea (in character units). Complements the 'height' attribute.
|
width | false | false | java.lang.String |
Width of the widget (in pixel units). Complements the 'columns' attribute.
|
height | false | false | java.lang.String |
Height of the widget (in pixel units). Complements the 'rows' attribute.
|
toolbarButtonRows | false | false | java.lang.String |
Number of rows of buttons in the toolbar. Defaults to 2. Valid values are 0, 2, or 3.
|
javascriptLibrary | false | false | java.lang.String |
The URL to the directory of the HTMLArea JavaScript library.
Defaults to the Sakai legacy customized HTMLArea. May be a relative URL.
|
autoConfig | false | false | java.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.
|
justArea | false | false | java.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.
|