search_box

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "search_box".
... in utilities.naml
746
747
748
749
750
751
<macro name="search_box" requires="node">
    <n.search_form.>
        <input id="search-input" name="query" size="18" class="medium-border-color"/>
        <n.search_box_dropdown/>
    </n.search_form.>
</macro>