I'm trying to set icon to <aui:button>
like on this tutorial.
But solution described there doesn't work well in my case, because I have a table and on each row I have a button with different resourceUrl. Like this:
<portlet:resourceURL id="saveReport" var="saveReportURL">
<portlet:param name="reportId" value="${report.reportId}" />
</portlet:resourceURL>
<aui:button onclick="location.href = '${saveReportURL}'">
Is it possible to set icon in <aui:button>
without using JavaScript as described in tutorial?
Thanks
You should be able to add an icon to a button without using JavaScript by adding one of these
Icon
CSS classes to your button. For example, if you wanted to create a button with a calendar icon, your code should look something like this: