Difference between revisions of "TextInputDialog:setText"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Sets the text on the text field.<br /> <br /> <source lang="lua"> = TextInputDialog:setText(tex...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= TextInputDialog:setText(text,)
+
TextInputDialog:setText(text)
 
</source>
 
</source>
'''text:''' (string) The text on the text field. ''''''<br/>
+
'''text''': (string) The text on the text field. ''''''<br/>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2012.8

Description


Sets the text on the text field.

 TextInputDialog:setText(text)

'text: (string) The text on the text field. '