Changeset 8828


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

blank

Location:
temp/trunk/html/test/uehara
Files:
2 edited

Legend:

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

    r8827 r8828  
    44var IMG_FOLDER_OPEN_M  = "./img/folder_open_m.gif";             // ¥Õ¥©¥ë¥À¥ª¡¼¥×¥ó»þ²èÁü¥Ñ¥¹(»ÒÍ­¤ê) 
    55 
     6var tree = ""; 
    67var count = 0; 
    7 var tree = ""; 
    88var arrTreeStatus = new Array(); 
    99 
     
    5454} 
    5555 
    56 // debug 
    57 function debug() { 
    58     document.form1['test1'].value = this.arrTreeStatus[count-1]; 
     56// Tree¾õÂÖ¤òÊÝ»ý 
     57function setTreeStatus(name) { 
     58    var tree_status; 
     59    for(i=0; i < arrTreeStatus.length ;i++) { 
     60        if(i != 0) tree_status += '|'; 
     61        tree_status += arrTreeStatus[i]; 
     62    } 
     63     
     64    document.form1[name].value = this.arrTreeStatus[count-1]; 
    5965} 
    6066 
Note: See TracChangeset for help on using the changeset viewer.