Changeset 8813 for temp/trunk/html


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

blank

File:
1 edited

Legend:

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

    r8812 r8813  
    44var IMG_FOLDER_OPEN_M  = "./img/folder_open_m.gif";             // ¥Õ¥©¥ë¥À¥ª¡¼¥×¥ó»þ²èÁü¥Ñ¥¹(»ÒÍ­¤ê) 
    55 
     6var count = 0; 
    67var tree = ""; 
    7 var count = 0; 
    88var arrTreeStatus = new Array(); 
    99 
     
    9393        } 
    9494        tMenu.display = "block"; 
     95        // ¾õÂÖ¤òÊÝ»ý 
     96        arrTreeStatus[count] = path; 
     97        count++; 
     98 
    9599    } else { 
    96100        if(type == '_parent') { 
     
    99103            fnChgImg(IMG_FOLDER_CLOSE, imgName); 
    100104        } 
    101         // ¾õÂÖ¤òÊÝ»ý 
    102         arrTreeStatus[count] = path; 
    103         count++; 
    104105        tMenu.display = "none"; 
    105106    } 
Note: See TracChangeset for help on using the changeset viewer.