cancel
Showing results for 
Search instead for 
Did you mean: 

Aikau Dashlet

rflahert
Champ in-the-making
Champ in-the-making
Can anyone point me to a tutorial or example of how to create a new dashlet using Aikau or how to extend one of the existing ones?  I have searched the web, docs, and forums with no luck so far.
2 REPLIES 2

janaka1984
Star Contributor
Star Contributor
<<put this on controller>>

model.jsonModel = {

services: [<<put service here>>]

widgets: [
           {
         name: "alfresco/buttons/AlfButton",
         config: {
          label: "Go to parent folder",
          iconClass: "alf-folder-up-icon",
          publishTopic: "ALF_DOCLIST_PARENT_NAV"
         }
           }
]
}

ddraper
World-Class Innovator
World-Class Innovator

This question is also more or less asked here:  

Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.