Page 1 of 1

LabelEX and enabled/disabled

PostPosted: 28 Oct 2015 15:13
by scoluccia
How can I simulate enabled/disable behaviour with JQCGLabelEX in JQCGLabel there is enabled property, I should use CSS style?
Thanks

Re: LabelEX and enabled/disabled

PostPosted: 29 Oct 2015 10:40
by Alexander Bulei
Hi scoluccia,

How can I simulate enabled/disable behaviour with JQCGLabelEX in JQCGLabel there is enabled property, I should use CSS style?


Yes, by using the css class:

Code: Select all
ui-state-disabled


Best Regards.