接前代码

WBOY
リリース: 2016-06-13 09:59:15
オリジナル
1122 人が閲覧しました

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         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()

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のおすすめ
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート