=====================================================================
                 Coalesys WebObjectTree for ASP.NET
                       Version 1.0 - Build 107
=====================================================================
    Added the ability to programmatically rename an item or allow the
    user to directly edit an item through the following client-side
    method and events:
        cwotRenameItem – used to programmatically rename an item
        cwotOnAllowRename – allows user to rename the current item
        cwotOnRenameItem – handles the actual item renaming
    Added the beginEdit parameter to the client-side cwotSetFocus
    method that allows an item edit operation to start.
    Added the items collection that allows the children items to be
    populated through server-side objects.
    Added the overloaded LoadState and SaveState methods to load
    and/or save the WebObjectTree control state.
    Added the client-side cwotExpandItem function that allows an item
    to be expanded or collapsed.
    Added the client-side cwotSetWidth and cwotSetHeight methods to
    allow dynamic resizing of the WebObjectTree control.
    Added the client-side cwotUninitializeControl method to
    un-initialize a control instance.
    Updated the product sample to use an HTML 5 DOCTYPE.
    Installed the Samples.dll required to run the product samples.
    Moved other development environment samples to the WebObjectTree
    Studio samples download.