0) {">
当前位置:Gxlcms > PHP教程 > 接前代码_PHP教程

接前代码_PHP教程

时间:2021-07-01 10:21:17 帮助过:24人阅读

function outputFolderLink() {
if(this.hreference && this.target) {
doc.write(" if(browserVersion > 0) {
doc.write("onClick='JavaScript: clickOnFolder("+this.id+")'")
}
doc.write(">")
}
else
doc.write("")
}
function addChild(childNode) {
selectfile[fEntries]=childNode.desc;
fEntries++;
this.children[this.nChildren] = childNode;
this.nChildren++;
return(childNode);
}
function folderSubEntries() {
var i = 0;
var se = this.nChildren;
for(i = 0; i < this.nChildren; i++) {
if(this.children[i].children) //is a folder
se = se + this.children[i].subEntries();
}
return(se)
}
// Definition of class Item (a document or link inside a Folder)
function Item(itemDescription, hreference, itemLink, itemImg,parentid) // Constructor
{
// constant data
this.desc = itemDescription
this.link = itemLink
this.hreference = hreference;
this.id =index;
this.navObj = 0; //initialized in render()

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/631842.htmlTechArticlefunction outputFolderLink() { if(this.hreference this.target) { doc.write(A HREF=' + this.hreference + ' TARGET=+this.target.name+ ) if(browserVersion 0) { doc.write(onClick='JavaSc...

人气教程排行