extjs - how to access a non-global variable in ext js 4.0.0 -


i defined variable in handler of button , want access in different element in same panel(ext.grid.panel)

you can not access local variable other scope. save variable in panel scope or in scope visible both places (handler , other). write code , i'll give more detailed advise.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -