Tabmenu
Copyright © by Sebastian Baumann <sb@typo3erweiterungen.de>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. EXT: sb_tab
- 1.1. Introduction
- 1.2. Users manual
- 1.3. Configuration
- 1.4. Reference
- RealUrl configuration
- Read online
- // sb_tab
- 'tab' => array(
- array(
- 'GETvar' => 'tx_sbtab_pi1[tab]',
- 'lookUpTable' => array(
- 'table' => 'tx_sbtab_tabs',
- 'id_field' => 'uid',
- 'alias_field' => 'title',
- 'addWhereClause' => ' AND NOT deleted',
- 'useUniqueCache' => 1,
- 'useUniqueCache_conf' => array(
- 'strtolower' => 1,
- 'spaceCharacter' => '_',
- ),
- ),
- ),
- ),
- 1.5. You like the extension?
- 1.6. Known problems
- 1.7. Changelog
This document is related to version 1.1.0 of the extension sb_tab.