Skip to content

setText

jdubs edited this page Oct 23, 2016 · 1 revision

Table of Contents

Overview

This function sets the text value for the control.

Signature

setText(value)

Parameters

( value ) The string/text to assign to the control's value.

Example

spec['Input'].setText('New Value');

Clone this wiki locally