Documentation

type

the type of the control

string type;

Values

  • base (default)
  • danger
  • form
  • prev
  • next
  • image
  • imageTop
  • imageButtonTop
  • icon
  • iconTop
  • IconButtonTop
  • Example

    { view:"button", id:"button1", type:"form", label: "Button"}
    //
    {view:"text",label:"text", type:"password", align:"left"}

    See also

    Back to top