April 2021

Featured

Helps as popovers

A new layout variable, HelpStyle, allows to configure form field helps as popovers (defaults to tooltip, its only behaviour up until now).
When enabled, this feature adds a new information button right next to the field title, which displays the help content when clicked: popover Additionally, the popover is configured to be dismissed on the user’s next click of a different element than the toggle button. PopoverOptions.pptx

Single point of entry to display messages to the user

In order to reduce the dependency of the framework on the bootbox library, a wrapper function which uses a syntax which does not depende on the underlaying framework.

displayMessageExample

These messages are open to changes in style, which means that it is possible to both change the icon and its color through a manwin. By default, the messages are closed if the background is clicked, no longer is it necessary to click the closing button explicity. MessagesSinglePoint.pptx

New atributes for the password control

Password control as two new atributes:

Show password strength

Allows the user to see if it is a good or bad password PswStrenght

Confirm password

Check if the user has written the password that he wants to forcing him to repeat the password ConfirmPassword

Allow the password form to be more customizable.

Now we can specify the form that will contain the user's account data. The PASSWORD, NAME and EMAIL fields must be present SetUpUserRegistration

UserRegistration.pptx

Table conditions

Write conditions are no longer defined at the field level and are now defined at table level.
Also they only need to be specified once for an area, and Genio will generate the formulas for the others if possible tableCondition
WriteConditions.pptx

Mandatory field conditions

A new type of condition allows you to conditionally define when a new field is mandatory MandatoryConditions.pptx