Difference between revisions of "TextInputDialog:setInputType"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 19: Line 19:
 
<syntaxhighlight 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.