Cals model in Author mode: Display tables as tags

Oxygen general issues.
boiboi
Posts: 4
Joined: Thu Jul 18, 2019 1:41 pm

Cals model in Author mode: Display tables as tags

Post by boiboi »

Hello,

in author mode row-Elements are rendered, so that tables are presented as such. Is there a way to easily turn off (9 and back on) this rendering so that the content of table-Elements is completely displayed as tags? Thanks.
Radu
Posts: 9045
Joined: Fri Jul 09, 2004 5:18 pm

Re: Cals model in Author mode: Display tables as tags

Post by Radu »

Hi,

The Author visual editing mode is CSS-based so you need to define an alternate CSS style which forces the "tgroup" element to have block display:
{code}
tgroup {
display: block !important;
}
{code}

https://www.oxygenxml.com/doc/versions/ ... odes2.html

If you are using DITA XML this should usually be done like this:

https://blog.oxygenxml.com/2016/10/cust ... iting.html

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply