hidden_if

NAML documentation   Watch a video
   Usages of this macro
... in utilities.naml
1026
1027
1028
1029
1030
<macro name="hidden_if" dot_parameter="condition">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.condition>
        <then>display:none;</then>
    </n.if.condition>
</macro>