Difference between revisions of "TextInputDialog:setText"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 7: | Line 7: | ||
Sets the text on the text field.<br /> | Sets the text on the text field.<br /> | ||
<br /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
TextInputDialog:setText(text) | TextInputDialog:setText(text) | ||
</source> | </source> |
Revision as of 14:31, 13 July 2023
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.