|
|
@@ -166,7 +166,7 @@ Ext.define('erp.controller.board', {
|
|
|
var builderPanel = Ext.getCmp('modelbuilderpanel');
|
|
|
var currenSelectPanel = builderPanel.currenSelectPanel;
|
|
|
var propconfig = currenSelectPanel.config.propGridDefault.propconfig;
|
|
|
-
|
|
|
+
|
|
|
for(var i = 0; i < propconfig.length; i++) {
|
|
|
if(propconfig[i].property == record.get('property')) {
|
|
|
record.set('editor', propconfig[i].editor)
|
|
|
@@ -335,7 +335,8 @@ Ext.define('erp.controller.board', {
|
|
|
}
|
|
|
|
|
|
var baseConfigFormValue = {
|
|
|
- title: ch.getAttribute('title'),
|
|
|
+ titletext: ch.getAttribute('titletext'),
|
|
|
+ titlestyle: ch.getAttribute('titlestyle'),
|
|
|
/*allcls: ch.getAttribute('allcls'),*/
|
|
|
headerrowsstyle: ch.getAttribute('headerrowsstyle'),
|
|
|
rowsstyle: ch.getAttribute('rowsstyle'),
|