Skip to content

get (id)

jdubs edited this page Oct 23, 2016 · 1 revision

Table of Contents

Overview

This function returns a reference to the control specified.

Signataure

get(id)

Parameters

( id ) The ID, or in the case of a spec control the Name, of a control.

Example

var ctrl = get('Input');
get('Input').show();
specForm.get('Input').show();

Clone this wiki locally