Difference between revisions of "TextInputDialog:setText"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2012.8<br/>
 
'''Available since:''' Gideros 2012.8<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
Sets the text on the text field.<br />
 
Sets the text on the text field.<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  TextInputDialog:setText(text)
 
  TextInputDialog:setText(text)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''text''': (string) The text on the text field. <br/>
+
'''text''': (string) <translate>The text on the text field.</translate> <br/>

Revision as of 14:34, 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.