=this.toolbar.buttons.add(,'clda','',,1)

来源:百度知道 编辑:UC知道 时间:2024/07/18 15:48:25
请高手帮我看看 上面这条语句里 括号里的,号和clda 还有1 分别代表什么意思
this.toolbar.imagelist=this.imagelist
=this.toolbar.buttons.add(,'clda','',,1)
=this.toolbar.buttons.add(,'glyda','',,2)
=this.toolbar.buttons.add(,'yygl','',,3)
=this.toolbar.buttons.add(,'bar1','',3,1)
=this.toolbar.buttons.add(,'wxgl','',,4)
=this.toolbar.buttons.add(,'wzgl','',,5)
=this.toolbar.buttons.add(,'sggl','',,6)
=this.toolbar.buttons.add(,'bar2','',3,1)
=this.toolbar.buttons.add(,'cx','',5,7)
=this.toolbar.buttons.add(,'bar3','',3,1)
=this.toolbar.buttons.add(,'bz','',,8)
this.toolbar.buttons(1).tooltiptext="车辆档案"
this.toolbar.buttons(2).tooltiptext="驾驶员档案"
this.toolbar.buttons(3).tooltiptext="运营管理"
this.toolbar.buttons(5).tooltiptext="维修管理"<

这个意思是给所谓的工具条按钮添加 但没有全部代码 所以我也不清楚。
可能根据数字调用某些方法 或者是用这些数字来调用图片。 你这个代码还不是很详细 谢谢。

你确定可以执行?