Changeset 11362
- Timestamp:
- 2006/12/27 16:37:23 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/test/kakinaka/yui/folders.tpl
r11361 r11362 100 100 if(typeof oj[i] != "number" && i != "_href"){ 101 101 var tmpNode = new YAHOO.widget.TextNode("" + i,node, false); 102 //if(typeof oj[i] == "string")tmpNode.href= oj[i];102 if(typeof oj[i] == "string")tmpNode.href= oj[i]; 103 103 if(typeof oj[i] == "object"){ 104 if(oj[i]["_href"]!="")tmpNode.href= oj[i]["_href"];104 //if(oj[i]["_href"]!="")tmpNode.href= oj[i]["_href"]; 105 105 if(oj[i]["_open"]==1)tmpNode.expand(); 106 106 this.mkTree(oj[i],tmpNode);
Note: See TracChangeset
for help on using the changeset viewer.
