62
Views
6
Comments
Theme Editor
Question
Application Type
Reactive

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?

2022-08-03 04-32-50
Ravi Punjwani

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.

UserImage.jpg
Md Mansur

Yes When I click Div or Container Icon Than show this type of Feature and i want to change Dynamic color in Card:


2023-08-28 07-00-10
Paulo Torres
Champion

Do you already have this feature you shown on picture implemented?

2023-08-28 07-00-10
Paulo Torres
Champion

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

2022-09-05 08-23-51
Naveen N

@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.

2023-08-28 07-00-10
Paulo Torres
Champion

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.