Question:Which of the following is the correct option and value to add a bar in the ExtJS window?
A tbar:[{text:string, handler: function(){} }]
B bar:[{text:string, handler: function(){} }]
C toolbar:[{text:string, handler: function(){} } ]
D tbbar:[{text:string, handler: function(){} }]
+ AnswerA
+ Report