猿问
回到首页
个人中心
反馈问题
注册登录
下载APP
首页
课程
实战
体系课
手记
专栏
慕课教程
在BIMFACE的模型中toolbar怎么增加button
怎么咋BIMFACE的模型的toolbar里面加自己的button?
POPMUISE
浏览 742
回答 2
2回答
四季花海
var toolbar = app.getToolbar('MainToolbar');var btnConfig = new Glodon.Bimface.UI.Button.ButtonConfig();btnConfig.title = "Button";var btn = new Glodon.Bimface.UI.Button.Button(btnConfig);btn.setHtml(<button style="width: 50px; height:50px; left: -8px; top: -8px; position: relative; color: white; font-size: 18px;background: rgba(0, 0, 0, 0);opacity: 0.6;border: none;">Button</button>);btn.addClassName('btn-test');btn.addEventListener('Click', function() {alert("我是一个新button");});toolbar.insertControl(2, btn);
0
0
0
鸿蒙传说
添加图片按钮:var btn = new Glodon.Bimface.UI.Button.Button(btnConfig); btn.setHtml('<img class="img-gbfm" src="../images/fmicon/gfmtest.png" alt="" width="32px" height="32px" />'); btn.addClassName('btn-gbfm-test');css:.btn-gbfm-test { width: 50px; height: 50px; left: -8px; top: -8px; position: relative; color: white; background: rgba(0, 0, 0, 0); opacity: 0.6; border: none;}
0
0
0
打开App,查看更多内容
随时随地看视频
慕课网APP
相关分类
JavaScript
继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续