Difference between revisions of "TextInputDialog:getInputType"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2012.8<br/>
 
'''Available since:''' Gideros 2012.8<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
Returns the keyboard type associated with the text field.<br />
 
Returns the keyboard type associated with the text field.<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
(string) = TextInputDialog:getInputType()
 
(string) = TextInputDialog:getInputType()
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (string) The keyboard type associated with the text field (TextInputDialog.EMAIL, TextInputDialog.NUMBER, TextInputDialog.PHONE, TextInputDialog.TEXT, TextInputDialog.URL)<br/>
+
'''Returns''' (string) <translate>The keyboard type associated with the text field (TextInputDialog.EMAIL, TextInputDialog.NUMBER, TextInputDialog.PHONE, TextInputDialog.TEXT, TextInputDialog.URL)</translate><br/>

Revision as of 14:48, 23 August 2018

Available since: Gideros 2012.8

Description


Returns the keyboard type associated with the text field.

(string) = TextInputDialog:getInputType()

Return values

Returns (string) The keyboard type associated with the text field (TextInputDialog.EMAIL, TextInputDialog.NUMBER, TextInputDialog.PHONE, TextInputDialog.TEXT, TextInputDialog.URL)