Changeset 8838 for temp/trunk/html/test/uehara/js/tree.js
- Timestamp:
- 2006/11/22 17:03:23 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/uehara/js/tree.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/js/tree.js
r8836 r8838 54 54 } 55 55 56 // Tree¾õÂÖ¤ò ÊÝ»ý56 // Tree¾õÂÖ¤òhidden¤Ë¥»¥Ã¥È 57 57 function setTreeStatus(name) { 58 58 var tree_status = ""; … … 64 64 } 65 65 66 // Tree¾õÂÖ¤«¤éÊĤ¸¤ë¤òÆþ¤ì¤ë 67 function fnDelTreeStatus(path) { 68 for(i=0; i < arrTreeStatus.length ;i++) { 69 if(arrTreeStatus[i] == path) { 70 arrTreeStatus[i] = ""; 71 } 72 } 73 } 66 74 // ¥Ä¥ê¡¼ÉÁ²è 67 75 function fnDrow(id, tree) { … … 110 118 } 111 119 tMenu.display = "none"; 120 // ÊĤ¸¾õÂÖ¤òÊÝ»ý 121 fnDelTreeStatus(path); 112 122 } 113 123 } … … 129 139 130 140 // img¥¿¥°¤Î²èÁüÊѹ¹ 131 function fnChgImg(fileName,imgName) {141 function fnChgImg(fileName,imgName){ 132 142 document.images[imgName].src = fileName; 133 143 }
Note: See TracChangeset
for help on using the changeset viewer.
