Title: Is anyone using the portal layout? Post by: tslatt on November 21, 2011, 07:53:34 AM Is anyone using the portal layout? I am having some issues with it.
Here's what works: If I have a page that has the portal layout on it, and I initialize the portal on page load, the portal works. Here's what doesn't work: If I want the portal to be inside a tab, or if I need the portal to not load until some other action occurs (like the tab loading first), the portal does not work. If anyone can give me any hints on how to get a functioning portal that is added to the page at any time OTHER than on page load, I would be forever grateful! Title: Re: Is anyone using the portal layout? Post by: mzeddd on November 22, 2011, 09:01:07 AM Just call something like this
Code: $('#tabsName').tabs('getTab','Tab Title').panel('refresh','anyfile.html'); when you need to update Tab content Title: Re: Is anyone using the portal layout? Post by: tslatt on December 19, 2011, 09:22:45 AM This is solved in another post: http://www.jeasyui.com/forum/index.php?topic=253.0 (http://www.jeasyui.com/forum/index.php?topic=253.0)
|