| Info | Value |
|---|---|
| Behavior ID | org.primefaces.extensions.behavior.JavascriptBehavior |
| Handler Class | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Disables the confirmation behavior.Default is false. |
event | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| A String identifying the type of event the Ajax action will apply to. If specified, it must be one of the events supported by the component the Ajax behavior is being applied to. For HTML components this would be the set of supported DOM events for the component, plus "action" for Faces ActionSource components and "valueChange" for Faces EditableValueHolder components. If not specified, the default event is determined for the component. The DOM event name is the actual DOM event name (for example: "click") as opposed to (for example: "onclick"). |
execute | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The javascript which should be executed. |
Output generated by Vdldoc View Declaration Language Documentation Generator.