Giving hyperlink along with image icon to work in VBCS
Summary
Currently I am able to give hyperlink in VBCS and able to give click event functionality. Now I want to give a small icon so that on click of icon or hyperlink both should have click functionality.Content
Currently I am able to give hyperlink in VBCS and able to give click event functionality. Now I want to give a small icon so that on click of icon or hyperlink both should have click functionality.
But right now click on icon is not working properly.
<a target="_blank" id="a--59034198-4" class="oj-flex-item" on-click="[[$listeners.a590341984Click]]">
<img id="img--59034198-1" :src="{{ $application.path + 'resources/images/article_arr.png' }}">
0