minValue

minValue specifies the minimum value in the range of values. Is applied to widgets which can be used for entering numeric values by movement (not typing or choosing) or show progress.

Form XML Code:

<progressbar minValue="0" ... maxValue="100">

Possible values:

any integer

Default value:

0

Associated widgets:

ProgressBar

Slider

Spinner

Influence and behavior:

minValue is applied to widgets which accept only values included into the specified range.

With ProgressBar, minValue is used to display that the progress bar is empty and the process has not started yet (e.g. no steps were fulfilled or no field of the form is filled). Here minValue is usually set to 0.

With other associated widgets, minValue is used to enter numeric values by moving the runner or clicking the up and down keys. In this case, the property's value is chosen depending on the developer's tasks and needs.

 

 

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.