Linking inside input does not work

Hi,

I have the following code inside one of my contenttype and the link part inside the help (<a href...) is not clickable:

<input config="custom" height="300" mode="xhtml" name="sammendrag" type="htmlarea">
          <block-format-elements>h3</block-format-elements>
          <buttons>history,|,textformat,|,blockformat,|,list,|,subsup,|,hyperlink,|,edit</buttons>
          <display>tekst</display>
          <xpath>contentdata/sammendrag</xpath>
          <help> this is help
                     <a href="http://wiki...." target="_blank">tekst</a>
          </help>
        </input>

Could you help med With that?

Best Regards
Keyvan

Hi Key1,

We don’t support html in the <help> setting. Feel free to add it as a feature suggestion here though =)
https://discuss-3.enonic.com/c/features

I forgot to mention that I am using ver. 4.7.9.
It is possible to do it in another way…any workaround?

Thansk

I think it may have been unofficially supported in earlier versions (in the sense that XML tags inside of help tags were unescaped), but I’m not sure when this stopped working. Hopefully one of the Enonic developers has more info. If you don’t get an answer here, you may create a Support Issue.

I may be wrong, but I can not remember this ever working. We do a sanitization operation on the Help text, in order to make sure the resulting HTML is valid, so ALL tags in the help field are removed.

Sorry about that. If this is really helpful to you, please submit a feature request, and we may allow certain tags that might be helpful to have.

I have had this need on occation as well. Like in @key1’s example above, linking to a Wiki-page would very often be useful.