Hi,
How to change the background of igTextEditor control in JavaSript?
I take the background value from the database, and cannot be fixed (stored in css).
Thanks,
Dusan.
$(".selector").data('igCombo').fieldElem;
This is not working for me. Other than igCombo all are fine. Could you please suggest some option to achieve this for igCombo.
ok. Thanks.
It's a little bit different.
You need to get the input element of the igCombo and set the css:
And another related question:
How to change the background of igCombo control in JavaSript?
Its working. Thanks a lot.