Changeset 8813 for temp/trunk/html
- Timestamp:
- 2006/11/22 14:53:23 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/uehara/js/tree.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/js/tree.js
r8812 r8813 4 4 var IMG_FOLDER_OPEN_M = "./img/folder_open_m.gif"; // ¥Õ¥©¥ë¥À¥ª¡¼¥×¥ó»þ²èÁü¥Ñ¥¹(»Òͤê) 5 5 6 var count = 0; 6 7 var tree = ""; 7 var count = 0;8 8 var arrTreeStatus = new Array(); 9 9 … … 93 93 } 94 94 tMenu.display = "block"; 95 // ¾õÂÖ¤òÊÝ»ý 96 arrTreeStatus[count] = path; 97 count++; 98 95 99 } else { 96 100 if(type == '_parent') { … … 99 103 fnChgImg(IMG_FOLDER_CLOSE, imgName); 100 104 } 101 // ¾õÂÖ¤òÊÝ»ý102 arrTreeStatus[count] = path;103 count++;104 105 tMenu.display = "none"; 105 106 }
Note: See TracChangeset
for help on using the changeset viewer.
