View Poll Results: How many parts in a page you need to auto refresh?
- Voters
- 3. You may not vote on this poll
-
1
0 0% -
2
1 33.33% -
3
0 0% -
4
1 33.33% -
5
1 33.33% -
6
0 0% -
7
0 0% -
8
0 0% -
9
0 0% -
> 9
0 0%
Threaded View
-
29 Dec 2008 2:46 AM #1
How To Auto Reload Tab Panel Content?
How To Auto Reload Tab Panel Content?
Guys, can you tell me how to do auto reload tab panel content? For example:
I want to reload the tab "Screen Monitoring" so it will reload in certain seconds (ie: every 5 seconds it will reload the tab content) without refreshing the whole page.Code:var contentPanel = new Ext.TabPanel({ region:'center', deferredRender:false, activeTab:0, enableTabScroll:true, items:[{ autoLoad: {url: 'doMenuScreenMonitoring.php', scope: this}, title: 'Screen Monitoring', closable:false, autoScroll:true }] });
Thank you in advance for any body can help me by sharing the solution to me.


Reply With Quote