PFWidget_QuickAccess_Action_JavascriptEvent Properties |
The PFWidget_QuickAccess_Action_JavascriptEvent type exposes the following members.
Name | Description | |
---|---|---|
EventName | Gets or sets the name of the event. To subscribe to this event, use JQuery : $('#widgetId').on("EVENTNAME", function(event, resultDiv) { }); | |
ReplaceMainAction |
Gets or sets a value indicating whether this action should replace the default action for a result's click.
(Inherited from PFWidget_QuickAccess_Action.)Note : if this setting is enabled for multiple actions, only the first one is considered. | |
Text |
Gets or sets the text representing the action.
This will be encoded.
(Inherited from PFWidget_QuickAccess_Action.) |