Glossary tooltip

<< Click to Display Table of Contents >>

Navigation:  Widgets >

Glossary tooltip

Overview

The Glossary Tooltip widget is available for download from Bizagi Widget Xchange.

This widget allows you to define a dictionary of useful terms and display their definitions as tooltips directly in your Forms when users hover over a specific word.

 

Glossary_teaser

 

note_pin

This widget applies to all text within a Form, but only to fields that are non-editable.

 

Before You Start

To test and use this widget, you will need:

1.Bizagi Studio previously installed.

2.This widget installed, either by following the steps in the Bizagi Widget Xchange article or the Widget Management article.

 

Data Model Considerations

To use this widget, no specific configuration in your data model is required (no additional attributes needed).

 

Properties Configuration

To configure this widget after installing it in your project, add it to any Form and set its properties in the Forms Designer, just as you would with any other Bizagi control.

 

Glossary_forms

 

Consider the following properties:

 

PROPERTY

POSSIBLE VALUES

DEFAULT VALUE / SUGGESTED

Glossary

The dictionary is defined in a JSON structure, where each entry includes the keyword and its corresponding definition to be displayed in the tooltip.

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

 

note_pin

All Bizagi controls and widgets include a Visible property that lets you define whether the control should appear in a given form (e.g., by applying a Business rule).

This widget is designed to be Read-only


Last Updated 12/29/2025 3:54:57 PM