widgets.pbSaveButton.help.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-designer-artifact-builder-generator-angularjs Show documentation
Show all versions of ui-designer-artifact-builder-generator-angularjs Show documentation
This module is a generator on AngularJS for Artifact Builder
Use this widget to:
- Save a variable to the LocalStorage
For Instance to let users save the draft of the current form:
- Bind the formInput variable of your form.
A single entry will be created in the LocalStorage identified by the form URL.
Whenever this form is reloaded, either by hitting F5 or browsing away and back again, the entry will be reloaded automatically from LocalStorage.