Tanoda
|
Go to the source code of this file.
Classes | |
interface | WebGLSupport.IInputField |
Namespaces | |
namespace | WebGLSupport |
Enumerations | |
enum | WebGLSupport.ContentType { WebGLSupport.Standard = 0 , WebGLSupport.Autocorrected = 1 , WebGLSupport.IntegerNumber = 2 , WebGLSupport.DecimalNumber = 3 , WebGLSupport.Alphanumeric = 4 , WebGLSupport.Name = 5 , WebGLSupport.EmailAddress = 6 , WebGLSupport.Password = 7 , WebGLSupport.Pin = 8 , WebGLSupport.Custom = 9 } |
enum | WebGLSupport.LineType { WebGLSupport.SingleLine = 0 , WebGLSupport.MultiLineSubmit = 1 , WebGLSupport.MultiLineNewline = 2 } |