maxValue

maxValue specifies the maximum 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:

100

Associated widgets:

ProgressBar

Slider

Spinner

Influence and behavior:

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

With ProgressBar, maxValue is used to display that the progress bar is complete and the process has reached its finish (e.g. all steps were fulfilled or every field of the form is filled). Here maxValue is usually set to 100.

With other associated widgets, maxValue 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.