Difference between revisions of "TextInputDialog:setText"
From GiderosMobile
| Line 8: | Line 8: | ||
TextInputDialog:setText(text) | TextInputDialog:setText(text) | ||
</source> | </source> | ||
| − | '''text''': (string) The text on the text field. | + | === Parameters === |
| + | '''text''': (string) The text on the text field. <br/> | ||
Revision as of 10:45, 23 August 2018
Available since: Gideros 2012.8
Description
Sets the text on the text field.
TextInputDialog:setText(text)
Parameters
text: (string) The text on the text field.