Difference between revisions of "TextInputDialog:setText"

From GiderosMobile
(4 intermediate revisions by one other user 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">
 
<source lang="lua">
 
  TextInputDialog:setText(text)
 
  TextInputDialog:setText(text)
 
</source>
 
</source>
=== 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}}

Revision as of 02:56, 4 December 2019