extjs - How would you dim a container/panel like a modal Msg? -


i'm trying implement view requires response server update itself, i'd 'dim' container , show spinner while it's asynchronously loading information server , 'undim' when it's finished.

i've seen same effect background of msg/panel , implement same thing spinner in middle.

i think want use regular extjs loadmask, let know if need using it.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -