This control will allow you to display an integer or a decimal as a % control.
- Add the control to the field that will contain the data split by your delimiter.
- The parameters of the control are explained below
-
Field (required) -> It is the field that will contain the data
-
is100MaximumValue (required) -> Set if 100 is the maximum value for your field number.
-
CSS Path (optional) -> This will allow to you to add your own styles to the component, if it is not set, it will show the ones that have been added by default. If you want to add your own styles, you need to pass to the parameter the path url of the css component as: /Webresources/vso/css/styles.css
If you want to edit the number, just edit it through the number that is displayed inside the control. It will always add a % just for display reasons. You can edit the common javascript functionality of ...setValue()
If you set the maximum value as FALSE
If you set the maximum value as TRUE
You can edit the styles if you follow the content as the current .css.