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 -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -