Home > Contents >
Alpha TOC | Annotated TOC
display
Describes how to represent the data for the given output mode (HTML, PDF, CSV, etc).
Syntax
<display type="list type" [width="column width"] [ignore="true|false"] />Attributes
Name Type Required? Default value Descriptiontype
list (html|pdfng) ✓ No default value. Sets the output format.width
slash-separated list of column widths, in percentage units. Χ No default value. Defines the width of the columns as percentages. Valid only in modules of typestdtable
andsimpletable.
ignore
boolean ΧFalse
When set totrue
, enables a module to be used within a container module.Children
(only if parent is a <column>
stdtable
).<subheader>
(only if parent is a <header>
simpletable
).(only if parent is a <row>
simpletable
).(only if parent is a container). <submodule>
Parents
<module>
Example
<display type="html"> <column name="count" columntype="number" sortrscolumn="count"> <value type="number"> <valueparam name="format" parse="false" value="#####0"/> <valueparam name="value" value="#count#"/> </value> </column> </display>See Also
<column>
<value>
<valueparam>
Home > Contents > ![]()
Oracle WebCenter Sites 11gR1 | Analytics Tag Reference
Copyright 2012 by Oracle Corporation
All rights reserved.