标签:style blog http width io 2014


Ext.onReady(function(){Ext.QuickTips.init();var loginForm = new Ext.form.Panel({title:‘Ext.form.field.Text示例‘,bodyStyle:‘padding:5 5 5 5‘,//设置边距frame:true,height:120,width:200,renderTo:‘form‘,defaultType:‘textfield‘,//设置表单字段的默认类型defaults:{labelSeparator:‘:‘,//分隔符labelWidth:50,width:150,allowBlank:false,labelAlign:‘left‘,msgTarget:‘side‘},items:[{fieldLabel:‘用户名‘,name:‘userName‘,selectOnFocus:true,//得到焦点是自动选择文本;//验证电子邮件格式的正则表达式regex:/^([\w]+)(.[\w]+)*@([\w-]+\.){1,5}([A-Za-z]){2,4}$/,regexText:‘格式错误‘,blankText:‘请输入内容‘},{name:‘password‘,fieldLabel:‘密码‘,inputType:‘password‘}],buttons:[{text:‘登录‘,handler:function(){loginForm.form.setValues({userName:‘user@com‘,password:‘123456‘});}}]});})

Extjs fieldText内容,布布扣,bubuko.com
标签:style blog http width io 2014
原文地址:http://www.cnblogs.com/babyhhcsy/p/3857890.html