TextInputDialog:setText
From GiderosMobile
Available since: Gideros 2012.8
Class: TextInputDialog
Description
Sets the text on the text field.
<syntaxhighlight lang="lua">
TextInputDialog:setText(text)
</source>
Parameters
text: (string) The text on the text field.