XML FOR DOMINO


column element
Example

Represents a view column.

Containment Hierarchy

Contained by: <folder>, <view>

Contains: <font>, <columnheader>, <datetimeformat>, <numberformat>, <code>

Syntax

<!ELEMENT column ( font?, columnheader?, datetimeformat?, numberformat?, code* )>

Content

font?, columnheader?, datetimeformat?, numberformat?, code*


Attributes

<!ATTLIST column
align(%simple.aligns;)#IMPLIED
showasicons%boolean;"false"
resizable%boolean;"true"
responsesonly%boolean;"false"
hidden%boolean;"false"
twisties%boolean;"false"
sort(%sort.orders;)#IMPLIED
sortnocase%boolean;#IMPLIED
sortnoaccent%boolean;#IMPLIED
separatemultiplevalues%boolean;"false"
categorized%boolean;"false"
resort(%resort.options;)#IMPLIED
resorttoview%string;#IMPLIED
resort2(%sort.orders;)#IMPLIED
resort2column%integer;#IMPLIED
totals(%totals.options;)#IMPLIED
hidedetailrows%boolean;#IMPLIED
showaslinks%boolean;#IMPLIED
itemnameCDATA#IMPLIED
width%number;#IMPLIED
listseparator(%list.separators;)#IMPLIED
flatinr5%boolean;#IMPLIED
%reading.order.attrs;
>

align


categorized
flatinr5
hidden
hidedetailrows
itemname
listseparator
resizable
resort
resort2
resort2column
resorttoview
responsesonly
showasicons
sort
sortnoaccent
sortnocase
separatemultiplevalues
showaslinks
totals
twisties
width
Defined entities for <column> element

The %sort.orders; entity lists the sorting orders for a view column.

Syntax:

<!ENTITY % sort.orders " ascending | descending | none ">

The %resort.options; entity lists the options to set up user-sorted view column.

Syntax:

<!ENTITY % resort.options " %sort.orders; | both | toview ">

both


toview
The %totals.options; entity lists the types of totals you can display in the total row of a column.

Syntax:

<!ENTITY % totals.options "none | total | averageperchild | percentoverall | percentparent | averageperentry ">

averageperchild


averageperentry
none
percentoverall
percentparent
total
Example
See Also