snod0g
23 Apr 2007, 1:02 PM
i create my combobox inside of an
Ext.onReady( function () {
var combo = new ...
}
but when i try to do a combo.hidden=true; from inside one of my functions, it says undefined. so how can i make this combo globally accessible to my functions? thanks.
Ext.onReady( function () {
var combo = new ...
}
but when i try to do a combo.hidden=true; from inside one of my functions, it says undefined. so how can i make this combo globally accessible to my functions? thanks.