type

the type of the input

string type;

Values

  • "text"
  • "textarea"
  • Example

    {
        view:"texthighlight",
        height:200,
        label:"Multiline",
        type:"textarea",
        value:"Countries I want to visit:\n\n#Albania #Bhutan #Colombia",
        suggest:{
           view:"mentionsuggest", data:countries, symbol:"#"
        }
    }


    Default value:

    "text"
    Details
    • "text" - one-line input field
    • "textarea" - multi-line input field
    See also
    Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.