Hi ,
Is there any way to add the add the new property to that page, like inside js function needs to add the property like
functionName-clicked "true"
Like, how we are fetching the page property ${property.name}... is there any way to add a new property.
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
I would not suggest you to do that. At the publisher user should not have write access.
Technically it is possible, you just have to set a subservice user and when your page load you can check property and create it using subservice session inside Sling Model.
but consider another safer approach.
Views
Replies
Total Likes
I would not suggest you to do that. At the publisher user should not have write access.
Technically it is possible, you just have to set a subservice user and when your page load you can check property and create it using subservice session inside Sling Model.
but consider another safer approach.
Views
Replies
Total Likes
Hi Arun,
${properties.existing}
is there any way to change the value of property using sightly.
Ex;
<onclick or any function inside the script on html>
function(){
----- here needs to change the value for the property.
}
Thanks.
Views
Replies
Total Likes
Do you want to change property in AEM or in DOM.
In DOM, yes it is possible using javascript, you can write javascript/jquery code in HLT. You have to use scriptToken context while you write javascript code.
In repository as well, it is possible to change the value.
Views
Replies
Total Likes
Hi,
Can you please elabrate how to change the property value using HTL inside the js function
Thanks.
Views
Replies
Total Likes
Please check JavaScript DOM HTML
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies