| Class Field Summary | |
|---|---|
| Public | DEFAULT_BORDER |
| Instance Method Summary | |
|---|---|
| Public | doAction()Processes a user action (pressing enter within text entry area). |
| Public | insertHtml()Inserts HTML within the text area at the current cursor location. |
| Methods inherited from class Echo.Component |
getFocusComponent, add, addListener, fireEvent, get, getComponent, getComponentCount, getIndex, getLayoutDirection, getLocale, getLocalStyleData, getRenderLayoutDirection, getRenderLocale, getStyle, getStyleName, indexOf, isActive, isAncestorOf, isEnabled, isRenderEnabled, register, render, renderIndex, remove, removeAll, removeListener, set, setEnabled, setIndex, setLayoutDirection, setLocale, setStyle, setStyleName, toString |
| Component Properties | ||
|---|---|---|
text |
String
|
the content of the text area |
| Style Properties | ||
|---|---|---|
border |
Border (String or Object)
|
the border surrounding the text entry area |
menuStyleName |
String
|
style name for menu bar |
controlPaneStyleName |
String
|
style name for control panes used in dialogs |
controlPaneRowStyleName |
String
|
style name for control pane row used in dialogs |
controlPaneButtonStyleName |
String
|
style name for control pane buttons used in dialogs |
toolbarButtonStyleName |
String
|
style name for main toolbar buttons |
windowPaneStyleName |
String
|
style name for dialog
WindowPane |
icons |
Object
|
associative array mapping icon names to images |
features |
Object
|
associative array describing which features should be enabled. |
| Events | ||
|---|---|---|
action |
An event fired when the enter/return key is pressed while the text area is focused. | |
html
(String)
- the HTML to be inserted