MACROMEDIA CONTRIBUTE 3-DEPLOYING CONTRIBUTE Betriebsanweisung Seite 93

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 142
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 92
Navigation Bar
Components User's Guide
93
Navigation Bar Examples
The following examples diagram the syntax for Navigation Bar components, one based on
site structure, the other based on deploy folders.
orderonmetadata
Names of metadata fields
which can be used to
order the navigation
buttons
Defines metadata fields which the
orderbycode
property
can use to order the navigation buttons, for deploy folder
based navigation bars.
For example, to enable the
orderbycode
property to the
buttons based on metadata fields called Product and
Reviewer, define
orderonmetadata
as:
orderonmetadata="Product, Reviewer"
The
orderbycode
property can then order the buttons
using the specified metadata fields by including a 2 digit
code that corresponds to each of the metadata fields. This
code identifies the index, or number, of the field in the
orderonmetadata
property, and identifies ascending (
A
)
or descending (
D
) sort order. For example, if the following
orderbycode
property is combined with the
orderonmetadata
example above:
orderbycode="1A"
The navigation buttons will be sorted based on the values
of the
Product
metadata field (
1
), in ascending order (
A
).
In the following example,
orderbycode
will order the
buttons first by the
Reviewer
metadata field (in ascending
order), then by the
Product
metadata field (in descending
order), and finally by asset name (in descending order):
orderonmetadata="Product, Reviewer"
orderbycode="2A1Dn"
select
Metadata fieldname
IMPORTANT!
You can only use this property with
navigation bars that are based on deploy folder
structure. The
navigation
property must be set to
pubfolders
to use this property.
Limits the generation of navigation links to assets for
which a specific Yes/No (boolean) metadata field is
defined. For example, if
select="navbar"
, then the
Navigation Bar will only generate links to those assets for
which a
navbar
metadata field is defined and set to
Yes
.
sitestructure
Path to the site structure
file to use.
Specific a particular site structure definition to use. This
property must point to the actual site structure file, such
as:
sitestructure=/Website/Main.site
Property Value Description
Seitenansicht 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 141 142

Kommentare zu diesen Handbüchern

Keine Kommentare