Docs
API
  • tbarHidden

    Boolean

    Hide tbar on start.

    Example

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

    Default

    
    undefined