Home > Contents >
Alpha TOC   |    Annotated TOC 

 

submodule

Adds a module to a container module.

Syntax

<column
       name="module name"
      [showtitle="caption"]
      />

Attributes

Name
Type
Required?
Default value
Description
name
string
No default value.
Names the module to include as a submodule.
showtitle
boolean
Χ
True
Specifies whether the caption of the submodule is displayed.

Children

This tag has no children.

Parents

  • <display>

    Example

    <module type="container" name="mycontainer">
    	<display type="html" ignore="false">
    		<submodule showtitle="false" name="mysubmodule1"/>
    		<submodule showtitle="false" name="mysubmodule2"/>
    	</display>
    </module>

    See Also

  • <module>
      Home > Contents >

    Oracle WebCenter Sites 11gR1 | Analytics Tag Reference
    Copyright 2012 by Oracle Corporation
    All rights reserved.