Tabs Inside Page

From Objectif Client Inc
Revision as of 21:13, 13 November 2014 by Nicolas Rollin (talk | contribs) (→‎Usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Module

Download module at [Tabber]

Setup

Copy file into extensions folder Add the following code at the end of LocalSettings.php

require_once( "$IP/extensions/Tabber/Tabber.php" ); 

Usage

Tabs are created as follows: <tabName>=<tabBody> Tabs are separated by: "|-|"

<tabber>
 tab1=Some neat text here
|-|
 tab2=
 [http://www.google.com Google]<br>
 [http://www.cnn.com Cnn]<br>
|-|
 tab3={{Template:SomeTemplate}}
</tabber>

Sample

Some neat text here