Difference between revisions of "TextInputDialog:setText"

From GiderosMobile
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
+
'''Available since:''' Gideros 2012.8<br/>
=== <translate>Description</translate> ===
+
'''Class:''' [[TextInputDialog]]<br/>
<translate><br />
+
 
Sets the text on the text field.<br />
+
=== Description ===
<br /></translate>
+
Sets the text on the text field.
<source lang="lua">
+
<syntaxhighlight lang="lua">
TextInputDialog:setText(text)
+
TextInputDialog:setText(text)
</source>
+
</syntaxhighlight>
=== <translate>Parameters</translate> ===
+
 
'''text''': (string) <translate>The text on the text field.</translate> <br/>
+
=== Parameters ===
 +
'''text''': (string) the text on the Textfield<br/>
 +
 
 +
{{TextInputDialog}}

Latest revision as of 09:32, 26 August 2024