Hello there
Before to create a feature request, I want to be sure no solution exists.
My goal is in a WebSideMenu to have items as link because it's so useful to make a CTRL-CLICK to open another page of an application in different tab to keep actuel view!
I tried several things but it's not satisfactory:
- with type "itHTML" and HTML="
<a href=mylink>my text</a>
"
==> several issues: I loose glyph and style, if click inside the item but not in the link, item is activated but link is not clicked - with type "itText" and Text ="
<a href=mylink>my text</a>
"
==> almost identical, Glyph is there but the others problems still there
It's a pity that type "itLink" doesn't exist. with these functionnalites:
- link reactive when we click in all of the rect of item (not only the text)
- item index activated visually
- and obviously, as it's a link, CTRL-CLICK open a new tab with the link as standard link
I want to keep WebSideMenu because it's a great and simple component.
Thank you