[FIXED] [V0.8.0] Coolite Examples - Incorrect Code
New Community Forums available at http://forums.ext.net
 

Coolite Forums

Welcome Guest ( Login | Register )
 
[FIXED] [V0.8.0] Coolite Examples - Incorrect...
Subscribe
Last Login: 1/22/2010 8:33:44 PM
Posts: 19,
Posted 1/8/2009 10:42:20 AM

Group: Coolite Early Adopter
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>
...


Last Login: 7/8/2010 1:50:34 AM
Posts: 4,722,
Posted 1/8/2009 2:59:34 PM

Group: Core Development Team
Hi josmar52789,

Thanks for the heads up regarding the syntax error. I'll refresh the Examples Explorer (http://examples.coolite.com/) shortly. 

--
Geoffrey McGill
Coolite Inc.
Development Team
Skype : geoffrey.mcgill
Forum Guidelines | Coolite Examples | Coolite API Docs | ExtJS API Docs | Twitter
Last Login: 7/8/2010 1:50:34 AM
Posts: 4,722,
Posted 1/21/2009 10:18:25 AM

Group: Core Development Team
The AjaxLoad Example has been updated, see http://examples.coolite.com/?/TabPanel/Basic/Ajax_Load/

--
Geoffrey McGill
Coolite Inc.
Development Team
Skype : geoffrey.mcgill
Forum Guidelines | Coolite Examples | Coolite API Docs | ExtJS API Docs | Twitter
« Prev Topic | Next Topic »
Reading This Topic
Active Users: 0 ( 0 guests, 0 members, 0 anonymous members )
No members currently viewing this topic.
All times are GMT -5:00, Time now is 8:50pm