Solved
Get the Page Title in Component Dialog
I have a requirement where I want to populate the page title in the component dialog as a value. I know this can be done by writing dialog listener, Is there any other way to do this?
I have a requirement where I want to populate the page title in the component dialog as a value. I know this can be done by writing dialog listener, Is there any other way to do this?
You need to write a clientlib js, below code will work and return json response of page properties and you will get the jcr:title from responseText.
$.get(Granite.author.page.path+".1.json")
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.