webix_tab_filler

Hello,
Probably a strange question… but is it possible to place text or an icon to the far right of the webix_tab_filler space if tabs are constrained in size? I have tabs above a multiview all with a fixed size, so to the left of the control.
Basically I wish to place the text or an icon where the .webix_tab_more_icon would normally go - but I want it visible constantly. Can this be done?
Thanks for all pointers
-SrvrSide

I think you need to inject html in onAfterRender event.
check this
https://snippet.webix.com/0ngjxn0h

Thanks a million intregal – that is exactly what i was after.
-SrvrSide