How to sync HTML code into the source edit of RTE's misctools? | Community
Skip to main content
New Participant
June 28, 2017
Solved

How to sync HTML code into the source edit of RTE's misctools?

  • June 28, 2017
  • 6 replies
  • 2674 views

Is it possible to sync HTML code into the source edit of RTE's misctools?

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 MaxBarrass

Short answer No, especially for what you are trying to do and how you are going about it.

You are trying to load another HTML page contents into RTE in a component.

What you could do to do this:

1. Create a new "HTML Content Load", it should allow a user to select a Path in content tree for the content they want to load and add it to the RTE. This widget should be based on RTE widget but have a new button that would allow loading of content form the repository.

2. Have a good think of what you are doing exactly and what could happen if people can modify source of your pages and if you are still good with that, you can then take inspiration from this AEM Fiddle . Source is available on github.

Have fun!

6 replies

MaxBarrass
MaxBarrassAccepted solution
New Participant
June 29, 2017

Short answer No, especially for what you are trying to do and how you are going about it.

You are trying to load another HTML page contents into RTE in a component.

What you could do to do this:

1. Create a new "HTML Content Load", it should allow a user to select a Path in content tree for the content they want to load and add it to the RTE. This widget should be based on RTE widget but have a new button that would allow loading of content form the repository.

2. Have a good think of what you are doing exactly and what could happen if people can modify source of your pages and if you are still good with that, you can then take inspiration from this AEM Fiddle . Source is available on github.

Have fun!

New Participant
June 29, 2017

im having a hard time creating a JCR listener... can someone help me?? sorry im a beginner

kautuk_sahni
Employee
June 29, 2017

Once done, do share the package with small documentation. So that we can create a Helpx article for the rest of the community.

smacdonald2008​ What do you say ?

~kautuk

Kautuk Sahni
New Participant
June 29, 2017

will try that, thanks!

kautuk_sahni
Employee
June 29, 2017

Reply from the expert is:-

All you need to is a simple JCR listener to put the header.html code in RTE backed property (something like name=./text) – so when the user opens RTE the content of header.html shows up.

~kautuk

Kautuk Sahni
kautuk_sahni
Employee
June 28, 2017

I have asked the expert to have a look at this one.

~kautuk

Kautuk Sahni