BEA WebLogic User Manual page 185

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

Advertisement

mm-logo, mm:logo
Description
Used to specify a logo image for WML devices. Logos typically appear for a user-specified
interval before disappearing and being replaced by the main content.
Attributes
id="..."
Assigns a unique ID to an instance of the mm-logo element.
displaymode="once | always"
Allowed values are "once" or "always" indicating whether a logo should be displayed once
per session or for every request.
period="..."
The value of this attribute is an integer, where the integer represents the number of seconds
that the logo will be displayed.
Example 1
<!-- The following code snippet causes a company logo to appear for 2 seconds
before being replaced by the main content when the page is delivered to a WML
device. For each user session, this logo will appear only the first time the
user visits the page. -->
<mm-logo id="logo" displaymode="once" period="2">
<img src="/companylogo.gif" alt="ABC Company Ltd." />
</mm-logo>
Example 2
<!-- Images can be placed inside a media-group using the <mm-img> tag, so that
the best image is delivered to the requesting device.-->
<mm-logo id="logo" displaymode="once" period="2">
<mm-media-group alt="Logo Image">
<mm-img where="ImgGIFSupported" src="/companylogo.gif" alt="ABC Company
Ltd." />
<mm-img where="ImgWBMPSupported" src="/companylogo.wbmp" alt="ABC Company
Ltd." />
</mm-media-group>
</mm-logo>
See Also
mm-img
BEA WebLogic Mobility Server User Guide - 181
Part VIII Appendixes

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?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Weblogic mobility server

Table of Contents