|
| Published 7. April 2004 |
- Name changed from GroupedCollection to
SlidingMenu so as to better indicate what the product is about
- SlidingMenu can be installed as Freeware
by filling in only zeroes in the Serial number field
- SlidingMenu can be used on UserControls
- SlidingMenu can nest within itself as
well as other WebControls
- Comprehensive ClientAPI is added (see Tips&Tricks for inspiration and Client API Documentation for an object reference).
- Simple run-ready default code then
SlidingMenu is dragged from the Toolbar (making it very easy to
understand the basic principles first time of use, and not too
irritating for experienced users)
- SlidingMenu now write IntelliSense
namespace references itself, enabling IntelliSense XSD background
immediately upon dragging SlidingMenu from the Toolbox. Therefore
the old Namespace Add-in have been removed from the Installer.
- New or Changed Attributes: (see Elements Documentation for a complete list of elements, structure,
attributes, their domain, default values and description).
- SlidingMenuStyle.ClientAPIInclude - New
- SlidingMenuStyle.Width - Changed
default value from 200 to 230
- SlidingMenuStyle.Height - Changed
default value from 200 to 245
- GroupHeaderStyle.BackgroundColor -
Changed default value from "White" to null, making the
GroupHeader default transparent
- GroupHeaderStyle.BackgroundImage - New
- GroupHeaderStyle.OnMouseOver - New,
supporting the new Client API
- GroupHeaderStyle.OnMouseOut - New,
supporting the new Client API
- GroupHeaderStyle.OnClickOverride - New,
supporting the new Client API
- GroupCanvasStyle.BackgroundColor -
Changed default value from "White" to null, making the
GroupCanvas default transparent
- GroupCanvasStyle.BackgroundImage - New
- GroupCanvasStyle.HorisontalScrollbar -
New
- GroupCanvasStyle.VerticalScrollbar - New (version 1.0 had default handling of vertical scrollbar, but it could only be manipulated with respect to colors)
- New or Changed Data Objects
- SlidingMenuGroupEventHandler - changed,
from name GroupDataBoundEventHandler partly to make space for
other menu components within the same namespace as the
SlidingMenu, partly to be more in line with the .Net
nomenclature
- SlidingMenuGroupEventArgs - changed,
from name GroupDataBoundEventArgs for the same reasons as above
- SlidingMenu.Groups - new, extends the CollectionBase to make a typed Collection, SlidingMenuGroupCollection, each SlidingMenuGroup accessible through the indexer (whatever they are added manually or databound). See the SlidingDataSet in Edit mode example for this new object in action.
- SlidingMenu.ManualGroupsBeforeDataBound
- new. If you have some manually added groups before your
databound groups, you cannot know the SlidingMenu global index
of a databound Group without knowing the numbers of manually added groups before the databound groups. Supports the use of SlidingMenu.Groups
- Bug Fixes:
- GroupHeaderStyle.HorisontalAlign="Justify"
is deleted from the IntelliSense XSD background as "Justify" did
not give meaning in the HTML representation of a GroupHeader
- GroupHeaderStyle.VerticalAlign="Buttom" is changed to "Bottom" inside the IntelliSense XSD background
- Example Web have been removed from the Installer (I think it
was too difficult to set up and now it is possible to download
both more and better code from this website)
|
|
|
|
|
| Published 22. July 2003 |