cancel
Showing results for 
Search instead for 
Did you mean: 

Aikau Dashlet

pbar
Confirmed Champ
Confirmed Champ
I am try using Aikau Dashlet Tutorial. How to add “help widget” to widgetsForTitleBarActions ?
4 REPLIES 4

redraccoon
Star Contributor
Star Contributor

I see this example, but don't know how to do the same dashlet’s help.
In Alfresco 4.2 it looks like this,
var dashletTitleBarActions = {
      id : "DashletTitleBarActions",
      name : "Alfresco.widget.DashletTitleBarActions",
      useMessages : false,
      options : {
         actions : [
            {
               cssClass: "help",
               bubbleOnClick:
               {
                  message: msg.get("dashlet.help")
               },
               tooltip: msg.get("dashlet.help.tooltip")
            }
         ]
      }
   };
how to do it in Alfresco 5.1 using Aikau Dashlet ?

ddraper
World-Class Innovator
World-Class Innovator

This presentation is quite old but might provide some helpful information on writing dashlets using Aikau (from slide 77 onwards).

We haven't done much with Aikau dashlets since this presentation was put together (because there hasn't been a lot of demand for it). At some point we will probably put together a pure Aikau dashboard, when this happens and whether or not it will be used in Share is another issue though.

ddraper
World-Class Innovator
World-Class Innovator

FYI: I've written a blog post which provides some useful information on writing dashlets using Aikau.

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.