QR Code generator

<< Click to Display Table of Contents >>

Navigation:  Widgets >

QR Code generator

Overview

The QR Code generator Widget for Bizagi is available for download at Bizagi Widget Xchange.

Through this Widget, you will be able to generate a QR code in your forms, by entering a valid URL to direct to (i.e, to allow end users later scan that QR code).

 

QRCode_teaser

 

Scanning this code (e.g, from a mobile device), directs you to its underlying URL target:

 

QRCode_result

 

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 need in your data model:

A string type attribute which holds the URL (in clear text) that you want to direct to. Such QR code represents that URL.

 

PDFlink_datamodel

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.

 

QRCode_forms

 

Consider the following properties.

 

PROPERTY

POSSIBLE VALUES

DEFAULT VALUE / SUGGESTED

Data binding

A string type attribute holding the URL to generate a QR code from.

 

Notice you may use a default value setting.

Not applicable.

This property is mandatory.

URL label

An optional label to show with an input field (Hide URL field property), in order to specify the URL, in case its not stored yet.

Use along when having the Hide URL field property set to false.

(none)

Hide URL field

Choose to show an input field to specify the URL, in case its not stored yet.

true

Size

A setting indicating the resulting size of the QR code (in pixels).

QR codes are square-shaped, so this size makes for both its height and width.

120

 

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.

 

For complete documentation or more information about this Widget's possibilities (e.g, if you wish to customize and extend it), refer to the information about the implemented jQuery Plugin at http://jquery-plugins.net/jquery-qrcode-jquery-plugin-to-dynamically-generate-qr-codes.

 


Last Updated 10/28/2022 10:01:12 AM