.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt =================== EXT: Rotate Content =================== :Created: 2010-02-18T17:33:18 :Changed by: Markus Kappe :Changed: 2012-06-06T17:09:04.530000000 :Classification: dix_rotatecontent :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: jQuery, content slide, codaslider, forEditors, forAdmins, forDevelopers, forIntermediates :Author: Markus Kappe :Email: markus.kappe@dix.at :Info 4: :Language: en |img-1| |img-2| EXT: Rotate Content - dix\_rotatecontent .. _EXT-Rotate-Content: EXT: Rotate Content =================== Extension Key: dix\_rotatecontent Language: en Keywords: jQuery, content slide, codaslider, forEditors, forAdmins, forDevelopers, forIntermediates Copyright 2000-2010, Markus Kappe, 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 ----------------- `EXT: Rotate Content 1 <#__RefHeading__1281_769116936>`_ **`Introduction 3 <#__RefHeading__1283_769116936>`_** `What does it do? 3 <#__RefHeading__1285_769116936>`_ `Screenshots 3 <#__RefHeading__1287_769116936>`_ **`Users manual 5 <#__RefHeading__1291_769116936>`_** **`Administration 6 <#__RefHeading__1297_769116936>`_** `Installation 6 <#__RefHeading__1299_769116936>`_ **`Configuration 7 <#__RefHeading__1301_769116936>`_** `Reference 7 <#__RefHeading__1303_769116936>`_ `css 8 <#__RefHeading__1305_769116936>`_ **`FAQ / Known problems 9 <#__RefHeading__1307_769116936>`_** **`To-Do list 10 <#__RefHeading__1309_769116936>`_** **`ChangeLog 11 <#__RefHeading__1311_769116936>`_** .. _Introduction: Introduction ------------ .. _What-does-it-do: What does it do? ^^^^^^^^^^^^^^^^ With this extension you can display alternating content elements. After a configurable number of seconds the display changes using a smooth scrolling effect. It uses jQuery and coda-slider to do that. .. _Screenshots: Screenshots ^^^^^^^^^^^ |img-3| Backend view |img-4| Frontend view (second panel of three) .. _Users-manual: Users manual ------------ To use this extension you just have to insert a content element from type “plugin” and select “Rotate Content” plugin. Then you create as many contents within as you like. Each content becomes a single panel (that means each content is displayed at a time). You can even choose “Insert Records” to join many other contents in one panel. On how to administrate and install the extension see next chapter .. _Administration: Administration -------------- .. _Installation: Installation ^^^^^^^^^^^^ - Install Extension using the extension manager and update the database. - Create a page (folder) where the contents will get stored. Write down the page id. - Configure the extension using the extension manager. Choose which resources should be included, set the default interval, and MOST IMPORTANT set the page id (PID) you have written down in the previous step. - Open your TypoScript and set the width of the displayed content (default is 400 pixels) :: tx_dixrotatecontent.width = 400 .. _Configuration: Configuration ------------- .. _Reference: Reference ^^^^^^^^^ TypoScript constants: tx\_dixrotatecontent\_pi1 .. ### BEGIN~OF~TABLE ### .. _width: width """"" .. container:: table-row Property width Data type int Description The width in pixels Default 400 .. ###### END~OF~TABLE ###### [tsref: tx\_dixrotatecontent\_pi1] TypoScript setup: plugin.tx\_dixrotatecontent\_pi1 .. ### BEGIN~OF~TABLE ### .. _template: template """""""" .. container:: table-row Property template Data type string Description The template that is used to render the HTML Default EXT:dix\_rotatecontent/res/template.html .. _include-jQuery: include.jQuery """""""""""""" .. container:: table-row Property include.jQuery Data type string Description This resource is included as