Version 0.4.0
*NEW - Coolite Toolkit Version 0.7 now available for DOWNLOAD. See also Examples Explorer.
 

Coolite Forums

Welcome Guest ( Login | Register )
 
Version 0.4.0
Subscribe
Last Login: Today @ 3:28:10 PM
Posts: 1,652,
Posted 3/30/2008 9:20:32 PM

Group: Core Development Team
  1. New <cool:TabPanel> control. See new TabPanel examples online at http://www.coolite.com/examples/

  2. New <cool:Button> control.

  3. Automatic GZip compression. By default all the resource files (.js, .css, he file "over-the-wire" by appimages) are GZip compressed. This reduces the size of trox 70%.

  4. Automatic "Clean" resource urls. By default all the resource files are pulled from the Assembly as Embedded Resources. The auto generated urls are typically very long and very ugly. As of version 0.4, the WebResource urls which point to these Embedded Resources have been cleaned up.

    Example (Standard)

    <script type="text/javascript"src="/Coolite.Web.UI.Testing/WebResource.axd?d=Ei4DLpf5Q4IAsNNjdlZgzE0LNteuoPg9VFzsfQvldaiiUan0pyLkVOdQCZJwzqhqT1lCoscVI2J1pYPMIFS7mhhLy_9Ct4036wu4mfvO46P8yOQNjyqOvVS-puvFUxML0&amp;t=633425029074531250"></script>


    Example (Clean)

    <script type="text/javascript" src="/cool/extjs/ext-all/js/cool.axd"></script>


  5. Added extra options for setting the Global Config properties. Now the following Global Config properties can be set in the web.config, as Application variables, as Session variables or at the Page level by setting properties on the ScriptManager.
    1. CleanResourceUrl
    2. ScriptAdapter
    3. RenderScripts 
    4. RenderStyles 
    5. ResourcePath 
    6. ScriptMode 
    7. Theme 
    8. GZip

    The following forum post details each option. See http://www.coolite.com/forums/Topic112-4-1.aspx.

  6. A big pile of bug fixes.
--
Geoffrey McGill
Coolite Inc.
Development Team
Coolite Examples | Coolite API Docs | ExtJS API Docs
twitter [coolite | personal]
« 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 6:09pm