I just tried it and it doesn't work...
My json looks like this:
{
"icon": "approvals",
"title": "Opportunity Approvals",
"number": "74",
"numberUnit": "opps",
"myFunction": ".press"
}And in my XML I added the following:
press="{/myFunction}"But why does it not work? Isn't that absolute basics that I want to perform different actions for different tiles???
Also what I just tried: I am binding the data in the onAfterRendering-function. I changed it to onBeforeRendering and onInit, without success...