Dreamweaver CS4 Resources
|
<optionparammenuitem>
DescriptionUsed
for any object (JavaScript) to specify parameter hinting for the
parameters that the method or function takes.
Attributeslabel, value, icon, {datatype}
The label attribute specifies the name to
display. This argument is required.
The value attribute specifies value to drop
when the item is selected in the code hints menu. This argument
is required.
The icon attribute specifies the icon to
be used in the code hints menu. This argument is required.
The datatype attribute allows you to specify string,
which indicates that closing quotation marks are to be added when
the user selects a value from the code hints menu. This argument
is optional.
ContainerThe <optionparammenu> tag.
|