Difference between revisions of "TextInputDialog:setText"
From GiderosMobile
| Line 12: | Line 12: | ||
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
'''text''': (string) <translate>The text on the text field.</translate> <br/> | '''text''': (string) <translate>The text on the text field.</translate> <br/> | ||
| + | |||
| + | {{TextInputDialog}} | ||
Revision as of 01:56, 4 December 2019
Available since: Gideros 2012.8
Class: TextInputDialog
Description
Sets the text on the text field.
TextInputDialog:setText(text)
Parameters
text: (string) The text on the text field.