Hi Tim, if you copy those icons into the ui\icons folder, then you can update ViewTabs.htm to the attached version and that should have images on the buttons.
That's done by making the <moi:TabButton> elements have <img> tags in them instead of <moi:Text> elements.
However, you will lose the label switch between reversed views, like when the tab switches its text from "Top" to "Bottom". Currently the label switching works through some code in the binary back end updating a text label value on the text element that it is expecting to see in there. At the moment there isn't any way to make it switch between 2 images instead.
I have updated this for the next v4 beta though so it will also call a script function on the UI so that something other than just a text label can be updated when views switch between reversed or regular. This is set up in this attached ViewTabs.htm file so that reverse view label switching should work with the next v4 beta release.
- Michael
|