pe

Tag sunEditor

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.SunEditor
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.SunEditorRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
allowBlocksfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to allow blocks to be included when secure=true and the HTML is sanitized. Default true.
allowFormattingfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to allow formatting to be included when secure=true and the HTML is sanitized. Default true.
allowImagesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to allow images to be included when secure=true and the HTML is sanitized. Default true.
allowMediafalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to allow audio/video to be included when secure=true and the HTML is sanitized. Default true.
allowStylesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to allow styles to be included when secure=true and the HTML is sanitized. Default true.
allowTablesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to allow tables to be included when secure=true and the HTML is sanitized. Default true.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.
converterMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when conversion fails.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines text direction, valid values are "ltr" (default) and "rtl".
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if the editor is disabled.
escapefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if the content of the component should be escaped or not.
extenderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of javascript function to extend the options of the underlying SunEditor configuration.
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Height of the editor with CSS units, set as an inline style. For example 500px or 100%/code>. Default value: auto
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a naming container.
localefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
String or java.util.Locale representing user locale. Default is a locale specified in view root.
modefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Editor mode : classic, inline, balloon, balloon-always. Default classic.
readonlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if the editor is readonly.
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.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when required field validation fails.
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)
CSS style(s) to be applied when this component is rendered.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container element. Default value is null.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The tab index to assign to the editor. If not given, no tab index will be assigned.
toolbarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
JSON array of array using single quote that defines the toolbar.
validatorfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.validator.Validator)
A method expression referring to a method validationg the input.
validatorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when validation fails.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
widthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Width of the editor with CSS units, set as an inline style. For example 500px or 100%/code>. Default value: 100%.

Output generated by Vdldoc View Declaration Language Documentation Generator.