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.
for touch UI, you can use below:
"/"+Granite.author.EditorFrame.editorVanityURL+Granite.author.page.path+".html"
/editor.html/content/AEM63App/fr.html
it is coming in console but if i use it in js file it is showing as undefined.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies