Info | Value |
---|---|
Component Type | org.primefaces.component.TextEditor |
Handler Class | None |
Renderer Type | org.primefaces.component.TextEditorRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
allowBlocks | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to allow blocks to be included. |
allowFormatting | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to allow formatting to be included. |
allowImages | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to allow images to be included. |
allowLinks | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to allow links to be included. |
allowStyles | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to allow styles to be included. |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
converter | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.convert.Converter )
| An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id. |
converterMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when conversion fails. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to 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. |
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. |
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. |
required | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Marks component as required. |
requiredMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when required field validation fails. |
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 editor container. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the editor container. |
toolbarVisible | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether the toolbar of the editor is visible. |
validator | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.validator.Validator )
| A method expression referring to a method validating the input. |
validatorMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when validation fails. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object )
| Value of the component. |
valueChangeListener | false | jakarta.el.ValueExpression
(must evaluate to javax.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.