Difference between revisions of "TextInputDialog:setText"
From GiderosMobile
| m (Text replacement - "<source" to "<syntaxhighlight") | m (Text replacement - "</source>" to "</syntaxhighlight>") | ||
| Line 9: | Line 9: | ||
| <syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
|   TextInputDialog:setText(text) |   TextInputDialog:setText(text) | ||
| − | </ | + | </syntaxhighlight> | 
| === <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}} | {{TextInputDialog}} | ||
Revision as of 14:33, 13 July 2023
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. 
