Docs
API
  • text

    String

    Title tools.

    Example

    
    title: {
      text: 'Form',
      tools: [{
        text: 'Alert',
        handler: function(){
          alert('This is alert');
        }
      },{
        text: 'Hide',
        handler: function(){
          form.hide();
        }
      }]
    }
    

    Default

    
    ''