멋진 트리구조 폴더 (JS와 XML 등등 혼합)
인터넷정보2007. 10. 11. 16:44
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") }
'인터넷정보' 카테고리의 다른 글
위즈윅 에디터들 (0) | 2007.10.11 |
---|---|
MSIE 와 FireFox호환 (pasteHTML) (0) | 2007.10.11 |
MSIE의 insertAdjacentHTML 에뮬레이션 (0) | 2007.10.11 |
[PHP] 항상 새로고침 해더 설정 (0) | 2007.10.11 |
innerText 대신 사용 (0) | 2007.10.11 |
Internet Explorer에서 Mozilla로 애플리케이션 마이그레이션 하기 (0) | 2007.10.11 |
라디오 버튼을 체크하기 (0) | 2007.10.11 |
up down 버튼 만들기 (DOM) (0) | 2007.10.11 |
[JS] 배열 소트 기능함수 사용, Array sorting (0) | 2007.10.11 |
JS로 벡터이미지 그리기 (0) | 2007.10.11 |