In the Web edition, I'm testing a type of definition list in my schema.
The CSS is something like this:
definitionList {
display: table;
margin-left: 1ex;
margin-top: 1ex;
margin-bottom: 1ex;
}
definitionList > item {
display: table-row;
}
definitionList > item > term {
display: table-cell;
padding: 0.3ex;
width: 25%;
font-weight: bold;
}
definitionList > item > definition {
display: table-cell;
padding: 0.3ex;
width: 75%;
}
I noticed that in the web editor client, I can grab the border between term
and definition and drag it about, which seems to be trying to interactively
resize the columns, similar to the docbook tools for working with tables.
It doesn't really work, but it looks like it's resizing the columns.
Is it possible then to add some command and configuration to make it work
interactively. Probably need to add an attribute for the width also.
If it's possible, what do I need to do?
Carlos
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support