Searched refs:folderName (Results 1 – 1 of 1) sorted by relevance
4 function tabElement(id, folderName, tabTxt ) { argument6 this.folderName = folderName; // folder name of the component8 …this.currentListItem = '<li id="' + this.id + '" class="current"> <a href="../' + this.folderName …9 …this.listItem = '<li id="' + this.id + '"> <a href="../' + this.folderName + '/index.html"><span>'…13 function tabSubElement(id, folderName, tabTxt ) { argument15 this.folderName = folderName; // folder name of the component17 …m = '<li id="' + this.id + '" class="current"> <a href="../../' + this.folderName + '/index.html">…18 …this.listItem = '<li id="' + this.id + '"> <a href="../' + this.folderName + '/index.html"><span>'…47 str = "/" + arr[i].folderName + "/"68 str = "/" + arr_sub[i].folderName + "/"