ASP TreeView version 2.0
Download address 1: http://www.bcqx.com/free3/yjgx007/download/tree.rar download address 2 (domestic server): http://www.webasp.net/tech/download_show.asp?id=4414
Demo page:
http://www.bcqx.com/free3/yjgx007/demo/samples/treedemo.asp
• What is ASP TREEVIEW?
ASP TreeView is an ASP control page ASPTreeView.asp based on a server / client / client (Client) Active Generated Tree (Tree), and the server is used asP JScript, client JScript HTML.
The figure below shows the workflow of the ASP TreeView:
• Operating the environment:
IE5.5 , IIS4.0, ASP3.0
• ASP TREEVIEW new features?
2004-9-11 update
Support tree drag and drop operation
XMLHTTP is refreshed asynchronously, maintains tree structure - further improvement
Support for ASP TreeView Custom Configuration
Node name supports HTML text
Interface is more friendly
Fixed a lot of mistakes
2002-11
ASP Unlimited Dynamic Generation Tree 1.0 Edition
Provides dynamic loading, save tree information, and clients instantly display the tree.
• How to use ASP TREEVIEW?
Suppose you have installed the ASP TreeView in / Tree / Directory, modify the basepath = "/ trees" in config.asp, pay attention: must be run with / start and end, run under the absolute path!
Examples of basic example in the Samples directory TREEDEMO.ASP
Treedemo.asp
Add to the Body tag of the TREEDEMO.ASP page
This will use the absolute path to contain asptreeView.asp.
If the relative path is used
Indicates that asptreeView.asp is in the parent directory of Treedemo.asp.
• How to name the tree node?
The tree node name can be a simple text, or HTML code, not to add span / div special tags.
For example, add a hyperlink text node?
Enter HTML code directly: Content
Note that the URL must begin with http: //
• Profile config.asp
Path Settings: Suppose you have installed the ASP TreeView in / Tree / Directory, modify the basepath = "/ trees /" in config.asp.
ASP TreeView appearance setting: wide, high, background, etc.
ASP TreeView feature setting: Unwanted features are turned on or off, such as: Drag and drop, delete, rename, etc. of nodes can be customized.
ASP TreeView runtime setting: only one parameter is as follows:
// True -ASP TreeView is initialized, all added nodes are visible,
// false - ASP TreeView is initialized, only the next level of the next level is visible next to the root node (if the root node has next level)
Var isvisibleMode = true;
• Still existing problems:
The page containing the AsptreeView.asp does not join additional ASP / HTML / JavaScript script code to avoid potential naming conflicts, and this issue will be improved in the next version. There is still unknown issues, discover any mistakes, e-mail: yjgx@sina.com