Difference between revisions of "TextInputDialog:setInputType"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
  
  
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
TextInputDialog:setInputType(type)
 
TextInputDialog:setInputType(type)
</source>
+
</syntaxhighlight>
  
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===

Latest revision as of 15:33, 13 July 2023


Available since: Gideros 2012.8
Class: TextInputDialog

Description

Sets the input (keyboard) type associated with the text field. The options are:


TextInputDialog:setInputType(type)

Parameters

type: (string) Tnput type associated with the text field.