mm-body, mm:body
Description
Acts as a container for the content within an <mm-group> element.
Attributes
•
id="..."
Assigns a unique ID to an instance of this element.
•
idref="..."
A reference pointing to the unique ID of the parent element. An mm-group element can have
multiple mm-body elements. Each must be linked to another body element, the <mm-head>,
or the <mm-group> so that they form a chain, the order of which will be the order they are
displayed on a menu-driven device.
Comments
The <mm-group> element is used to organize your content into logical sections.
Example
<!— This example illustrates multiple (2) mm-body elements -->
<mm-group id="introduction" title="Introduction">
<mm-head id="hd_introduction">Introduction </mm-head>
<!-- Note the body is linked to the heading -->
<mm-body id="bd_1" idref="hd_introduction">
<p>This is paragraph 1</p>
</mm-body>
<!-- Note the next paragraph will only be included on full browser devices -
->
<p>This is paragraph 2</p>
<!–- Note the body is linked to the previous body -->
<mm-body id="bd_2" idref="bd_1">
<p>This is paragraph 3</p>
</mm-body>
</mm-group>
See also
mm-group, mm-head
BEA WebLogic Mobility Server User Guide - 165
Part VIII Appendixes
Need help?
Do you have a question about the WebLogic and is the answer not in the manual?