type

the type of the button

string type;

Values

  • bottom
    styles tabbar to match bottom position
  • Example

    rows:[
        { cells:[..] },// multiview cells..
        { view:"tabbar", type:"bottom", options:[..] }
    ]

    Details

    By default, a button does not have a type.

    See also
  • Articles
  • Back to top