// set imageif((this.iconSrc.toLowerCase().substring(this.iconSrc.length-4)==".png")&&(dojo.isIE)&&(dojo.isIE<7)){/* we set the id of the new fisheyeListItem to the id of the div defined in the HTML */if(this._hasParent(this.imgNode)&&this.id!= ""){var parent = this.imgNode.parentNode;
parent.setAttribute("id", this.id);
}this.imgNode.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.iconSrc+"', sizingMethod='scale')";
this.imgNode.src = this._blankImgPath.toString();
}else{if(this._hasParent(this.imgNode)&&this.id!= ""){var parent = this.imgNode.parentNode;
parent.setAttribute("id", this.id);
}this.imgNode.src = this.iconSrc;
}// Labelif(this.lblNode){this.lblNode.appendChild(document.createTextNode(this.label));
}
dojo.setSelectable(this.domNode, false);
this.startup();