RTE Touch UI - View HTML Source | Community
Skip to main content
New Participant
August 17, 2016
Solved

RTE Touch UI - View HTML Source

  • August 17, 2016
  • 3 replies
  • 1484 views

Hi all,

From what i have read the RTE in Touch UI does not allow you to VIew HTML Source???

not sure why - anyone have a workaround for this?

It is something we use regularly in Classic UI

thanks for your help

Michael

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 smacdonald2008

Here is the response for this question: 

Here you go, here are steps to test on your local instance (works in AEM6.1 SP1 and later):

1. Drag Text component to a page (e.g. "/content/geometrixx/en/events/userconf.html")
2. Switch to Developer View 
3. Select Text component
4. On Sidebar select "Edit" for the text component (CRX opens)
5. Go to Path ("/libs/foundation/components/text/cq:dialog/content/items/tabs/items/text/items/column/items/text/rtePlugins")
6. Create New Node "misctools" 
7. Add property "features" with type "String" and Value "*" to the node misctools
8. Go to "/libs/foundation/components/text/cq:dialog/content/items/tabs/items/text/items/column/items/text/uiSettings/cui/inline"
9. Open property "toolbar"
10. Add new entry "misctools#sourceedit".
11. Save All
12. Go back to the page and open text dialog again
13. Now source view icon & functionality is visible in the RTE Dialog

3 replies

New Participant
August 19, 2016

Thank you!

smacdonald2008
smacdonald2008Accepted solution
New Participant
August 18, 2016

Here is the response for this question: 

Here you go, here are steps to test on your local instance (works in AEM6.1 SP1 and later):

1. Drag Text component to a page (e.g. "/content/geometrixx/en/events/userconf.html")
2. Switch to Developer View 
3. Select Text component
4. On Sidebar select "Edit" for the text component (CRX opens)
5. Go to Path ("/libs/foundation/components/text/cq:dialog/content/items/tabs/items/text/items/column/items/text/rtePlugins")
6. Create New Node "misctools" 
7. Add property "features" with type "String" and Value "*" to the node misctools
8. Go to "/libs/foundation/components/text/cq:dialog/content/items/tabs/items/text/items/column/items/text/uiSettings/cui/inline"
9. Open property "toolbar"
10. Add new entry "misctools#sourceedit".
11. Save All
12. Go back to the page and open text dialog again
13. Now source view icon & functionality is visible in the RTE Dialog

smacdonald2008
New Participant
August 17, 2016

That is a good question - i will check to see what internal Adobe people say.