开发者

How can I clear the statusbar text in ExtJS?

开发者 https://www.devze.com 2023-02-15 10:33 出处:网络
I have created a status bar in my proj开发者_StackOverflow中文版ect using ExtJS. I want to change the text after clicking another tab. I\'d also like to update it based on a time interval. How can I d

I have created a status bar in my proj开发者_StackOverflow中文版ect using ExtJS. I want to change the text after clicking another tab. I'd also like to update it based on a time interval. How can I do this using ExtJS?


If you're using the StatusBar ux you probably want something like:

myStatusBar.setStatus({
    text: 'Whatever',
    clear: true
});
0

精彩评论

暂无评论...
验证码 换一张
取 消