Sorry, I meant the code generated by Ext - some things in Ext aren't what they appear.
What's the actual HTML in the DOM?
Sorry, I meant the code generated by Ext - some things in Ext aren't what they appear.
What's the actual HTML in the DOM?
If an input is actually disabled, IE will fade it, whatever colour you specify. There is no workaround.
So I guess you will have to make it readonly and add a class to make it appear disabled.
I have tried this option before,when i make it readonly for combobox it is still able to select the value,but only thing is that we can not able to enter anything to combo....but i want to restrcit the user not to select anything from combo and date field.
Thanks
is this helping?
hideTrigger : Boolean True to hide the trigger element and display only the base text field (defaults to false)
it helped me!
why on Earth is it false by default?!
EDIT: no it didn't help me as I want to be able to toggle it dynamically.