extjs 表单的textfield想直接用数据库中的字段写入textfield,而不是自己直接输入,该怎么写啊?
varformPanel=Ext.create('Ext.form.Panel',{id:'formPanel',title:'测试结果',height:210,fram...
var formPanel = Ext.create('Ext.form.Panel',{
id : 'formPanel',
title : '测试结果',
height : 210,
frame : true,
collapsible : true,
renderTo : Ext.getBody(),
margin : '20 20 20 20',
iconCls : 'search',
buttonAlign :'center' ,
//hideParent :'true',
fieldDefaults : {
margin : '10 0 0 0',
labelWidth : 70
},
items : [{
xtype : 'container',
id :'auto_form',
items : [{
xtype : 'textfield',
name : 'password',
fieldLabel : '密码,
}, 展开
id : 'formPanel',
title : '测试结果',
height : 210,
frame : true,
collapsible : true,
renderTo : Ext.getBody(),
margin : '20 20 20 20',
iconCls : 'search',
buttonAlign :'center' ,
//hideParent :'true',
fieldDefaults : {
margin : '10 0 0 0',
labelWidth : 70
},
items : [{
xtype : 'container',
id :'auto_form',
items : [{
xtype : 'textfield',
name : 'password',
fieldLabel : '密码,
}, 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询