Glossary tooltip

<< Click to Display Table of Contents >>

Navigation:  Widgets >

Glossary tooltip

Overview

The Glossary Tooltip Widget for Bizagi is available for download at Bizagi Widget Xchange.

Through this Widget, you will be able to include definitions for a dictionary of words you consider useful.

Present a tooltip with such definitions directly in your forms, when hovering over a given word.

 

Glossary_teaser

 

Notice this Widget will apply to all text inside a form; and it will apply for those fields which are non-editable.

 

Before you start

In order to test and use this Widget, you will need:

1.Bizagi Studio previously installed.

2.This specific Widget previously installed, either as described at https://help.bizagi.com/platform/en/index.html?widget_xchange.htm, or as described at https://help.bizagi.com/platform/en/index.html?widgets_manualinst.htm.

 

Data model considerations

In order to use this Widget, you do not need anything in particular in your data model (no attributes required).

 

Properties configuration

In order to configure this Widget once it is installed in your project, include it in any form and set it properties in the Forms designer, just as you would do with any other type of Bizagi control.

 

Glossary_forms

 

Consider the following properties.

 

PROPERTY

POSSIBLE VALUES

DEFAULT VALUE / SUGGESTED

Glossary

The dictionary you define in a JSON- structured format, having mainly a word's definition to be shown in the tooltip, next to the key word you define.

[ { "term" : "KeyWord",    "description" : "Word Description"  },{ "term" : "KeyWord",    "description" : "Word Description"  }]

 

note_pin

Notice all Bizagi controls and Widgets, enable a visible property which allows you to set if that control should be displayed in a given form or not (e.g, by using a business rule).

 

This Widget is designed as read-only.

 


Last Updated 10/28/2022 9:51:04 AM