Difference between revisions of "TextInputDialog:setText"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
 
Sets the text on the text field.<br />
 
Sets the text on the text field.<br />
 
<br /></translate>
 
<br /></translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  TextInputDialog:setText(text)
 
  TextInputDialog:setText(text)
</source>
+
</syntaxhighlight>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''text''': (string) <translate>The text on the text field.</translate> <br/>
 
'''text''': (string) <translate>The text on the text field.</translate> <br/>
  
 
{{TextInputDialog}}
 
{{TextInputDialog}}

Latest revision as of 15:33, 13 July 2023