Input for Style Of Block in UI Builder

Good Day all,

I have a large amount of blocks that have to be recolored dependent of a value unique to each block.
I realize the Logic below would never work nor do i intend for it to work but merely did it to better frame my question. Rather than select the style of a block from the drop down is it possible to have an input value were logic similar to that below could work.

Kind Regards,
Raymond

Hi @Raymond_Woodley

It is not possible to replace the combo box with input because under the hood to find a component by its id it used the component UID, when you select for instance “Icon_Holder_1” it used a uid sting “abcde1234…”

In your case I can recommend you use AppExtensions to modify styles for a group of components

https://backendless.com/docs/uibuilder/ui_extensions.html

Regards, Vlad

Hi @vladimir-upirov

Perfect, was just wondering if I had missed a potential work around.

Thanks for your help.

Regards Raymond