mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:33 +01:00
32 lines
1.0 KiB
HTML
32 lines
1.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<title>DHTML Tree. Professional edition features</title>
|
|
</head>
|
|
<style>
|
|
body {font-size:12px}
|
|
.{font-family:arial;font-size:12px}
|
|
h1 {cursor:hand;font-size:16px;margin-left:10px;line-height:10px}
|
|
xmp {color:green;font-size:12px;margin:0px;font-family:courier;background-color:#e6e6fa;padding:2px}
|
|
</style>
|
|
<body>
|
|
|
|
<h1>dhtmlxTree Professional Edition Features:</h1>
|
|
<hr>
|
|
<li>Context Menu</li>
|
|
<li>Sorting</li>
|
|
<li>OnDrag/OnDrop event handler</li>
|
|
<li>Additional Drag-n-drop behavior – drop-as-sibling, complex drag-n-drop</li>
|
|
<li>Drag-n-drop between frames</li>
|
|
<li>Focus item with script method</li>
|
|
<li>Dynamic rendering – advanced xml processing for loading big trees when dynamical loading can't be used</li>
|
|
<li>Serialization – possibility to create XML based on updated tree structure.</li>
|
|
<li>Search</li>
|
|
<li>Multi-line tree items</li>
|
|
<li>Saving/Restoring tree state in/from cookies</li>
|
|
<li>Change icon size</li>
|
|
|
|
</body>
|
|
</html>
|