Having trouble getting help?
Contact Support
Contact Support
Enable RTL in Button Group Control
19 Dec 20221 minute to read
ButtonGroup supports RTL functionality. This can be achieved by adding e-rtl
class to the target element.
<div class='e-btn-group e-rtl'>
<ejs-button id="html" content="HTML"></ejs-button>
<ejs-button id="css" content="CSS"></ejs-button>
<ejs-button id="javascript" content="Javascript"></ejs-button>
</div>
NOTE