Check if Tab autoload has not been loaded - then load

  1. #1

    Check if Tab autoload has not been loaded - then load

    is there a way to determine if the Tab has been auto loaded - dont reload, but if there is nothing loaded, then load?
  2. #2

    RE: Check if Tab autoload has not been loaded - then load

    Hi,

    Check iframe field
    if(Tab1.iframe){is loaded already, or loading at this moment}
  3. #3

    RE: Check if Tab autoload has not been loaded - then load

    so - like this?

    
    
    <ext:Tab ID="Tab1" runat="server" Title="CDM Detail">
    
    
    <AutoLoad Mode="IFrame" Url="CDMEditor.aspx" ShowMask="true" ManuallyTriggered="true"
    
    
    MaskMsg="Loading CDM Detail... Please wait...">
    
    
    </AutoLoad>
    
    
    <Listeners>
    
    
    <Activate Handler="if(!#{Tab1}.iframe){#{Tab1}.reload();}#{Tab2}.clearContent();" />
    
    
    </Listeners>
    
    
    </ext:Tab>

Similar Threads

  1. Replies: 20
    Last Post: Feb 23, 2011, 5:49 PM
  2. Replies: 4
    Last Post: Jun 14, 2010, 11:12 AM
  3. Tab - Autoload - setActiveTab After Tab loaded
    By Tbaseflug in forum 1.x Help
    Replies: 4
    Last Post: Jun 17, 2009, 4:39 PM
  4. How to load PDF document in AutoLoad?
    By dbassett74 in forum 1.x Help
    Replies: 1
    Last Post: May 14, 2009, 5:30 PM
  5. Replies: 9
    Last Post: Apr 29, 2009, 8:12 PM

Posting Permissions