smartree
30 Dec 2009, 2:08 AM
DateField/ComboBox readOnly cause the trigger disappear
/ext-3.1.0/examples/form/xml-form.html
xml-form.js line from 77
new Ext.form.DateField({
fieldLabel: 'Date of Birth',
name: 'dob',
readOnly: true,
width: 190,
allowBlank: false
})
Try it, you will reappear the problem
useage changed ---- TriggerField editable
/ext-3.1.0/examples/form/xml-form.html
xml-form.js line from 77
new Ext.form.DateField({
fieldLabel: 'Date of Birth',
name: 'dob',
readOnly: true,
width: 190,
allowBlank: false
})
Try it, you will reappear the problem
useage changed ---- TriggerField editable