pe

Tag clipboard

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.Clipboard
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.ClipboardRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
actionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Action whether to 'copy' or 'cut'. Default is 'copy'.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
onerrorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler to execute when text fails to copy/cut to clipboard.
onsuccessfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler to execute if text is successfully copied/cut.
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.
targetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The target component to copy/cut the text from.
textfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
If you don't use target you can set text to the value you want copied/cut. Default is 'PrimeFaces Rocks!' if you forget to set it.
triggertruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The trigger to execute the action. Typically, a button.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.