nitc :: DocPage :: main_tab
For most pages this tab is suffisent. Subclasses can add more tabs.
# The page main tab # # For most pages this tab is suffisent. # Subclasses can add more tabs. var main_tab = new DocTab("main", "Main")
# For mentities the main tab is the doc tab redef var main_tab = new DocTab("doc", "Doc", true, "book")