form中的button,添加在内部,多了一条线,解决办法

来源:互联网 发布:淘宝主播userid 编辑:程序博客网 时间:2024/06/10 15:13
    items:[
                {xtype:'hidden',name:this.formPre+'id'},
                /*{
                xtype : 'checkbox',
                boxLabel : '是否同步到目标平台',
                name : 'synchronize',
                hidden : true
            },{
                xtype:'textfield',
                name:this.formPre+'clickPrice',
                maxLength:YUNRANG.NAME_FIELD_LENGTH ,
                allowBlank:false,
                fieldLabel :'默认价格<font color=red>*</font>',
                anchor:'90%'
            },
         
      
            {border : false,     //这样就不会显示一条线了阿
                   buttons:
                       [
                             {
                                   text : '选择图片',
                                   handler : function()
                                    {
                                       this.query();
                                       },
                                   scope:this
                             }
                       ],  
                   
                   
               }
            ],
原创粉丝点击