Docs
API
  • tbarHeight

    Number

    Property to set tbar height.

    Example

    
    tbarHeight: 30,
    tbar: [{
      type: 'button',
      text: 'Text',
      handler: function(){}
    }],
    

    Default

    
    undefined