11-03-2016 01:58 AM
Hi ,
To add help button on aikau dashlet, can use widgetsForTitleBarActions?
Regards
janaka
11-03-2016 05:02 AM
11-03-2016 04:59 AM
The short answer is yes... I think that there was a fix made in this area so you may need a more recent version of Aikau, I need to check the change history and will let you know.
11-03-2016 05:02 AM
11-03-2016 07:04 AM
i have used new aikau-1.0.93 . now i can see label on title bar. but how can i use help button withing this?
e.g
widgetsForTitleBarActions: [
{
id: "HELLO_DASHLET_ACTIONS",
name: "alfresco/html/Label",
config: {
label: "Title bar actions "
}
}
11-03-2016 07:10 AM
I'd recommend using AlfMenuBarItem or AlfMenuBarPopup (containing AlfMenuItem widgets) as the dashlet uses a menu bar. This tutorial chapter will give you a good overview. As with all widgets in Aikau the menu items will publish payloads on topics when clicked - those publications will need to be subscribed to by other widgets or services to have any effect.
11-11-2016 11:33 AM
Hi dave,
when compare with surf dashlet , i can see smooth help button as following image. But if i use AlfMenuBarItem or AlfMenuBarPopup with aikau dashlet as help button , i can not see like that out put. how can i achieve?
11-14-2016 05:40 AM
There isn't a solution in Aikau that matches that exactly, however what you can do is use the AlfTooltip widget and nest an Image or SVGImage within it to render the question mark. Alternatively you could easily create your own custom tooltip widget that acts as you require.
Use these links for examples on:
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.