Skip to content

autoTab

jdubs edited this page Oct 23, 2016 · 1 revision

Table of Contents

Overview

This function changes focus from the current textbox to the specified control when the input length matches the MaxLength property of the textbox.

Signature

autoTab(controlName)

Parameters

( controlName ) The name of the control that will receive focus.

Example

spec['City'].autoTab('State');

Clone this wiki locally