highlight_if_empty

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 "highlight_if_empty".
... in register.naml
187
188
189
190
191
<macro name="highlight_if_empty" requires="field">
    <n.if.both condition1="[n.is_submitted_form/]" condition2="[n.is_empty.value/]">
        <then><span class="important"><t>required</t></span></then>
    </n.if.both>
</macro>