MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Dokumentacja Strona 180

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 692
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 179
Chapter 14180
Values
tagName is a valid tag name. It should be unique to prevent conflicts with known tag types. For
example, if you specify
<openTag>MM_DYNAMIC_CONTENT</openTag> the dynamic data is
translated to the tag <MM_DYNAMIC_CONTENT>.
EDML Tag: attributes
Description
Contains a list of attributes to add to the translated tag that is specified by openTag.
Alternatively, if openTag is not defined and the searchPattern specifies tag, this tag contains a
list of translated attributes to add to the tag that is found.
Parent
translation
Type
Block tag.
Required
No.
EDML Tag: attribute
Description
Specifies a single attribute (or translated attribute) to add to the translated tag.
Parent
attributes
Type
Block tag.
Required
Yes (at least one).
Values
attributeName="attributeValue" is an attribute set to a value. Typically, the attribute name
is fixed, and the value contains some parameter references that are extracted by the parameter
patterns, as shown in the following example:
<attribute>SOURCE="@@rs@@"</attribute>
<attribute>BINDING="@@col@@"</attribute>
or
<attribute>
mmTranslatedValueDynValue="VALUE={@@rs@@.@@col@@}"
</attribute>
Przeglądanie stron 179
1 2 ... 175 176 177 178 179 180 181 182 183 184 185 ... 691 692

Komentarze do niniejszej Instrukcji

Brak uwag