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: Readable name of your extension

Created:2010-02-18T17:33:18
Changed:2011-11-08T09:14:55.620000000
Classification:extensionkey
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) see more: http://wiki.typo3.org/doc_template#tags ----
Keywords:keywords comma-separated
Author:Author Name
Email:your@email.com
Info 4:
Language:en

img-1 img-2 ITM Datatables / jQuery UI Themes Integration- itm_datatables

ITM Datatables / jQuery UI Themes Integration

Extension Key: itm_datatables

Language: en, de

Keywords: datatables, jQuery UI

Copyright 2000-2010, Christopher Seidel, <c.seidel@itm-group.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

ITM Datatables / jQuery UI Themes Integration 1

`Introduction 3 <#__RefHeading__598_1275745370>`_

What does it do? 3

Screenshots 3

`Configuration 4 <#__RefHeading__612_1275745370>`_

`Known problems 5 <#__RefHeading__620_1275745370>`_

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

Introduction

What does it do?

Provides Datatables ( http://www.datatables.net ) and jQuery UI Themes library to use in extensions

Screenshots

img-3

Configuration

  • Just install the extension and select if datatables should be integrated and which jQuery UI Theme you would like to use
  • Select a language for datatables default is en
  • Include the code to integrate it to your extension

If(t3lib_extMgm::isLoaded('itm_datatables')) {

require_once(t3lib_extMgm::extPath('itm_datatables').'ItmDatatables .class.php');

ItmDataTables::addDataTables();

}

You can also overwrite the default settings with every function call

@param string $jQueryTheme Set which jQuery Theme should be integrated

@param boolean $dataTables Set if DatsTables should be integrated or not

@param boolean $tableTools Set if TableTools should be integrated or not

addDataTables($jQueryTheme = NULL, $dataTables = NULL, $tableTools = NULL)

Known problems

None so far

To-Do list

  • More configuration options
  • Mail me if you have some suggestions

img-2 6