pe

Tag imageAreaSelect

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.ImageAreaSelect
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.ImageAreaSelectRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
aspectRatiofalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
A string of the form "width:height" which represents the aspect ratio to maintain. Example: "4:3".
autoHidefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
If set to true, selection area will disappear when selection ends. Default value: false.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.
fadeSpeedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
If set to a number greater than zero, showing or hiding the plugin is done with a graceful fade in/fade out animation. Default value: 0.
fortruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The target image.
handlesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
If set to true, resize handles are shown on the selection area; if set to "corners", only corner handles are shown. Default value: false.
hidefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
If set to true, selection area is hidden.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a naming container.
imageHeightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
True height of the image (if scaled with the CSS width and height properties).
imageWidthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
True width of the image (if scaled with the CSS width and height properties).
keyboardSupportfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enables/disables keyboard support. Default value: false.
maxHeightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum selection height (in pixels).
maxWidthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum selection width (in pixels).
minHeightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum selection height (in pixels).
minWidthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum selection width (in pixels).
movablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Determines whether the selection area should be movable. Default value: true.
parentSelectorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
A jQuery object or selector string that specifies the parent element that the plugin will be appended to. Default value: "body".
persistentfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
If set to true, clicking outside the selection area will not start a new selection (i.e. the user will only be able to move/resize the existing selection area). Default value: 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.
resizablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Determines whether the selection area should be resizable. Default value: true.
showfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
If set to true, selection area is shown.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
zIndexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
The z-index value to be assigned to plugin elements; normally, imgAreaSelect figures it out automatically, but there are a few cases when it's necessary to set it explicitly.

Output generated by Vdldoc View Declaration Language Documentation Generator.