题目
麻烦帮注释个函数
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
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
提问时间:2021-04-01
答案
这个是一个国外的比较出色的页签控件,本身已经包装成一个比较完善的类来对外使用
我已经回复你的邮件了,给你发了dome
希望能看得懂呵呵
我已经回复你的邮件了,给你发了dome
希望能看得懂呵呵
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
最新试题
- 1珍贵的礼物 500字作文
- 2用目不暇接造句
- 3【机械公差】圆柱度、圆跳动、全跳动的问题
- 4适合东北地区气候的经济树种有哪些,本人有块地,想种些成木质量好的品种
- 5Na2So4 .Na2Sio3 加Hcl 的现象
- 6在下列说法中,正确的有( ) ①若x2=9,则x是9的平方根; ②x=3不是方程x2=3的根; ③x2-12=0的根是x=±23; ④x2-4x+4=(x-2)2. A.1个 B.2个 C.3个 D
- 70.125的2008次方 ×负8的2009次方
- 8Vegetables,eggs and fruits_________ (sell) in this shop.
- 9The boy is old enough to dress___now.a.herself b.myself c.yourself d.himself
- 102.下列古代政治清明的时期出现的先后顺序是 ①开元盛世 ②贞观之治 ③开皇之治 ④文景之治 A.①③④② B
热门考点
- 1若(根号x-4)与(根号4-y)回味相反数,求x,y的算数平方根.
- 2有关于展示自己的作文
- 3all the+名词 是所有的.
- 4若a,b,c都是非零有理数,试讨论lal/a+lbl/b+lcl/c+labcl/abc所有可能的值
- 5大本钟——伦敦市的标志性建筑物.盘上时针的长度是2:75米.
- 6英语翻译
- 7小明放学回家需步行9分钟,小乐放学回家需要12分钟,已知小乐回家的路程比小明回家的路程多1/5,小乐每分钟比小明每分钟少走10米,小乐步行回家的路程是多少千米?
- 8凯美瑞上的SHIFT
- 9解方程 (1)12(1-x/3)=5x (2)-6(x/2-1/3)-x=1
- 10有一个书架,第二层的书是第一层的3倍,如果拿走24本正好和第一层相等,问两层书加共有多少本书?