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:
Additionally, the popover is configured to be dismissed on the user’s next click of a different element than the toggle button.
PopoverOptions.pptx
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.
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
Password control as two new atributes:
Allows the user to see if it is a good or bad password
Check if the user has written the password that he wants to forcing him to repeat the password
Now we can specify the form that will contain the user's account data. The PASSWORD, NAME and EMAIL fields must be present
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
WriteConditions.pptx
A new type of condition allows you to conditionally define when a new field is mandatory MandatoryConditions.pptx