Hello,
I don't know how to make an icon in TabStrip like as in the following picture
http://i.imgur.com/9iSr4.png , like a new prompt.
sorry for my bad English.
I don't know how to make an icon in TabStrip like as in the following picture
http://i.imgur.com/9iSr4.png , like a new prompt.
sorry for my bad English.
4 Answers, 1 is accepted
0
Accepted
Hi Vence,
An icon badge is not officially supported, but you can use the available styling by just adding a span with class .km-badge inside the button. Something like this:
Regards,
Kamen Bundev
the Telerik team
An icon badge is not officially supported, but you can use the available styling by just adding a span with class .km-badge inside the button. Something like this:
Regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Vence
Top achievements
Rank 1
answered on 23 Oct 2012, 03:41 PM
I solve it :)
Thank you very much.
Thank you very much.
0

erich
Top achievements
Rank 1
answered on 02 Feb 2013, 05:02 PM
Hi, I've tried this and it 'works'. But the badge seems to get 'cutoff' by both the top of the tab strip and the right margin of the button.
0
Hello Erich,
There's probably overflow: hidden on the said elements, you can try to override it with overflow: visible.
Regards,
Kamen Bundev
the Telerik team
There's probably overflow: hidden on the said elements, you can try to override it with overflow: visible.
Regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!