| Info | Value |
|---|---|
| Component Type | org.primefaces.component.TextEditor |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
allowBlocks | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to allow blocks to be included.Default is true. |
allowFormatting | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to allow formatting to be included.Default is true. |
allowImages | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to allow images to be included.Default is true. |
allowLinks | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to allow links to be included.Default is true. |
allowStyles | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to allow styles to be included.Default is true. |
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
converter | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
| EL expression resolves to a converter instance or literal converter ID defining a component converter. |
converterMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Disables the editor.Default is false. |
formats | false | jakarta.el.ValueExpression
(must evaluate to java.util.List)
| Define a list of formats to allow in the editor. By default all formats are allowed. |
height | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Height of the editor. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
immediate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When set true, process validations logic is executed at apply request values phase for this component.Default is false. |
placeholder | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Placeholder text to show when editor is empty. |
readonly | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to instantiate the editor to read-only mode.Default is false. |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Boolean value to specify the rendering of the component, when set to false component will not be rendered.Default is true. |
required | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Marks component as required.Default is false. |
requiredMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
secure | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Secure the component with the HTML Sanitizer library on the classpath.Default is true. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
toolbarVisible | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether the toolbar of the editor is visible.Default is true. |
validator | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
| A method expression referring to a method validating the input. |
validatorMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Value of the component. |
valueChangeListener | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ValueChangeListener)
| A method binding expression referring to a method for handling a valuchangeevent. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.