-
Notifications
You must be signed in to change notification settings - Fork 1
trigger
jdubs edited this page Oct 23, 2016
·
1 revision
This function triggers the event specified for the control.
trigger(eventName)
( eventName ) The name of the event to trigger (must be valid event).
spec['Input'].trigger('onmouseover');