apply background color using colorpalette | Community
Skip to main content
New Participant
November 8, 2016
Solved

apply background color using colorpalette

  • November 8, 2016
  • 2 replies
  • 2778 views

I am supposed to change the background-color of my component using the dialog. I am able to change the color if i use the xtype="textfield", but when the xtype is colorpalette or colorlist, the colors appear on the dialog. on choosing the color it does not replicate in the component.

<section class="mbr-section mbr-section--relative mbr-section--fixed-size" id="contacts3-11" style="background-color:${properties.bgcolor} !important;">

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Hi

You can create a component, where you can ask a author to select the colour. The selected colour can then be used to change the CSS property of page's background.

Similar Helpx:- https://helpx.adobe.com/experience-manager/using/creating-touchui-validate1.html

Package Link:- https://helpx.adobe.com/content/help/en/experience-manager/using/creating-touchui-validate1/_jcr_content/main-pars/download/file.res/custom-colorpicker-1.0%20(3).zip

 

Reference artile :- http://experience-aem.blogspot.in/2015/10/aem-61-touchui-rich-text-editor-color-picker-plugin.html

// TouchUI Rich Text Editor Color Picker Plugin

I hope this would help you.

 

~kautuk

2 replies

kautuk_sahni
kautuk_sahniAccepted solution
Employee
November 10, 2016

Hi

You can create a component, where you can ask a author to select the colour. The selected colour can then be used to change the CSS property of page's background.

Similar Helpx:- https://helpx.adobe.com/experience-manager/using/creating-touchui-validate1.html

Package Link:- https://helpx.adobe.com/content/help/en/experience-manager/using/creating-touchui-validate1/_jcr_content/main-pars/download/file.res/custom-colorpicker-1.0%20(3).zip

 

Reference artile :- http://experience-aem.blogspot.in/2015/10/aem-61-touchui-rich-text-editor-color-picker-plugin.html

// TouchUI Rich Text Editor Color Picker Plugin

I hope this would help you.

 

~kautuk

Kautuk Sahni
smacdonald2008
New Participant
November 8, 2016