Tools and Widgets
From Subscribe-HR Wiki Help
Line 4: | Line 4: | ||
__TOC__ | __TOC__ | ||
− | = | + | =Tools and Widgets Explained= |
− | + | Subscribe-HR development platform allows users and third party developers to create extensions (Apps). Apps can include a number of simple components e.g. Objects, Fields, Actions etc. In addition Apps can have complex components with rich dynamic content. The following component types can be created through the platform: | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | # Widget - dashboard widget that is rendered as one of the tiles on the dashboard. | |
− | + | # Wizard - a start wizard that contains a number of steps to take the user through. | |
− | + | # Workbench - a workbench specific application. | |
− | + | # Tool - an application within tools area. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | ==Creating New | + | ==Creating New Tools and Widgets Item== |
# After logging into the Subscribe-HR portal, select the <b>Development</b> TAB. | # After logging into the Subscribe-HR portal, select the <b>Development</b> TAB. | ||
− | # Select the <b> | + | # Select the <b>Tools and Widgets</b> folder. |
# Select the [Add new record] button. | # Select the [Add new record] button. | ||
− | + | <br /> | |
− | + | <table border="1" width="100%" id="table3" cellspacing="0"> | |
− | + | <tr> | |
− | + | <td width="206"><b><font face="Arial" size="2">Field Name</font></b></td> | |
− | + | <td width="484"><b><font face="Arial" size="2">Description</font></b></td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td width="206">UUID</td> | |
− | + | <td width="484">Unique identifier for the tool or widget.</td> | |
− | + | </tr> | |
− | < | + | <tr> |
− | < | + | <td width="206">Active</td> |
− | + | <td width="484">Indicates whether tool is active or not.</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td width="206">Name</td> | |
− | + | <td width="484">Tool or widget name.</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td width="206">Type</td> | |
− | + | <td width="484">One of the following: Widget, Wizard, Workbench or Tool.</td> | |
− | <br> | + | </tr> |
− | + | <tr> | |
+ | <td width="206">Size</td> | ||
+ | <td width="484">Only available if type is Widget. Options are Stat, Half or Full. "Stat" is a small tile at the top of the dashboard. "Half" is a half sized tile. "Full" is a full sized tile.</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="206">Icon</td> | ||
+ | <td width="484">Font awesome class to use as the tool icon.</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <br/> | ||
+ | |||
+ | |||
<br><br>[[File:subscribehr_logo.gif]] | <br><br>[[File:subscribehr_logo.gif]] |
Revision as of 11:08, 16 March 2020
Tools and Widgets Explained
Subscribe-HR development platform allows users and third party developers to create extensions (Apps). Apps can include a number of simple components e.g. Objects, Fields, Actions etc. In addition Apps can have complex components with rich dynamic content. The following component types can be created through the platform:
- Widget - dashboard widget that is rendered as one of the tiles on the dashboard.
- Wizard - a start wizard that contains a number of steps to take the user through.
- Workbench - a workbench specific application.
- Tool - an application within tools area.
Creating New Tools and Widgets Item
- After logging into the Subscribe-HR portal, select the Development TAB.
- Select the Tools and Widgets folder.
- Select the [Add new record] button.
Field Name | Description |
UUID | Unique identifier for the tool or widget. |
Active | Indicates whether tool is active or not. |
Name | Tool or widget name. |
Type | One of the following: Widget, Wizard, Workbench or Tool. |
Size | Only available if type is Widget. Options are Stat, Half or Full. "Stat" is a small tile at the top of the dashboard. "Half" is a half sized tile. "Full" is a full sized tile. |
Icon | Font awesome class to use as the tool icon. |