以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  在移动开发中关于Progress的使用  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=115516)

--  作者:xietan417
--  发布时间:2018/3/8 14:52:00
--  在移动开发中关于Progress的使用
使用Progress的时候能不能在它的左边加个标题?
--  作者:有点甜
--  发布时间:2018/3/8 15:08:00
--  
Select Case e.Path
    Case "","test.htm"
        Dim wb As New WeUI
        wb.AddPageTitle("","ph1","Progress")
        wb.AddProgress("","pgb1",True,20).CancelCommand = "你取消了\')\'"
        With wb.AddButtonGroup("","btg1",)
            .Add("btn1", "设置进度").Attribute= "pgb1\',80)\'"
        End With
        Dim str = wb.Build
        str = str.replace("<div class=\'weui_progress\' name=\'pgb1\' id=\'pgb1\'>","<div class=\'weui_progress\' name=\'pgb1\' id=\'pgb1\'><label>123456:</label>")
        e.WriteString(str)
End Select

--  作者:xietan417
--  发布时间:2018/3/8 15:09:00
--  
谢谢甜版!