Difference between revisions of "TextInputDialog:setText"

From GiderosMobile
 
(2 intermediate revisions by one other user not shown)
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 />
+
<syntaxhighlight lang="lua">
<br /></translate>
+
TextInputDialog:setText(text)
<source lang="lua">
+
</syntaxhighlight>
TextInputDialog:setText(text)
+
 
</source>
+
=== Parameters ===
=== <translate>Parameters</translate> ===
+
'''text''': (string) the text on the Textfield<br/>
'''text''': (string) <translate>The text on the text field.</translate> <br/>
 
  
 
{{TextInputDialog}}
 
{{TextInputDialog}}

Latest revision as of 09:32, 26 August 2024