Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Dashboard Widget Buttons (DWB)

Hamzah Al Hariri edited this page Jan 29, 2019 · 10 revisions

Dashboard Widget Buttons

Getting started

Version: 1.2.0

dashboard-widget-buttons-1 dashboard-widget-buttons-2 dashboard-widget-buttons-3

Installing

in your dashboard go to > plugins > install plugin >

  • Stage: https://plugins-stage.s3.amazonaws.com/se-infomaker-dashboard-widget-buttons/1-2-0
  • Prod: https://plugins-prod.s3.amazonaws.com/se-infomaker-dashboard-widget-buttons/1-2-0

What's new

  • Added functionality to open Dashboard Applications in Modal with widget button.
  • Added functionality to dispatch Dashboard events.
  • Improved Setup/Edit widget button settings.

Add new widget button to open an url

  • In Dashbaord Widget buttons settings click on + Create new button.
  • In Text input add your button text.
  • In URL input add your url to open on click on your button.

DWB-url

Add new widget button to open an application

  • In Dashbaord Widget buttons settings click on + Create new button.
  • Click on event code icon.
  • In Text input add your button text.
  • Select Open an application from the drop down.
  • In bundle type your Dashboard application bundle to open
  • In title type your Modal title to display when the application has been opened in Modal.

it's posible to add onApplicationRendered obj as send obj, to dispatch send event when the application has been rendered will be fired on componentDidMount()

DWB-application

Add new widget button to dispatch an event

  • In Dashbaord Widget buttons settings click on + Create new button.
  • Click on event code icon.
  • In Text input add your button text.
  • Select Dispatch an event from the drop down.
  • Add your send event object to fire on click on the button.

DWB-dispatch

Clone this wiki locally