Version 0.8.0 - BREAKING CHANGES
Coolite Toolkit Version 0.8.2 now available for DOWNLOAD | See also Examples Explorer | Version 1.0 available ~Jan 2010
 

Coolite Forums

Welcome Guest ( Login | Register )
 
Version 0.8.0 - BREAKING CHANGES
Subscribe
Last Login: Today @ 10:02:17 PM
Posts: 3,747,
Posted 4/21/2009 8:13:51 PM

Group: Core Development Team
  1. Renamed .Load() Method on PanelBase.cs to .LoadContent(). The original .Load() Method had improperly overrode the native ASP.NET WebControl .Load Event/Method.

    The .loadContent() function was also added to the client-side API.

    All functionality remains unchanged other than the renaming of the Method.

    Related: http://www.coolite.com/forums/Topic11334-16-1.aspx

  2. Renamed client-side API function .clearLoadedContent() to .clearContent().

    Example (Old)

    Panel1.clearLoadedContent();


    Example (New)

    Panel1.clearContent();


  3. Removed the .Disable() and .Enable() Methods from Component.cs, which will affect most controls. The functions were redundant and developers should just continue to set the .Disabled property.

    Example (Old)

    Panel1.Disable();


    Example (New)

    Panel1.Disabled = true;


  4. The ScriptManager.getCurrent() Method has been renamed to ScriptMangaer.getInstance().

    Example (Old)

    ScriptManager.GetCurrent(page);


    Example (New)

    ScriptManager.GetInstance(page);





--
Geoffrey McGill
Coolite Inc.
Development Team
Forum Guidelines | Coolite Examples | Coolite API Docs | ExtJS API Docs | Twitter
Last Login: Today @ 10:02:17 PM
Posts: 3,747,
Posted 6/11/2009 11:44:00 AM

Group: Core Development Team
The following thread is discussing a few other v0.8 changes, see http://www.coolite.com/forums/Topic14308-7-1.aspx

--
Geoffrey McGill
Coolite Inc.
Development Team
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 -8:00, Time now is 11:14pm