BEA WebLogic User Manual page 184

Mobility server
Hide thumbs Also See for WebLogic:
Table of Contents

Advertisement

Part VIII Appendixes
mm-li, mm:li
Description
This tag defines a list item in a navigation list. It must be contained by <mm:nl> tags. It allows
authors to create and style navigation lists that can specifically target mobile devices.
Attributes
navstyle="..."
This attribute is used for styling navigational menus. It is used here primarily with the
nav-image property to reference an image to be used as part of the navigation, as can be seen
in the following example. Additional styling for list items can be achieved using external
style sheets.
href="url"
Contains the URL of the link created
Example
<!-- This example creates a styled navigation list with 4 elements.-->
<div style="border: 1px solid">
<mm:nl navstyle="nav-format: list; nav-list-item-display: block">
<mm:li navstyle="nav-image: url(dog.gif)" href="dogs.htm>Dogs</mm:li>
<mm:li navstyle="nav-image: url(fish.gif)" href="fish.htm">Fish</mm:li>
<mm:li navstyle="nav-image: url(cat.gif)" href="cat.htm">Cats</mm:li>
<mm:li navstyle="nav-image: url(fish.gif)" href="fish.htm">Fish</mm:li>
</mm:nl>
</div>
See Also
mm:nl
180 - BEA WebLogic Mobility Server User Guide

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WebLogic and is the answer not in the manual?

This manual is also suitable for:

Weblogic mobility server

Table of Contents