Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
WYSIWYG HTML EditorInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.input.HTMLInput |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.input.HTMLInput |
Description | WYSIWYG HTML Editor |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
immediate | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to process value change listeners in the Apply Request Values phase; false to process in the Process Validations phase |
required | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if user must specify a value for control |
requiredMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Will be used as the text of the validation message for the "required" facility, if the "required" facility is used. |
useClientSideValidation | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if client side validation should be attempted (if available) for the control |
validator | false | javax.el.ValueExpression
(must evaluate to javax.faces.convert.Validator )
| A method binding expression for a method that validates the component local value. |
validatorMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Will be used as the text of the validator message, replacing any message that comes from the validator. |
valueChangeListener | false | javax.el.MethodExpression
(signature must match void valueChange(javax.faces.event.ValueChangeEvent) )
| Value change listener method binding |
converter | false | javax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter )
| A value binding expression for a method that returns a converter instance. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Control value |
label | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A localized user presentable name for this component. |
converterMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Will be used as the text of the converter message, replacing any message that comes from the converter. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "style" attribute value |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "class" attribute value |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "title" attribute value (often displayed as a tooltip) |
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the directionality of the flow of the content for the current element |
lang | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the language of the enclosed content |
width | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Pre-defined input width |
disabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if control is grayed-out and un-modifiable |
readonly | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if control is un-modifiable |
accesskey | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Keyboard shortcut letter |
tabindex | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Order in tab (key) sequence, from 1 to n. Zero adds control to tab sequence, negative integer removes control. |
cols | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Width in characters ("width" parameter is preferred) |
rows | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Height in lines |
advancedEditor | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to use advanced WYSIWYG editor |
Output generated by Vdldoc View Declaration Language Documentation Generator.