Widgets allow you to build custom applications for your businesses right from Qntrl. Qntrl provides a native editor with pre-defined framework and pre-configured plugin-manifest file to build Widgets. You can code, execute, and publish the widgets for your organization from Qntrl.
- Navigate to
and select Widgets under Advanced.
- Click Add Widget.
- Enter a Widget Name and Description.
- Click Save.
The page will be redirected to the code editor. You can start working on your extension right away.
Note:
- All users with access to Settings will be able to view, edit, and publish widgets.
- More than one user can work on the same widget.
Once the widget is built, its functional working can be tested by running it.
- Navigate to
and select Widgets under Advanced.
- Click on the widget to be tested.
- In the ensuing code editor, click Run in the top panel.
- You will be redirected to a new tab, where the widget's function can be tested.
Note: The 'Enable Developer Mode' button will be automatically enabled while testing the extension.
Once the widget is ready to use it can be published.
- Navigate to
and select Widgets under Advanced.
- Click the Publish button next to the widget to be published.
- The page will be navigated to the widget details page.
- Verify the Application Name and declare the Visibility of the widget here.
- Click Publish.
Published widgets can be accessed by all the users in the organization.
Once a widget is published, you can view or edit its details.
- Navigate to
and select Widgets under Advanced.
- Mouse over a widget name and click
icon.
- Select Details from the dropdown.
- You can modify the Application Name or Visibility of the widget here.
- To save your changes, click Update.
- Navigate to
and select Widgets under Advanced.
- Under Widgets tab, mouse over a widget name and click
icon.
- Select Enable/Disable from the dropdown.
- If a widget is disabled, it will no longer be displayed for your users.

ccc
If you no longer require a widget, you can delete it.
- Navigate to
and select Widgets under Advanced.
- Mouse over a widget name and click
icon.
- Select Details from the dropdown.
- Click Delete.
- Confirm your action.