hidden_if

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 "hidden_if".
... in utilities.naml
1026
1027
1028
1029
1030
<macro name="hidden_if" dot_parameter="condition">
    <n.if.condition>
        <then>display:none;</then>
    </n.if.condition>
</macro>