primefaces-extensions

Tag sunEditor

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.SunEditor
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
accesskeyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Access key to transfer focus to the input element.
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 is 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 is 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 is 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 is 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 is 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 is true.
ariaDescribedByfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Identifies the element(s) that describe the object, enhancing accessibility.
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.
colsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the number of columns in the text area.Default is 0.
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)
Custom message to display when conversion fails.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality.Default is ltr.
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that an element should be disabled.Default is false.
extenderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The extender to use for the editor.
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Height of the editor.Default is auto.
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.
inputmodefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the type of data expected in the input, aiding virtual keyboards.
labelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name.
langfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the language of the element's content.
localefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Locale for the editor. Can be a string or java.util.Locale instance.
maxlengthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the maximum number of characters allowed in the input.Default is Integer.MIN_VALUE.
modefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The mode to use: 'classic', 'inline', etc.Default is classic.
onblurfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when an element loses focus.
onchangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the value of an element has been changed.
onclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse click on the element.
oncontextmenufalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when the context menu is triggered.
oncopyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when content is copied from the element.
oncutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when content is cut from the element.
ondblclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse double-click on the element.
ondragfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when an element is dragged.
ondragendfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute at the end of a drag operation.
ondragenterfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when a dragged element enters a valid drop target.
ondragleavefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when a dragged element leaves a valid drop target.
ondragoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when a dragged element is over a valid drop target.
ondragstartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute at the start of a drag operation.
ondropfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when a dragged element is dropped.
onfocusfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when an element gets focus.
oninputfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when the element receives user input.
oninvalidfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when the element's value is invalid.
onkeydownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user is pressing a key.
onkeypressfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user presses a key.
onkeyupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user releases a key.
onmousedownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse button is pressed down on an element.
onmousemovefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer is moving while it is over an element.
onmouseoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer moves out of an element.
onmouseoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer moves onto an element.
onmouseupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse button is released over an element.
onpastefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when content is pasted into the element.
onresetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when the form is reset.
onscrollfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when the element is scrolled.
onsearchfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when a search is performed.
onselectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when text is selected.
onwheelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when the mouse wheel is used.
placeholderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies a short hint describing the expected value of the input.
readonlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that an input field is read-only.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)
Custom message to display when the required validation fails.
rolefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines the role of the element for accessibility purposes.
rowsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the number of rows in the text area.Default is 0.
securefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Secure the component with the HTML Sanitizer library on the classpath.Default is true.
strictModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to use strict mode.Default is true.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies an inline CSS style for an element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies one or more CSS class names for an element.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the tab order of an element.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies extra information about an element (displayed as a tooltip).
toolbarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The toolbar to use for the editor.
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)
Custom message to display when validation fails.
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.
widthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Width of the editor.Default is 100%.

Output generated by Vdldoc View Declaration Language Documentation Generator.