select

NAML documentation   Watch a video
   Usages of this macro
... in utilities.naml
315
316
317
318
319
<macro name="select" dot_parameter="options" parameters="onchange,style" requires="field">
    <select id="[n.name
Binary
Namespace: FieldNamespace
/]" name="[n.name
Binary
Namespace: FieldNamespace
/]" onchange="[n.onchange/]" style="[n.style/]">
        <n.options/>
    </select>
</macro>