Difference between revisions of "TextInputDialog:setText"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2012.8<br/>
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
+
'''Class:''' [[TextInputDialog]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/TextInputDialog|TextInputDialog]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate><br />
+
Sets the text on the text field.
Sets the text on the text field.<br />
 
<br /></translate>
 
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
TextInputDialog:setText(text)
+
TextInputDialog:setText(text)
 
</syntaxhighlight>
 
</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}}
 
{{TextInputDialog}}

Latest revision as of 09:32, 26 August 2024