Page 1 of 1

tag display in tables

Posted: Tue Sep 26, 2017 10:08 pm
by steve.cuzner
If you have internal markup in a table and you set tag display to full with attributes, tables become very difficult to work with. A helpful feature would be to have a second tag display selector that applies to table cell contents.

Re: tag display in tables

Posted: Wed Sep 27, 2017 8:12 am
by Radu
Hi Steve,

I do not quite understand, so some kind of a tags display selector which shows full tags with attribute anywhere but inside table cells?
We have a special CSS property which can force tags display to OFF for certain elements:

https://www.oxygenxml.com/doc/versions/ ... -tags.html

So if you already have some CSS customizations for the Author visual editing mode you can add selectors like:

Code: Select all

table *{
-oxy-display-tags:none;
}
to force display tags off for all elements descending from tables.

Regards,
Radu