cclaerhout
Well-known member
About the helper <xen:listitem...>
Could you please add an control option to setup the target attribute (target="_blank") ?
We can trick the list the following way, but that's not a clean way to proceed:
About the Javascript filter_list.js
Could you please add an option to activate or not html text (l.387)
It would avoid to break the html customized layout
Thank you
Could you please add an control option to setup the target attribute (target="_blank") ?
We can trick the list the following way, but that's not a clean way to proceed:
Code:
linkclass='test\" target="_blank'
About the Javascript filter_list.js
Could you please add an option to activate or not html text (l.387)
Code:
this.text = this.$textContainer.text(); // only text
Code:
this.text = this.$textContainer.html(); // text with html
Thank you
Upvote
1