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
Description
type
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 type stdtable and simpletable.
ignore
boolean
Χ
False
When set to true, enables a module to be used within a container module.

Children

  • <column> (only if parent is a stdtable).
  • <subheader>
  • <header> (only if parent is a simpletable).
  • <row> (only if parent is a simpletable).
  • <submodule> (only if parent is a container).

    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.