以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  ExWeUI中listgroup的问题  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=179311)

--  作者:rjh4078
--  发布时间:2022/8/17 20:06:00
--  ExWeUI中listgroup的问题
With wb.AddTabBar("", "tb1", 0)
        .AddPage("page1", "我", "./images/我的.png")
        .AddPage("page2", "业务", "./images/业务.png")
        .AddPage("page3", "商机", "./images/商机.png")
        
    End With
    
    
    With ExWeUI.WebUI.AddListGroup("page1", "lst01", 4) 
            
                With .AddList("Foxtable数据库应用开发宝典 数据管理", "images/007.jpg") 
                    With .LeftFooter 
                        .AddFoot("¥49.00").Attribute = "style=\'color:red;font-size:15px\'" 
                        .AddFoot("¥99.00").Attribute = "style=\'font-size:12px;text-decoration: line-through;\'" 
                    End With 
                    .RightFooter.AddFoot("加入购物车").Attribute = " style=\'color:blue;\'" 
                End With 
            
            wb.InsertHTML(.BuildHtml) 
        End With 
    

使用这个扩展控件时,如果放在TabBar中 这个ParentID page1参数不起作用

--  作者:有点蓝
--  发布时间:2022/8/18 8:41:00
--  
wb.InsertHTML("page1".BuildHtml) 
--  作者:rjh4078
--  发布时间:2022/8/19 8:48:00
--  
多谢 多谢