Hi ,
Is there any way to add icon to UX3 sub-header (WorksetItem) ?
I'm using this methods:
var subitem2 = new sap.ui.ux3.NavigationItem("mainSubItem", | |||
{ | |||
text : "sub2", | |||
key : 'views.360.Hitpalgut' | |||
}); |
var navItem1 = new sap.ui.ux3.NavigationItem("subItem0", | |||
{ | |||
text : "main", | |||
key : 'views.Main', | |||
subItems : [ subitem1 , subitem2 ] | |||
}); |
Is there any way to extend subitem2 ?
Thanks,
Arie.