Fetch aem url with editor.html in JS | Community
Skip to main content
Kishore_Kumar_
Level 9
September 12, 2019

Fetch aem url with editor.html in JS

  • September 12, 2019
  • 1 reply
  • 5350 views

how to fetch a aem complete url with editor.html or cf# in javascript. When i used javascript/jquery methods to fetch a url, editor.html or cf# is not coming.

For eg: In localhost:4502/editor.html/content/sample if i use window.location.href or any other js methods

it is returning only location:4502/content/sample.

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

1 reply

arunpatidar
Community Advisor
Community Advisor
September 12, 2019

for touch UI, you can use below:

"/"+Granite.author.EditorFrame.editorVanityURL+Granite.author.page.path+".html"

/editor.html/content/AEM63App/fr.html

Arun Patidar
Kishore_Kumar_
Level 9
September 12, 2019

it is coming in console but if i use it in js file it is showing as undefined.

arunpatidar
Community Advisor
Community Advisor
September 13, 2019

Where are you writing code. Inside sites js or dialog js?

If you need editor page when editing then create js with cq.authoring.dialog category.

Arun Patidar