Foxtable(狐表)用户栏目专家坐堂 → Panel控件加上 Attribute参数


  共有4663人关注过本帖平板打印复制链接

主题:Panel控件加上 Attribute参数

帅哥哟,离线,有人找我吗?
fendouww
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:小狐 帖子:307 积分:2448 威望:0 精华:0 注册:2019/7/19 13:09:00
Panel控件加上 Attribute参数  发帖心情 Post By:2022/11/7 21:44:00 [只看该作者]

图片点击可在新窗口打开查看
With wb.AddPanelGroup("","pg2","文字组合列表")
            .Add("pn1","标题一",txt) '普通列表
            .Add("pn1","标题二",txt,"","http://www.foxtable.com") '超链接
            With .Add("pn2","标题三",txt) '带有子链接
                .AddFoot("文字来源")
                .AddFoot("时间")
                .AddFoot("|其他信息","http://www.foxtable.com")
            End With
            .GroupFoot = "查看更多" '底部链接
            .GroupHref = "http://www.foxtable.com/"
        End With
如何给       .AddFoot("|其他信息","http://www.foxtable.com")加上  Attribute参数,而不是跳转网页?如 .Attribute = """

 回到顶部
总数 11 1 2 下一页