Hey I was wondering how it is possible to achieve a format of
<text><image>
instead of
<image><text>
in a panelbar. I want it to look akin to:
http://demos.kendoui.com/web/treeview/templates.html
I was looking through the panelbar source file and found:
Is there a simple way that I can switch the two when I configure a panel bar? I've heard others extend widgets, but that looks to be overkill for this small modification.