Hi Guys,
How can I add a Link in an AP.flag.create that once you click it, it will refresh the page.
I been exploring the actions options but couldn’t make it work, just a link with a label that does nothing.
Here is my code:
AP.flag.create({
type: 'success',
title: 'File is properly Imported',
body: "Please Refresh the Page to see the imported Pages in the Left Panel.",
actions: {
'actionkey': 'Refresh'
//what to do next???
}
});
Thanks in Advance