Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
45 views

How to create a custom RTE plugin for pathfield or pathbrowser

I want to create a custom RTE plugin which will be having one field with browse option and cancel and OK button. Do we have any working example on this. I tried creating the plugin with editorKernel ...
user3197019's user avatar
0 votes
1 answer
1k views

How to customize rte plugin in AEM for hyperlink

As an author I want the default state of the hyperlink to be new tab so that I don’t have to change the target every time I create a new hyperlink. In the below picture instead of Target the default ...
SPR's user avatar
  • 1
1 vote
0 answers
702 views

AEM Rich Text Editor stripping international tel links containing +

AEM RTE will allow you, at first, to make a tel: link using a + such as this: tel:+83493439343 This will work fine. No problems so far. But, when you go and edit the same RTE component, the tel: link ...
Tony's user avatar
  • 11
0 votes
1 answer
1k views

How can i add custom css class to <ul> of AEM RTE component

In RTE Component of AEM - unordered list by default provides "." bullet list. I need to provide an option to make list with checkmark bullets. If we add some style (by configuring styles nodes) for ...
Praveen K's user avatar
0 votes
1 answer
89 views

I wanted to append an ng-click in an RTE component for which i have no control on RTE element

In my AEM component, there is an rte element. all the markup is generated dynamically and I wanted to append an ng-click to call a function. Here is the code for adding RTE${properties.text @context='...
Sourav Tomar's user avatar
0 votes
1 answer
2k views

AEM Rich Text Editor to edit colors

Is there a property in the Rich Text Editor that would allow you to edit the text's color as well ? This is my current dialog: <lifeSavings jcr:primaryType="nt:unstructured" value="...
mswift's user avatar
  • 5
0 votes
0 answers
399 views

Adding pdf icon in AEM rich text editor

I have a requirement where author can embed/link url/pdf in rte and if pdf is added, a pdf icon should be shown very next to link itself. What i have thought of Customize OOTB RTE Update css/js to ...
Finn's user avatar
  • 942
-2 votes
1 answer
2k views

How to provide tooltip for any AEM RTE pulgin icon in touch UI?

How to provide tooltip for any AEM 6.1 (SP1) RTE pulgin icon in touch UI? @rakhi4110
Gyanendra 's user avatar
2 votes
1 answer
2k views

Update RTE component to use Block Quotes in AEM

I'm currently using Rich Text Editor (RTE) in my AEM 6.2 project. I would like to configure RTE to use blockquote tag. How can achieve this? <blockquote> Component code: <paraformat jcr:...
phemanthkumar28's user avatar
0 votes
1 answer
1k views

AEM page with rich text and image

I am using AEM 6.0 and want authors to create page using a template having Page headline Page sub headline Page rich text An image Page rich text Similar page - Page with image & RTE I am ...
Finn's user avatar
  • 942
1 vote
1 answer
2k views

Multiple custom plugins in TouchUI RTE in AEM not working

I tried adding two custom plugins in TouchUI RTE (Image plugin and colorpicker plugin ). if I add either of the one plugin's to RTE, that works fine but when having both together, only color picker ...
user1153484's user avatar
0 votes
1 answer
171 views

How to embed image in RTE componet in CQ5

I have a CQ5 component where the users can write some text with a richtext editor. It is also possible to paste Image script code into source editor available in RTE. When I am pasting the source ...
Vijay Marudhachalam's user avatar
2 votes
2 answers
3k views

AEM Touch UI RTE common rtePlugins configuration

in classic ui, you can use xtype:cqinclude to include rtePlugins from a different path basically creating one place for standard RTE plugins, How can I do the same in Touch UI? I have tried using the ...
Ahmed Musallam's user avatar
0 votes
1 answer
882 views

How to add validator, regex or maskRe condition to AEM / CQ RTE (Rich Text Editor)

Is it possible to add a validator, regex or maskRe to a RichText editor (xtype="richtext")? I can't find this information in https://docs.adobe.com/docs/en/aem/6-1/ref/widgets-api/output/CQ.form....
Patrick Dorn's user avatar
0 votes
1 answer
3k views

RTE in touch UI AEM, @context='html' disabling the HTML tags surrounding it in Sightly

<h1 data-sly-test="${model.text}" data-sly-element="${model.texttag}"> ${model.text @ context='html'} </h1> This is resolving all HTML tags that are inserted in to the RTE fields. But ...
loop's user avatar
  • 41

15 30 50 per page