app/assets/javascripts/fastui/app/view/vfield/VHtmlEditor.js in fastui-0.1.2 vs app/assets/javascripts/fastui/app/view/vfield/VHtmlEditor.js in fastui-0.1.3
- old
+ new
@@ -3,14 +3,15 @@
valueObject: {},
winCtx:{},
winId:0,
rest:{},
+ width:650,
initComponent:function(){
this.fieldLabel = this.getFValue('title');
- this.name = this.rest.getTableName() + '[' + this.getFValue('m_property').name + ']';
- this.disabled = this.getFValue('is_readonly');
+ this.name = this.rest.getTableName() + '[' + this.getFValue('name') + ']';
+ this.disabled = this.getFValue('readonly');
this.allowBlank = true;
this.callParent();
},
getFValue:function (key) {
return this.valueObject[key];
\ No newline at end of file