www.intre.it/osp :: open source projects
home i3htree
 
:: releases :.
R0.23 09-Sep-2004
- download
R0.22 22-Ago-2004
- download
R0.21 09-Jul-2004
- download
R0.20 02-Jul-2004
- download
R0.10 17-May-2004
- download
latest release
release no.
R0.23
date
09-Sep-2004
note
Fixed bugs:
Fixed bug on tree item; now it is possible to have an item without any image (just set the default image to "" and fill the image array with "")
New features:
Implemented the eSaveOnSubmit style on the tree (for the CheckBox style); setting this style triggers a postback each time an item is checked/unchecked. For this reason the control property I3HGridSaveStyle is now named I3HSaveStyle.
Misc changes:
The I3HGridSaveStyle has been renamed into I3HSaveStyle; this because now it applies to both the tree and the grid.
download
Download the full package [112Kb] (source code, binary, and demo project).
Download i3htree source code [25Kb].
Download i3htree binary [21Kb].
old releases
release no.
R0.22
date
22-Ago-2004
note
The control changes its name from I3HTreeCtrl to I3HTree.
For existing projects you shall make the following changes. In all .vb files you shall change all the declarations from

Protected WithEvents i3htree As I3HTreeCtrl.I3HTreeCtrl
to
Protected WithEvents i3htree As I3HTreeCtrl.I3HTree

In all .aspx files you shall change all the declarations from

<cc1:I3HTreeCtrl id=".." runat="server"></cc1:I3HTreeCtrl>
to
<cc1:I3HTree id=".." runat="server"></cc1:I3HTree>
Fixed bugs:
Fixed compilation error that occured when trying to use the component inside a C# project.
New features:
Added enumGridSaveStyle style. This allow to have a postback anytime a control value (textbox, combobox, checkbox) is changed without having to wait the page submit. This is useful if a cell modification has to trigger another cell modification.
Changed OnShowGridItemValue and OnShowGridItemTextValue events to support value and display value for handling formatted field like currencies, date, and so on.
Misc changes:
Class CI3Node, added Tree public property.
Class CI3ColValue, GetDisplayValue, GetValue, and SetValue methods.
download
Download the full package [97Kb] (source code, binary, and demo project).
Download i3htree source code [27Kb].
Download i3htree binary [21Kb].
release no.
R0.21
date
09-Jul-2004
note
Fixed bugs:
Tree node item does not create correctly if target attribute is set
If more that one grid type is defined the grid columns headers are wrong; a new class (CI3Grid) has been added to group column headers
New features:
Added ability to set the Grid caption
download
click here to start download
release no.
R0.20
date
02-Jul-2004
note
Added tree explorer style (enumTreeStyle = eTreeExplorer); the style creates an html tree + html grid
Implemented following grid cell types: normal, link, image, image link, text box, combo box, check box
Ability of configuring different columns per each folder
Ability to instantiate several controls in the same app and/or in the same page
Implemented IPostBackEventHandler interface in the I3HTreeCtrl
Changed the name of OnAddFolders and OnAddItems events; the new name are OnShowTreeFolders and OnShowTreeItems
The tree structure can be created without using the events via AddFolder and AddTreeItem methods
Changed check-box style implementation. Now uses the check-box control instead of images
download
click here to start download
release no.
R0.10
date
17-May-2004
note
Html tree control
Check-box style
Cache mechanism implemented
download
click here to start download
 
copyright © 2008-2009 maurizio bigoloni
webmaster: big71_SPAMNOTHANKS@fastwebnet.it :: delete _SPAMNOTHANKS for the actual email address