Posted 07 Jul 2013 Link to this post
Posted 09 Jul 2013 Link to this post
In order to achieve this you could add additional elements in the TabStrip HTML and use custom CSS to style them in the desired way. More detailed information about customizing the appearance is available in the corresponding documentation.
Posted 06 Dec 2015 in reply to Iliana Nikolova Link to this post
Is it possible to add more than one image to tabstrip?
I tried calling imageUrl twice, but it didn't work.
Posted 08 Dec 2015 Link to this post
Hello Stefan,
you may add arbitrary content in the tab (including images) by using the encoded: false item configuration option.
Posted 15 Dec 2015 in reply to Petyo Link to this post
Hi Petyo,
Can you please post an example implementing this? Adding multiple images with different classes in tabstrip.
Posted 17 Dec 2015 Link to this post
the implementation is just a matter of adding any kind of HTML markup to the text configuration option of the item.
Posted 17 Dec 2015 in reply to Petyo Link to this post
Got it. Thank you.