Question:Which is the correct config option for toolbar button in ExtJS
A { xtype:'tbbutton', text:'Button' } B { xtype:'tbutton', text:'Button' } C { xtype:'button', text:'Button' } D { type:'button', text:'Button' }
+ AnswerA
+ Report