Difference between revisions of "TextInputDialog:setText"

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

Latest revision as of 15:33, 13 July 2023