Hi,
I've got a FilteringSelect dijit working on a PHP project but I want to set some of the options to havea blue background and some other a red background. Can anyone please advise on hot to do this.
Thanks, Arturo
Hi,
I've got a FilteringSelect dijit working on a PHP project but I want to set some of the options to havea blue background and some other a red background. Can anyone please advise on hot to do this.
Thanks, Arturo
Probably you want to override FilteringSelect.labelFunc() to return an HTML snippet like
<span style="background-color: red>label</span>