Hi All,
I want to Create a Theme Editor in OutSystems . we want to change card or Container Color Dynamic:
Is it Possible in OutSystems?
Sorry couldn't get your query correctly.
Do you want to create a "theme" with dynamic colors in card or container? or you want to create a "theme editor"?
If it is just theme, then yes you can do it.
Yes When I click Div or Container Icon Than show this type of Feature and i want to change Dynamic color in Card:
Do you already have this feature you shown on picture implemented?
If I understood well you want to change the color of the DIV dynamically, right?
In this case you can create a widget with input parameter for hexa color and set inline (Not good but if you want all colors we not have another choice).
Regards
@MD Mansur @Md Mansur You can use a forge component, check the link that i attached below.https://www.outsystems.com/forge/component-overview/8818/colorpickerreactive
, If you want to customize the UI , you can create a new a custom color palette as @Paulo Torres mentioned above instead of inline you can use Javascript or jquery to pass the color values.
I have something similar with what @Naveen N said to change the primary and secondary color of theme dynamically.
@Naveen N the problem about pallet will be if the @MD Mansur wants every colors, in this case I think the inline will be the better and easy solution.
I'm using this color picker: https://www.outsystems.com/forge/component-overview/9116/hi-input-color