麻烦帮注释个函数
题目
麻烦帮注释个函数
var tabPane = new WebFXTabPane(document.getElementById("divTabPane"),true);
function openModule(icon,text,url) {
tabPane.openTabPage(icon,text,url);
}
上面实例化的函数为
function WebFXTabPane( el,bUseCookie ) {
if ( hasSupport() || el == null ) return;
this.element = el;
this.element.tabPane = this;
this.pages = [];
this.maxPages = 7;
this.selectedIndex = null;
this.useCookie = bUseCookie = null bUseCookie :true;
// add class name tag to class name
this.element.className = this.classNameTag + " " + this.element.className;
// add tab row
this.tabRow = document.createElement( "div" );
this.tabRow.className = "tab-row";
el.insertBefore( this.tabRow,el.firstChild );
var tabIndex = 0;
if ( this.useCookie ) {
tabIndex = Number( WebFXTabPane.getCookie( "webfxtab_" + this.element.id ) );
if ( isNaN( tabIndex ) )
tabIndex = 0;
}
this.selectedIndex = tabIndex;
// loop through child nodes
答案
这个是一个国外的比较出色的页签控件,本身已经包装成一个比较完善的类来对外使用
我已经回复你的邮件了,给你发了dome
希望能看得懂呵呵
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
最新试题
- 明清时期城市经济发展的新特点 这种新现象对当时的思想产生了什么影响
- Would you like some French fries?Yes,please.接着问多少钱,是用How much are they?
- 请帮我把下面这句话翻译成英语:时刻保持感恩之心.Keep the heart of Thanksgiving
- You raise me up to more than i can be 是一整句还是up后有逗号,为什么这样?
- 短文填空.根据短文内容,用be动词的正确形式填空.
- 如何 提高 议论文
- distinct 和 distinctive 那一个是“明显的”?
- 仓颉是怎样造字的
- I want to make you laugh.Because,see you laugh makes me happy!
- .A,B两个带同种电荷的绝缘金属小球,半径为r,球心相距3r,A带电荷量Q1,B带电荷量Q 则AB的相对作用力为多少
热门考点