mitchellsimoens
19 Jul 2010, 7:56 AM
I have a FormPanel and one of the fields is a slider but I would like it to be disabled to start so I set disabled: true except it doesn't disable. I can getValues() and still get the value and the field doesn't look disabled..
{
xtype: 'slider',
name : 'freq',
label: 'Update Interval',
disabled: true
}
According to the API Docs this is a valid option but does not work.
{
xtype: 'slider',
name : 'freq',
label: 'Update Interval',
disabled: true
}
According to the API Docs this is a valid option but does not work.