RTL Support

5 Jul 20181 minute to read

Right-To-Left starts from the right of the page and continues to the left. By default, this option is set to ‘false’ in the ProgressBar control. The enableRTL property allows the ProgressBar control to display it in the right to left direction.

The following steps explains how to enable the RTL property of the ProgressBar control.

In the HTML page, add a <div> element to render the ProgressBar widget.

  • HTML
  • <div class="control">
      <div id="progressbar" ej-progressbar e-enablertl="true" e-value="80" e-text="80" e-height="20" e-width="500">
      </div>
    </div>

    The following screenshot displays the output.