Skip to content

trigger

jdubs edited this page Oct 23, 2016 · 1 revision

Table of Contents

Overview

This function triggers the event specified for the control.

Signature

trigger(eventName)

Parameters

( eventName ) The name of the event to trigger (must be valid event).

Example

spec['Input'].trigger('onmouseover');

Clone this wiki locally