-
Notifications
You must be signed in to change notification settings - Fork 1
get (id)
jdubs edited this page Oct 23, 2016
·
1 revision
This function returns a reference to the control specified.
get(id)
( id ) The ID, or in the case of a spec control the Name, of a control.
var ctrl = get('Input');
get('Input').show();
specForm.get('Input').show();