Docs
API
  • bbarHeight

    Number

    Property to set bbar height.

    Example

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

    Default

    
    undefined