add_horizontal_tab

NAML documentation   Watch a video
   Usages of this macro
... in ui_components.naml
114
115
116
117
118
119
120
121
122
123
124
125
<macro name="add_horizontal_tab" parameters="url,text,selected,details">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.is_horizontal_tab
Macro
>
        <then>
            NabbleTabs.addTab('<n.url/>', '<n.javascript_string_encode
Binary
Namespace: NabbleNamespace
Parameters: text
.text/>', <n.selected/>);
        </then>
        <else>
            <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.selected>
                <then.details/>
            </n.if.selected>
        </else>
    </n.if.is_horizontal_tab>
</macro>