JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Progress Bar › Changing the value label › Reply To: Changing the value label
February 12, 2019 at 12:29 pm
#99581
admin
Keymaster
Hello hansT,
Please make use of the callback function format-function to achieve your requirement:
<script type="text/javascript">
function progressValueFormatFunction(value) {
return 'Progress label';
}
</script>
<jqx-progress-bar value="50" show-progress-value format-function="progressValueFormatFunction"></jqx-progress-bar>
Best regards,
Dimitar
Smart HTML Elements Team
https://www.htmlelements.com