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