Docs
API
  • type

    String

    Item type.

    Possible values: button, combo, number, segbutton, string, text, search.

    Example

    
    {
      type: 'button',
      text: 'Add',
      handler: function(){}
    }
    

    Example: Search grid subTBar field

    
    subTBar: [{
      type: 'search',
      width: 350,
      emptyText: 'Search',
      paramsMenu: true,
      paramsText: 'Parameters'
    

    Default

    
    'button'