MACROMEDIA CONTRIBUTE 3-DEPLOYING CONTRIBUTE Betriebsanweisung Seite 58

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 142
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 57
58
Serena® Collage® 5.1.3
Chapter 3 Design-Time Component Reference
Conditional Parameters
The Conditional component body uses
<PARAM>
tags which identify which page the
browser should be directed to if certain conditions are met. Each parameter tag must use
the following format:
<PARAM name="
parameter
" value="
page.html
">
For example, the Conditional component below will cause a browser to redirect to
different pages, depending on which operating system the browser is running on:
<nexus:component dwcomptype="Conditional" classid="nexus/components/
Conditional" code="$nexusComponents" condition="OS">
<PARAM name="windows" value="windows.html">
<PARAM name="mac" value="mac.html">
<PARAM name="unix" value="unix.html">
<PARAM name="default" value="default.html">
</nexus:component>
If the browser is running on Windows, the component will redirect the browser to the
windows.html page. If the browser is running on an Apple Macintosh, then it will cause
the browser to redirect to the mac.html page. The
value
properties specify the full paths
from the page that contains the component to the destination pages.
The Conditional component understands the following conditions and parameters. The
value of each parameter can be any URL or asset.
Condition Parameters
browser
ie
- any version of Internet Explorer.
ns
- any version of Netscape Navigator
default
- used if neither of the above can be determined
language
en
- English
de
- German
ja
- Japanese
any ISO 639 language code
default
- used if none of the above can be determined
OS
Windows
- any version of Microsoft Windows. Also accepted:
"winNT" for Windows NT/95/98/ME/2000, and "win31" for old
Windows 3.1
Mac
- any version of the Apple Macintosh OS
UNIX
- any version of Unix that supports X11
Default
- used if none of the above can be determined
Seitenansicht 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 141 142

Kommentare zu diesen Handbüchern

Keine Kommentare