[FIXED] [V0.8.0] Coolite Examples - Incorrect Code

  1. #1

    [FIXED] [V0.8.0] Coolite Examples - Incorrect Code

    The code on the Coolite Examples 0.7 website has the following code listed for an Ajax Load TabPanel....

    ...
    
    <ext:Tab
       ID="Tab3"
       runat="server"
       Title="Ajax Tab"
       AutoLoad="ajax.aspx"
       BodyStyle="padding: 6px;"
       AutoScroll="true" />
    ...
    This is misleading because the code should be....

    ...
    
    <ext:Tab
       ID="Tab3"
       runat="server"
       Title="Ajax Tab"
       BodyStyle="padding: 6px;"
       AutoScroll="true">
       <AutoLoad Url="ajax.aspx" />
       </ext:Tab>
    ...
  2. #2

    RE: [FIXED] [V0.8.0] Coolite Examples - Incorrect Code

    Hi josmar52789,

    Thanks for the heads up regarding the syntax error. I'll refresh the Examples Explorer (https://examples2.ext.net/) shortly.*


    Geoffrey McGill
    Founder
  3. #3

    RE: [FIXED] [V0.8.0] Coolite Examples - Incorrect Code

    The AjaxLoad Example has been updated, see*https://examples1.ext.net/#/TabPanel/Basic/Ajax_Load/

    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 2
    Last Post: Feb 01, 2012, 6:56 AM
  2. Replies: 2
    Last Post: Jul 25, 2011, 9:24 AM
  3. Replies: 1
    Last Post: Jul 07, 2011, 8:34 PM
  4. Replies: 6
    Last Post: Feb 22, 2010, 1:18 AM
  5. Replies: 2
    Last Post: Nov 05, 2008, 12:21 AM

Posting Permissions