Clockpicker widget for Mendix
ClockPicker for Mendix
This widget is a wrapper for the Clockpicker plugin allowing a user to select a time using a clock face.
ContributingFor more information on contributing to this repository visit Contributing to a GitHub repository!
Typical usage scenarioWhere 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 LimitationsIf 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 IssuesSee here for all outstanding issues or to raise a new issue, enhancement etc.
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。