Customize text
29 Nov 20161 minute to read
The data-ej-enablecustomtext attribute is used to specify the custom text for ProgressBar. The customized text is specified by using the data-ej-text attribute. You can refer to the following code examples.
<div id="progressbar_sample" data-role="ejmprogress" data-ej-value=42 data-ej-enablecustomtext=true data-ej-text="In-progress"></div>
Output of enable Customize text: