Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149716 | Dec 6,2019 11:18 AM UTC | Dec 10,2019 05:26 PM UTC | Blazor | 3 |
![]() |
Tags: Button |
<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> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.