<parammenuitem>

Description

For any object (JavaScript) to specify parameter hinting for the parameters that the method or function takes.

Attributes

label, value, icon, {datatype}, object, source

  • The label attribute specifies the name Dreamweaver must display. This argument is required.

  • The value attribute specifies the value Dreamweaver must drop when the item is selected in the code hints menu. This argument is required.

  • The icon attribute specifies the icon Dreamwaever must use in the code hints menu. This argument is required.

  • The datatype attribute enables you to specify string, which indicates that closing quotation marks must be added when the user selects a value from the code hints menu. This argument is optional.

  • The object attribute refers to the type to which the command belongs. For example, Built-In Data Type: String or user-defined data type custom JavaScript file.

  • The source attribute refers to the location in which it is defined or originates from. For example, DOM/Javascript/custom file.js.

Contents

None.

Container

The parammenu tag.