TermsAndConditions
Content Type: Widget
Categories: Data
Overview
A simple widget to display terms and conditions next to each other.
Documentation
TermsAndConditions
A simple widget to display terms and conditions next to each other.
Features
Terms & conditions label input and configurable action. Input label text before and/or after the terms & confitions label.
Usage
Place the widget on a page and fill in the label and terms texts. Add the action to the terms & conditions location. that's it!
Development and contribution
- Install NPM package dependencies by using:
npm install. If you use NPM v7.x.x, which can be checked by executingnpm -v, execute:npm install --legacy-peer-deps. - Run
npm startto watch for code changes. On every change:- the widget will be bundled;
- the bundle will be included in a
distfolder in the root directory of the project; - the bundle will be included in the
deploymentandwidgetsfolder of the Mendix test project.
Releases
Version: 1.0.2
Framework Version: 9.12.1
Release Notes:
Remove spaces from (conditional) empty span.
Version: 1.0.1
Framework Version: 9.12.1
Release Notes: Add default validation
Add correct start value attribute
Version: 1.0.0
Framework Version: 9.12.1
Release Notes: Initial release