DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: T3 jQuery

Created:2010-02-18T17:33:18
Changed by:Mattias Nilsson
Changed:2012-02-16T09:01:41.160000000
Classification:t3jquery
Keywords:jQuery UI, jQuery TOOLS
Author:Juergen Furrer
Email:juergen.furrer@gmail.com
Info 4:
Language:en

img-1 img-2 EXT: Twitter bootstrap- mn_twitter_bootstrap

EXT: Twitter bootstrap

Extension Key: mn_twitter_boostrap

Language: en

Keywords: Twitter bootstrap, Template

Copyright 2000-2012, Mattias Nilsson, <tollepjaer@gmail.com>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Twitter bootstrap 1

`Introduction 3 <#__RefHeading__876_1096280026>`_

What does it do? 3

`Users manual 4 <#__RefHeading__882_1096280026>`_

`Administration 5 <#__RefHeading__6795_604902941>`_

`To-Do list 6 <#__RefHeading__900_1096280026>`_

`ChangeLog 7 <#__RefHeading__902_1096280026>`_

Introduction

What does it do?

This extension includes Twitter boostrap library for creating templates. More how to create such a template is found here: http://twitter.github.com/bootstrap/

A template based on Introduction Packages is now added to res/template and is named typo3-intro-template.html just as the introduction package template file. On how to install this template check Administration section. NOTE: This template is just based on Introduction package to show the concept of Twitter bootstrap.

Users manual

To use the extension you need to follow these steps:

Install the extension

Change the configuration of the module in Ext Manager (see Administration)

Administration

You are able to change the following options in configuration:

alwaysIntegrate

Property

alwaysIntegrate

Data type

boolean

Description

Choose if you like to intgrate the library on every page

Default

0

integrateToFooter

Property

integrateToFooter

Data type

boolean

Description

If set, all scripts will be integrated to the footer section

Default

0

If you want to try out the template (supplied in this extension) based on Introduction Package then first of all replace the old typo3-intro- template.html found in “yourinstallationdirectoryfortypo3/fileadmin/default”. Then go to “TypoScript Templates” folder and the “menu_configuration”. The next steps are to:

  • Go to “menu_defaults” and replace line 6 that looks like this “wrap = <ul>|</ul>” with this “wrap = <ul class="nav">|</ul>”
  • Next go to “menu.secondlevel” and on line 11 add “wrap = <ul class="nav nav-list">|</ul>”.

Now you are ready to start using and try out Twitter bootstrap.

ChangeLog

1.0.0

Version

1.0.0

Changes

First TER release

img-2 7