Skip to content

dkho87/MendixBootstrapInputAddons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mendix Bootstrap Input Addons Widget

This widget extends form controls by adding text on either side of textual input's (as described here).

This would be useful when working with constant values that always apply on a field, for example the '€' symbol when working with currencies.

To use the widget, place it in a Entity context (like a dataview) and configure the widget's properties.

Features

  • Add text before, after, or on both sides of any text-based input
  • (Optional) show the label of an input field
  • (Optional) set field as required
  • Format numbers with configurable groups and digits
  • onChange, onEnter and onLeave events
  • Visibility and editable parameter
  • Use of variables in the label (syntax: {attributeName})

Limitations

  • Buttons, checkboxes, radiobuttons and dropdowns (as add-on) are not yet implemented

For any request or bug please create an issue at GitHub.

Build project

  • npm install
  • grunt watch

Run unittest

Start webserver (in project root)

  • python -m SimpleHTTPServer &

Open testrunner, for BootstrapInputAddons

About

Mendix widget for Bootstrap Input Add-ons

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.4%
  • PHP 7.2%
  • Java 3.3%
  • HTML 3.0%
  • XSLT 1.4%
  • Shell 0.5%
  • Other 0.2%