MACROMEDIA CONTRIBUTE 3-DEPLOYING CONTRIBUTE Betriebsanweisung Seite 109

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 142
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 108
Select
Components User's Guide
109
For additional information on these and other data field macros that you can use with the
Select component, see "Data Field Macro Reference" on page 23.
Body
The body of the Select component uses
<nexus:select>
tags to define the alternative
content snippets for the different values for the property of metadata field that is defined
in the opening tag.
For example, the body below inserts the correct author's name, based on the specific
value of the Author metadata field:
<nexus:select "Ken">Author: Ken</nexus:select>
<nexus:select "Sara">Author: Sara</nexus:select>
<nexus:select "Alice">Author: Alice</nexus:select>
<nexus:select "">Author: Unknown</nexus:select>
<nexus:select>Web Team</nexus:select>
The line:
<nexus:select "">Author: Unknown</nexus:select>
defines content to insert when no value is defined for the Author metadata field.
The line:
$
type
.Description
The description of:
The asset that contains the component
(
$node.Description
)
The deploy map that was used to publish the asset
(
$publishmap.Description
)
Or the deploy folder that contains the asset
(
$parent.Desription
)
$node.MimeType
The MIME-type of the asset that contains the component
$node.Size
The filesize of the asset that contains the component
$
type
.CreateDate
The creation date of:
The asset that contains the component
(
$node.CreateDate
)
The deploy map that was used to publish the asset
(
$publishmap.CreateDate
)
Or the deploy folder that contains the asset
(
$parent.CreateDate
)
$
type
.meta('
metadata
name
')
The value of the specified metadata field, which is assigned
to:
The asset that contains the component (
$node.meta
)
The deploy map that was used to publish the asset
(
$publishmap.meta
)
Or the deploy folder that contains the asset
(
$parent.meta
)
Value Description
Seitenansicht 108
1 2 ... 104 105 106 107 108 109 110 111 112 113 114 ... 141 142

Kommentare zu diesen Handbüchern

Keine Kommentare