Skip to content

AuraQ/ClockPickerForMendix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClockPicker for Mendix

This widget is a wrapper for the Clockpicker plugin allowing a user to select a time using a clock face.

Contributing

For more information on contributing to this repository visit Contributing to a GitHub repository!

Typical usage scenario

Where a user needs to input a time.

Configuration

Data Source

  • DateTime attribute: The attribute to use for the selected time.

Display

  • Show Label: Whether a label should be displayed for the field.
  • Label Caption: The text to be displayed in the label (only used if Show Label is set to Yes)
  • Form Orientation: 'Horizontal' or 'Vertical' (should match the DataView's Form Orientation value)
  • Label Width: A value between 1 and 11 that determines the width of the label. Will be reset to 1 or 11 if a value is selected that is outside these bounds. (only used if Show Label is set to Yes and Form Orientation is set to Horizontal)
  • Time format: '12 Hour' or '24 Hour'.
  • Enable Auto Close: Whether the picker should close automatically on selection of a minutes value (if false, user needs to click a 'Done' button)
  • 'Done' text: The caption for the button displayed if Auto Close is false.

Events

  • On change: The microflow that will be run when the time is changed.

Current Limitations

If you have separate date and time fields on a page that are bound to the same datetime attribute (with an empty value) and the user sets the time first, the date field will not update to reflect the selected value unless an on change microflow is executed that refreshes the page.

Known Issues

See here for all outstanding issues or to raise a new issue, enhancement etc.