手动设置参数值
from.getForm().loadRecord(selectRecode);
Ext.getCmp( 'sex').setValue(selectRecode.get('sexID' ));
Ext.getCmp( 'sex').setRawValue(selectRecode.get('sexName' ));
from.getForm().loadRecord(selectRecode);
Ext.getCmp( 'sex').setValue(selectRecode.get('sexID' ));
Ext.getCmp( 'sex').setRawValue(selectRecode.get('sexName' ));
本文介绍了一种在特定框架中手动设置表单参数的方法,通过调用相应的方法来加载记录,并为特定字段如性别设置值。
4097

被折叠的 条评论
为什么被折叠?



