.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt ==================================== 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: ITM Datatables / jQuery UI Themes Integration ============================================= Extension Key: itm\_datatables Language: en, de Keywords: datatables, jQuery UI Copyright 2000-2010, Christopher Seidel, 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: Table of Contents ----------------- `ITM Datatables / jQuery UI Themes Integration 1 <#__RefHeading__596_1275745370>`_ **`Introduction 3 <#__RefHeading__598_1275745370>`_** `What does it do? 3 <#__RefHeading__600_1275745370>`_ `Screenshots 3 <#__RefHeading__602_1275745370>`_ **`Configuration 4 <#__RefHeading__612_1275745370>`_** **`Known problems 5 <#__RefHeading__620_1275745370>`_** **`To-Do list 6 <#__RefHeading__622_1275745370>`_** .. _Introduction: Introduction ------------ .. _What-does-it-do: What does it do? ^^^^^^^^^^^^^^^^ Provides Datatables ( `http://www.datatables.net `_ ) and jQuery UI Themes library to use in extensions .. _Screenshots: Screenshots ^^^^^^^^^^^ |img-3| .. _Configuration: 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: Known problems -------------- None so far .. _To-Do-list: To-Do list ---------- - More configuration options - Mail me if you have some suggestions |img-2| 6 .. ######CUTTER_MARK_IMAGES###### .. |img-1| image:: img-1.png .. :align: left .. |img-2| image:: img-2.png .. :border: 0 .. :height: 21 .. :hspace: 9 .. :id: Grafik2 .. :name: Grafik2 .. :width: 87 .. |img-3| image:: img-3.png .. :align: left .. :border: 0 .. :height: 423 .. :id: Grafik1 .. :name: Grafik1 .. :width: 339