Foxtable(狐表)用户栏目专家坐堂 → 多个Attribute 选项,合并的问题


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

主题:多个Attribute 选项,合并的问题

帅哥,在线噢!
ycs5801
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:四尾狐 帖子:983 积分:7049 威望:0 精华:0 注册:2009/6/24 9:44:00
多个Attribute 选项,合并的问题  发帖心情 Post By:2024/5/28 15:05:00 [只看该作者]

 Dim ipg As ExWeUI.ExInputGroup = ExWeUI.WebUI.AddInputGroup("", "ipg" & dr("菜品名称"), "") 
                With ipg.AddSpinner("sp_" & dr("菜品名称"), "数量") 
                    .max = 20 
                    .min = 0
'                    .Attribute = "style='color:red;font-size:10px'"
                    .width = 65 '整体控件的宽度(含加减按钮)  
                    .Attribute = "style=""width:30px;color:red;font-size:15px""" '数值框的宽度,不含加减按钮,加减按钮每个宽度30  
                    .Attribute = "on change=""submitAjaxFileds('接收页面.htm','','订单编号控件ID','加减控件ID',false);""" 

                End With 

这两个如果想合并到一起怎么写?目前这样无法使用

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