Lack of interest [Admin helper: listItem] add control option "target" & [filter_list.js] add html mode

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

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:
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
It would avoid to break the html customized layout

Thank you :)
 
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
Top Bottom