Custom Buttons
Introduction
You can create custom buttons each with a series of UI actions.
Use cases
- Create Annotation UI processes, e.g. updating values, error checking, and multiple actions.
- Show human-centric buttons to update a separate technical Schema.
- Call Non-Annotation Business Logic & Custom Scripts
For example, you may wish to present your software to 100s of end users who will have no or minimal training. Your technical schema may require many options, but you want your end users to simply choose between a few preset choices. This allows you to control that experience while keeping data science happy with the end result.
Button Actions
- Set a Schema value
- Complete a Task
- Open an Attribute
- Call a 3rd party business logic function (Coming Soon)
Series of Actions
You can have one button do multiple actions. This creates a way to easily create annotation processes. This is similar to the Actions concept but within the scope of the Annotation UI.
For example, you may wish one button to Set a Schema value, Complete the Task, and call some 3rd party Business logic.
How to Create Custom Buttons
To define your own custom buttons launch the UI Editor from Project/White-label Customization
or go to your_install.com/white_label_customization/edit
.
Then in Tasks, select the saved UI Design.
- Click Add Elements
- Add Custom Button
- Add Selected
- The buttons shows on the top panel
- Click the button to Open the button Editor
- Select button Options
Button Options
- Name
- Color
- Actions
Updated over 1 year ago