Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i want to create a widget to make a button for reload task.
Is it possible ?
Thanks for your help,
Sophie
Hi,
Open a mashup editor make a widget,
now you will see html & css pane
add this html to html editor : <button ng-click="app.doReload()">Reload</button>
save your widget & add it to a application you want to reload.
click on the reload button & your application will be reloaded,
Regards,
Ajay Kakkar