您的位置:首页 > 其它

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

2011-08-03 19:54 239 查看
    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

                             }

                       ],  

                   

                   

               }

            ],
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐