how can use onclick /click function in Touch UI by client Lib in AEM6.1Inline script is working but want to move the js into clientlibs . Please let me know if it is working with AEM6.3 too. Code: HTL <button onclick="closeDialog()">X</button>JS Client libfunction closeDialog() {alert();}
How can I access node properties of different nodes. (directly by HTL , not by js or java )something like this ? <div id="data" data-sly-use.tesr="/etc/ttt"> ${tesr.count}