http://www.blueb.co.kr/SRC/javascript/package/dhtmlxTree/
Often there is a need to show a hierachically structured data.
Our dhtmlxTree (DHTML extensions Tree) lets to do this in an easy and most comfortable way - in any browser! Having such features, as dynamical loading of items from a XML stream allows it to handle large amounts of data. Drag-and-drop makes it possible to drag items not just within one tree, but between different trees. Try by yourself now:
|
|
Double-click on folder label or click on [+] plus to expand subitems.
Supported Browsers:Features:Licensing |
Download:Examples:Documentation:(including CF custom tag doc) |
Code Sample
var tree1 = null; function doOnLoad(){ tree1=new dhtmlXTreeObject('treebox1',"100%","100%",0); tree1.setImagePath("imgs/"); tree1.enableDragAndDrop(true); tree1.loadXML("tree.xml") }
반응형
'인터넷정보' 카테고리의 다른 글
MSIE의 insertAdjacentHTML 에뮬레이션 (0) | 2007.10.11 |
---|---|
[PHP] 항상 새로고침 해더 설정 (0) | 2007.10.11 |
[PHP] 항상 새로고침 해더 설정 (0) | 2007.10.11 |
innerText 대신 사용 (0) | 2007.10.11 |
innerText 대신 사용 (0) | 2007.10.11 |
멋진 트리구조 폴더 (JS와 XML 등등 혼합) (0) | 2007.10.11 |
Internet Explorer에서 Mozilla로 애플리케이션 마이그레이션 하기 (0) | 2007.10.11 |
Internet Explorer에서 Mozilla로 애플리케이션 마이그레이션 하기 (0) | 2007.10.11 |
라디오 버튼을 체크하기 (0) | 2007.10.11 |
라디오 버튼을 체크하기 (0) | 2007.10.11 |