primefaces

Tag textEditor

Component Information 
InfoValue
Component Typeorg.primefaces.component.TextEditor
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
allowBlocksfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to allow blocks to be included.Default is true.
allowFormattingfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to allow formatting to be included.Default is true.
allowImagesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to allow images to be included.Default is true.
allowStylesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to allow styles to be included.Default is true.
bindingfalsejakarta.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.
converterfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
EL expression resolves to a converter instance or literal converter ID defining a component converter.
converterMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables the editor.Default is false.
formatsfalsejakarta.el.ValueExpression
(must evaluate to java.util.List)
Define a list of formats to allow in the editor. By default all formats are allowed.
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Height of the editor.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
immediatefalsejakarta.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.
placeholderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Placeholder text to show when editor is empty.
readonlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to instantiate the editor to read-only mode.Default is false.
renderedfalsejakarta.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.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.Default is false.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
securefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Secure the component with the HTML Sanitizer library on the classpath.Default is true.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
toolbarVisiblefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether the toolbar of the editor is visible.Default is true.
validatorfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
A method expression referring to a method validating the input.
validatorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
valueChangeListenerfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.