Page 1 of 1

Change colour of TextBox Web Component text on data change

PostPosted: Thu Nov 11, 2021 5:29 am
by roddy
I am unable to find a way to change the colour of the text in a TextBox web component depending on data. There is a style class but not style class data provider. It needs to be an editable field, so I wouldn't be able to load it up with HTML tags. I feel I'm just missing something simple here...

Re: Change colour of TextBox Web Component text on data chan

PostPosted: Fri Nov 12, 2021 12:32 am
by ptalbot
Have a look at elements.yourElementName .addStyleClass()/.hasStyleClass()/.removeStyleClass()

Re: Change colour of TextBox Web Component text on data chan

PostPosted: Mon Nov 15, 2021 7:40 am
by roddy
Thanks @ptalbot; that hit the mark :D