Skip to main content
New Participant
August 23, 2017

Image Plugin for Full Screen RTE in AEM 6.3

  • August 23, 2017
  • 6 replies
  • 8024 views

Hi,

I am trying to achieve the Image Plugin for RTE in full screen mode in AEM 6.3. But my code is failing for creating a Dialog using Dialog Manager.

CUI.rte.ui.cui.AbstractDialog

it throws error : Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.

Its so basic to have Image Insert Plugin in RTE.

I am using the following example from AEM 6.1 :

Experiencing Adobe Experience Manager - Day CQ: AEM 61 - Touch UI Rich Text Editor (RTE) Browse and Insert Image

and Color Picker from AEM 6.3 :

Experiencing Adobe Experience Manager - Day CQ: AEM 63 - Touch UI RTE (Rich Text Editor) Color Picker Plugin for InPlace…

to fix the Image Plugin.

Does any body have the solution for this ?

[Mod Note: Personal info removed]

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

6 replies

smacdonald2008
New Participant
August 23, 2017

The problem here is you are using a 6.1 community article for 6.3. Check with the author blog to see if they have updated for 6.3.

New Participant
August 24, 2017

Yeah, I am trying to transition from AEM 6.1 to AEM 6.3, by using the second article mentioned in my discussion. But I am facing issue with the dialog manager.

viveksachdeva
New Participant
August 24, 2017

Would be great if you can share a sample package(code + basic sample page) of what you have done so far and where you are stuck at.