ejTab cssClass Erorr
3 Replies
myClass will not be appended to div element of created tab and it will be appended to li element of tab as span class. This class can be used to set image or icon for tab header.
We have prepared a sample for your reference please refer the below given link:
|
<code>
<style type="text/css" class="cssStyles">
.myClass
{
width:20px;
display:inline-block;
height:15px;
background-image:url("http://js.syncfusion.com/demos/web/content/images/tab/flags.png");
margin-right: -9px;
margin-left: 9px;
}
</style>
</code> |
Please let us know if any concern
Regards,
Keerthana.
Hi,
Thank you for your interest and your solution. We need to add div element id="newitem"
Regard,
Irfan
SIGN IN To post a reply.