Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorial:dev:how_to_register_dashboard_button [2019/04/10 11:50]
tomiskar created
tutorial:dev:how_to_register_dashboard_button [2019/04/10 11:52] (current)
tomiskar
Line 12: Line 12:
 ===== 01 Create a button component ===== ===== 01 Create a button component =====
  
-We will use ''AbstractIdentityDashboardButton'' component as superclass for creating custom button (prepared in core ''advanced'' component library)  - contains some default method implementations (common button features ... boiler plate).+We will use ''AbstractIdentityDashboardButton'' component as superclass for creating custom button (prepared in core ''advanced'' component library)  - contains some default method implementations (common button features ... boiler plate). Newly created button will do a redirect to selected identity contacts tab.
  
 <code javascript> <code javascript>
  • by tomiskar