Solved
Access cq:dialog component properties in js
Hi,
How can we access component cq:dialog properties(name, description) using simple client side js .
Using server side js we can able to access easily.
Regards,
Sanjay
Hi,
How can we access component cq:dialog properties(name, description) using simple client side js .
Using server side js we can able to access easily.
Regards,
Sanjay
Hi ,
I tried below and it is working for me.
var titleFromDialog = $(".button-link").val();
console.log(titleFromDialog)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.