Sha256: 683088de15755d4455cbc65872d9ccf0df4fe1f8ed7ca65399cd436adf9e853c
Contents?: true
Size: 514 Bytes
Versions: 3
Compression:
Stored size: 514 Bytes
Contents
Ext.define('FastUI.view.vfield.VTree',{ extend: 'Ext.form.field.Text', valueObject: {}, winCtx:{}, winId:0, rest:{}, initComponent:function(){ this.fieldLabel = this.getFValue('title'); 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]; } });
Version data entries
3 entries across 3 versions & 1 rubygems