Changeset 8811 for temp/trunk/html/test/uehara/js/tree.js
- Timestamp:
- 2006/11/21 22:44:27 (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
r8810 r8811 5 5 6 6 var tree = ""; 7 var count = 0; 8 var arrTreeStatus = new Array(); 9 7 10 // ¥Ä¥ê¡¼É½¼¨ 8 11 function fnTreeView(view_id, arrTree) { … … 52 55 53 56 function test() { 54 document.form1['test1'].value = tree;57 document.form1['test1'].value = arrTreeStatus[count]; 55 58 } 56 57 59 58 60 // ¥Ä¥ê¡¼ÉÁ²è … … 81 83 82 84 // ³¬Áإĥ꡼¥á¥Ë¥å¡¼É½¼¨¡¦Èóɽ¼¨½èÍý 83 function fnTreeMenu(tName, type, imgName ) {85 function fnTreeMenu(tName, type, imgName, path) { 84 86 85 87 tMenu = document.all[tName].style; … … 97 99 fnChgImg(IMG_FOLDER_CLOSE, imgName); 98 100 } 99 101 // ¾õÂÖ¤òÊÝ»ý 102 arrTreeStatus[count] = path; 103 count++; 100 104 tMenu.display = "none"; 101 105 }
Note: See TracChangeset
for help on using the changeset viewer.
