Search Results for

    Show / Hide Table of Contents

    Enum EInputType

    • C#
    • Visual Basic
    public enum EInputType
    Public Enum EInputType
    Namespace: HomeSeer.Jui.Types
    Assembly: PluginSdk.dll


    The input type determines the type of data that will be accepted by an input view and the keyboard that is shown to the user when they are typing in it.


    Fields

    Name Description
    Date

    Used for date only pickers

    DateTime

    Used for date and time multi pickers

    Decimal

    Used for decimal numbers

    Email

    Used for Email Addresses in the format of @.*

    Number

    Used for whole numbers

    Password

    Used to mask secure text

    Text

    Used for text of any kind

    Time

    Used for time only pickers

    Url

    Used for web addresses; values are parsed to ensure they are a valid URI

    • View Source
    In This Article
    Back to top HomeSeer Technologies