my dashboard use some portlets, and i want to edit them so can create my own style at Kademi platform.
Could you tell how i can find them and edit/create new one. for example this portlet :
#portlets("dashboardPrimary")
Thanks.
my dashboard use some portlets, and i want to edit them so can create my own style at Kademi platform.
Could you tell how i can find them and edit/create new one. for example this portlet :
#portlets("dashboardPrimary")
Thanks.
the dashboardPrimary portlet get's used by several apps. Here is a list of built in kademi apps that use it:
There is a good tutorial on Kademi's doc site on templating in kademi: http://docs.kademi.co/programs/dev/d1/d11/p1.html
I hope this helps :-)
To edit a portlet you simply override the template which generates it. For example, the dashboard alerts app renders current alerts into the "beforeDashboardPrimary" portlet section with this template:
https://github.com/Kademi/kademi-dev/blob/master/src/main/webapp/templates/apps/alerts/dashboardAlerts.html
So to change the layout of dashboard alert messages you would create your own template at: /theme/apps/alerts/dashboardAlerts.html