view_selectors

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 "view_selectors".
... in topic.naml
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
<macro name="view_selectors">
    <table>
        <tr>
            <n.topic_view_option name="[t]Classic[/t]" value="classic" image="view-classic.gif">
                <url><n.page_node.topic_path view="[n.classic_view/]"/></url>
            </n.topic_view_option>
 
            <n.topic_view_option name="[t]List[/t]" value="list" image="view-list.gif">
                <url><n.page_node.topic_path view="[n.list_view/]"/></url>
            </n.topic_view_option>
 
            <n.topic_view_option name="[t]Threaded[/t]" value="threaded" image="view-threaded.gif">
                <url><n.page_node.topic_path view="[n.threaded_view/]"/></url>
            </n.topic_view_option>
        </tr>
    </table>
</macro>