add_horizontal_tab

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
no macro found to override
  in (custom_tweak:save_post_by_email:1) - <override_macro name="save_post_by_email" requires="post_by_email" unindent="true">
   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>