Difference between revisions of "TextInputDialog:getInputType"

From GiderosMobile
Line 8: Line 8:
 
(string) = TextInputDialog:getInputType()
 
(string) = TextInputDialog:getInputType()
 
</source>
 
</source>
 +
=== 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) The keyboard type associated with the text field (TextInputDialog.EMAIL, TextInputDialog.NUMBER, TextInputDialog.PHONE, TextInputDialog.TEXT, TextInputDialog.URL)<br/>

Revision as of 10:44, 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)