以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  如何改变这个按钮的颜色?  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=98923)

--  作者:zhangjian222200
--  发布时间:2017/4/9 15:07:00
--  如何改变这个按钮的颜色?
如何改变这个按钮的颜色?.Kind = 1
        With wb.AddButtonGroup("","btg0", True)
            .Add("btns", "加载更多").Attri-bute= "on-click= \'tongji()\'"
        End With


[此贴子已经被作者于2017/4/9 15:08:50编辑过]

--  作者:有点色
--  发布时间:2017/4/9 21:31:00
--  
        With wb.AddButtonGroup("","btg3", False)
            .Add("btn8", "按钮").Attribute = "style=\'background-color:yellow\' onclick=\'tongji()\'"
            .Add("btn9", "按钮").Kind = 1
        End With
[此贴子已经被作者于2017/4/9 21:31:05编辑过]

--  作者:zhangjian222200
--  发布时间:2017/4/10 9:49:00
--  
发错了

[此贴子已经被作者于2017/4/10 9:51:18编辑过]