Forum /
Ext JS Community Forums 4.x /
Ext: Q&A /
Unanswered: handler : handleMaximize, id
Unanswered: handler : handleMaximize, id
i have this
Ext.ux.MaximizeTool = function() {
this.init = function(ct) {
var maximizeTool = {
id : 'maximize',
handler : handleMaximize,
scope : ct,
qtip : 'Maximize'
};
iwant to maximize from tbar
i try
handler: function(btn){
Ext.get('myid').on('click', function() {
handleMaximize
can i get help
tankyue
eror
Ext.get('panelsport').on('click', function() {Uncaught TypeError: Cannot call method 'on' of null (repeated 2 times)
Sencha - Community Support Team
It's difficult to say what's wrong with the code you provided. You should post more code related to the problem you mentioned then everybody could help you.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us