Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
7287 Näkymät

While creating a  pattern library for a project I encountered the problem of displaying xml code in the frontend in <code> or <pre> didn't work. The code is placed in a new view, a new page.

What I wanted to do is to have this shown in the frontend exactly so: 

<a class='btn btn-primary' href='#'>Confirm</a>

I don't want to show the actual button. So my code looks like this:

<pre>
&lt;a class='btn btn-primary' href='#'&gt;Confirm &lt;/a&gt;
</pre>

In this case, Odoo still renders the code inside the <pre> tags and displays the button.

I tried also replacing the pre for code element, a combination of pre and code, using CDATA. In every case, the button will be rendered instead of the xml markup.

<![CDATA[&amp;lt;a class='btn btn-primary' href='#'&amp;gt;Confirm &amp;lt;/a&amp;gt;]]>


The only (current) way I found so far is to put spaces in the tags, it's the only thing that keeps the code from being rendered:

<pre>
&lt;a class='btn btn-primary' href='#'&gt; Confirm &lt;/a&gt;
</pre>

 

Thanks in advance for any help!

Avatar
Hylkää

I can't understand your question. Perhaps a screenshot would help me and others to help you. "This is what I want". "This is what it looks like". "This is what it looks like if I put spaces in the tags". I'm not clear on WHERE this is happening.

Tekijä

I updated the question. Hope it's more understandable now

Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
1
elok. 20
3837
0
elok. 20
2928
1
maalisk. 25
1363
0
marrask. 24
1542
0
kesäk. 24
1588