New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
<EjsButton IconCss="e-icons e-media-play">PLAY</EjsButton> @*predefined class defined in style.css file which contains icons*@
<EjsButton IconCss="e-icons e-play-icon">PLAY</EjsButton>
<EjsButton IconCss="e-icons e-plus-01">ADD</EjsButton>
<EjsButton IconCss="e-icons e-plus-icon">ADD</EjsButton>
<style>
.e-play-icon::before { /*custom class to define icon*/
content: '\e798';
}
.e-plus-icon::before {
content: "\e7ba";
}
</style> |