Docs
API
  • buttonsHeight

    Number

    Property to set buttons height.

    Example

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

    Default

    
    undefined