Changeset 9239 for temp/trunk/html


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

blank

File:
1 edited

Legend:

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

    r9238 r9239  
    119119 
    120120    tMenu = document.all[tName].style; 
    121     if(tMenu.display == 'none') { 
     121 
     122    // ¥Õ¥©¥ë¥À¤ò¥ª¡¼¥×¥ó¾õÂ֤ؠ
     123    fnChgImg(IMG_FOLDER_OPEN, imgName); 
     124    // ¥ª¡¼¥×¥ó¥Õ¥¡¥¤¥ë¾õÂÖ¤òÊÝ»ý 
     125    arrTreeStatus.push(path); 
     126 
     127/*  if(tMenu.display == 'none') { 
    122128        if(type == '_parent') { 
    123129            fnChgImg(IMG_FOLDER_OPEN_M, imgName); 
     
    125131            fnChgImg(IMG_FOLDER_OPEN, imgName); 
    126132        } 
    127         tMenu.display = "block"; 
     133 
     134        //tMenu.display = "block"; 
    128135        // ¥ª¡¼¥×¥ó¥Õ¥¡¥¤¥ë¾õÂÖ¤òÊÝ»ý 
    129136        arrTreeStatus.push(path); 
     
    139146        fnDelTreeStatus(path); 
    140147    } 
     148*/ 
    141149    // ¥¯¥ê¥Ã¥¯¤·¤¿¥Õ¥©¥ë¥À¾ðÊó¤òÊÝ»ý 
    142150    document.form1['tree_select_file'].value = path; 
Note: See TracChangeset for help on using the changeset viewer.