내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

Color Picker inside a Touch UI RTE

Avatar

Level 4

Hi Team ,

I have to provide a color picker inside a Rich Text RTE inline edit .

I have followed couple of blogs ,but no luck . Could you please share any information if you have used any .

javascript - Multiple custom plugins in TouchUI RTE in AEM not working - Stack Overflow

3 답변 개

Avatar

Level 10

You need to create a RTE plug-in. Details can be found in this FAQ:

Scott's Digital Community: Adobe Experience Manager FAQs and other Tips

Avatar

Employee

Hello,

You may need to add something like this:

<BackgroundColor

                                            jcr:primaryType="nt:unstructured"

                                            sling:resourceType=" /libs/granite/ui/components/coral/foundation/form/colorfield"

                                            classicPaletteType="{Boolean}true"

                                            editType="{Boolean}true"

                                            fieldLabel="Background Color"

                                            name="./BackgroundColor"/>

Avatar

Level 1