<parammenu>

Description

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

Attributes

pattern, name, index, type

  • The pattern attribute specifies the character(s) that trigger the code hints menu. This argument is required.

  • The name attribute specifies the name of the parameter. This argument is required.

  • The index attribute specifies the index number of the parameter being hinted (zero-based). This argument is required.

  • The type attribute specifies the data type. The following data types are supported:
    • enumerated (the default), which indicates a list of nested <optionparammenuitem> to display.

    • spryDataReferences, which indicates a list of Spry data set columns.

    • cssStyle, which indicates a list of CSS classes available to the page.

    • cssId, which indicates a list of CSS selector ID rules available to the page.

    • optionArray, which indicates a list of nested <optionparammenu> and <parammenuitem> to display (used to support options array parameter type).

Contents

None.

Container

The method or function tag.