Changeset 8851 for temp/trunk/html


Ignore:
Timestamp:
2006/11/22 23:27:34 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/uehara/js/tree.js

    r8848 r8851  
    5656 
    5757        if(arrTree[i][4]) { 
     58            // ³«¤­¾õÂÖ¤òÊÝ»ý 
     59            arrTreeStatus.push(); 
    5860            display = 'block'; 
    5961        } else { 
     
    7779} 
    7880 
    79 // Tree¾õÂÖ¤«¤éÊĤ¸¤ë¤òÆþ¤ì¤ë 
     81// Tree¾õÂÖ¤òºï½ü¤¹¤ë(ÊĤ¸¤ë¾õÂÖ¤Ø) 
    8082function fnDelTreeStatus(path) { 
    8183    for(i=0; i < arrTreeStatus.length ;i++) { 
     
    120122        } 
    121123        tMenu.display = "block"; 
    122         // ¾õÂÖ¤òÊÝ»ý 
     124        // ¥ª¡¼¥×¥ó¥Õ¥¡¥¤¥ë¾õÂÖ¤òÊÝ»ý 
    123125        arrTreeStatus[count] = path; 
    124126        count++; 
Note: See TracChangeset for help on using the changeset viewer.