Changeset 9543
- Timestamp:
- 2006/11/29 21:52:20 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/uehara/js/tree.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/js/tree.js
r9538 r9543 5 5 var IMG_NORMAL = "./img/normal.gif"; // ¥Î¡¼¥Þ¥ë¥é¥¤¥ó 6 6 7 var tree = ""; 8 var count = 0; 9 var arrTreeStatus = new Array(); 7 var tree = ""; // À¸À®HTML³ÊǼ 8 var count = 0; // ¥ë¡¼¥×¥«¥¦¥ó¥¿ 9 var arrTreeStatus = new Array(); // ¥Ä¥ê¡¼¾õÂÖÊÝ»ý 10 var old_select_id = ''; // Á°²óÁªÂò¤·¤Æ¤¤¤¿¥Õ¥¡¥¤¥ë 10 11 11 12 // ¥Ä¥ê¡¼É½¼¨ … … 181 182 // ÇØ·Ê¿§¤òÊѤ¨¤ë 182 183 function fnChangeBgColor(id, val) { 184 if(old_select_id != '') document.getElementById(old_select_id).style.backgroundColor = val; 183 185 document.getElementById(id).style.backgroundColor = val; 186 old_select_id = id; 184 187 }
Note: See TracChangeset
for help on using the changeset viewer.
