Screen keyboard

<< Click to Display Table of Contents >>

Navigation:  Widgets >

Screen keyboard

Overview

The Screen keyboard Widget for Bizagi is available for download at Bizagi Widget Xchange.

Through this Widget, you will be able to display an on-screen keyboard (or numeric keypad), to both make sure that input information complies with certain character restrictions, or to have end users strictly type certain information (i.e, to enforce security measures).

 

ScreenKeyboard_teaser

 

Additional configuration options allow you to make this Widget as flexible as you need it:

 

ScreenKeyboard_options

 

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 will store the value you want to capture.

 

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.

 

ScreenKeyboard_forms

 

Consider the following properties.

 

PROPERTY

POSSIBLE VALUES

DEFAULT VALUE / SUGGESTED

Data binding

A string type attribute which will store the input information.

 

Notice you may use a default value setting.

Not applicable.

This property is mandatory.

Label

Define a label to show for that input.

(none)

Keyboard type

A setting indicating the type of pre-defined keyboard that will be showed up.

Use 1, to indicate a keyboard input simplified and based on the QWERTY standard layout, while use 2 to indicate a numeric pad layout (namely numbers from 0 to 9).

1 (QWERTY)

Typing restricted

Defines if copying from the clipboard and pasting into this field is not permitted, nor using the physical keyboard (enforces uses to use the allowed inputs by this Widget).

Yes

Mask input as password type

Masks the input information as asterisks (*), in order to protect sensitive information in the screen.

No

 

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 (makes the most of its feature) when used as editable.

 

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://www.jqueryscript.net/other/jQuery-Virtual-Keyboard-Plugin-Keyboard.html.

 

 


Last Updated 10/28/2022 10:02:16 AM