n start_string??”The initial delimiter for a custom string-delimited tag; start_string and
end_string must both be defined if one is declared. Lasso tags, for example, use a
start_string of a left bracket, ([).
n end_string??”The closing delimiter for a custom string-delimited tag. The end_string for a
Lasso tag is the right bracket, (]).
n detect_in_attribute??”A Boolean value that determines whether Dreamweaver should
ignore string-delimited tags used as attributes in other tags. The default is false, but for most
string-delimited functions, the detect_in_attribute value should be set to true.
n parse_attributes??”A Boolean value that determines whether Dreamweaver should inspect
and parse the attributes within string-delimited tags. By default, Dreamweaver parses all attributes;
set parse_attribute to false to force Dreamweaver to ignore the attributes.
n icon??”Empty tags or non-empty custom tags with render_content disabled require a GIF
file to act as an icon in the Document window. The icon attribute should be set to any valid URL,
relative or absolute (as in icon=???images/invoice.gif???).
n icon_width??”Sets the width, in pixels, of the icon used to represent the tag. The value can be
any positive integer.
n icon_height??”Sets the height, in pixels, of the icon used to represent the tag.
Pages:
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753