ASTreeView 1.5.2 Release Notes

By | January 31, 2010

ASTreeView has been updated to version 1.5.2, the main BIG improvement is that a new NodeType – TextNode has been added. With TextNode, you can set two links in one node which is not possible in previous versions. Even javascript can be the content of the nodes in a TextNode.

New Features:
1. TextNode type is added.

The content of tree nodes is now more flexible. You can add html, javascript in the new node type – TextNode:

image

Please visit the online demo.

2. Added EnableDragDropOnIcon property.

If this property is set to true, then, the user can drag and drop on the node icon.

3. Added EnableOnNodeDragAndDropStartScriptReturn.

If this parameter is set, then in the OnNodeDragAndDropStartScript, if "false" is returned, then, the drag and drop will be canceled.

Bug fixed and improvements:
  • *Changed the href of context menu item from # to javascript:void(0);
    *ASTreeView CSS is imporoved.
    *Fixed drag and drop bug in Opera.