.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt ======================== EXT: image-text editview ======================== :Author: Kasper Skårhøj :Created: 2002-11-01T00:32:00 :Changed by: Philipp Müller :Changed: 2010-07-30T12:30:38 :Classification: xrimgtext :Keywords: integrate a nice editview for image texts (caption, altText, titleText) :Author: Philipp Müller :Email: philipp.mueller@xeiro.ch :Info 4: :Language: en |img-1| |img-2| EXT: image-text editview - xrimgtext .. _EXT-image-text-editview: EXT: image-text editview ======================== Extension Key: xrimgtext Language: en Keywords: integrate a nice editview for image texts (caption, altText, titleText) Copyright 2009-2009, Philipp Müller, 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: image-text editview 1 <#__RefHeading__502_120134858>`_ **`Introduction 3 <#__RefHeading__504_120134858>`_** `What does it do? 3 <#__RefHeading__506_120134858>`_ `Screenshots 3 <#__RefHeading__759_1958237621>`_ `Requirements 3 <#__RefHeading__857_120134858>`_ **`Installation 4 <#__RefHeading__449_1958237621>`_** `Install in Extension Manager 4 <#__RefHeading__189_553930635>`_ `Use in other fields or in extensions 4 <#__RefHeading__560_1040743252>`_ **`Known problems 5 <#__RefHeading__508_120134858>`_** **`ChangeLog 6 <#__RefHeading__512_120134858>`_** **`Links 7 <#__RefHeading__514_120134858>`_** .. _Introduction: Introduction ------------ .. _What-does-it-do: What does it do? ^^^^^^^^^^^^^^^^ This extension add's a nice edit-view to the image-caption, -alttext and -title. .. _Screenshots: Screenshots ^^^^^^^^^^^ |img-3| *EditView in field "imagecaption"* .. _Requirements: Requirements ^^^^^^^^^^^^ **Tested in:** - TYPO3 4.3.3 - TYPO3 4.4.0 / 4.4.1 .. _Installation: Installation ------------ .. _Install-in-Extension-Manager: Install in Extension Manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Simple install the extension “xrimgtext” with the extension-manager and clear the configuration cache. .. _Use-in-other-fields-or-in-extensions: Use in other fields or in extensions ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You can use this function for all file-caption-combinations. .. _Example-Use-in-tt-news: Example: Use in tt\_news """""""""""""""""""""""" Add this code to extTables.php in your typo3conf-directory: :code:`/\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* Add “xrimgtext” to tt\_news imagecaption\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\ *\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*/// Change the form-type to “user”$TCA['tt\_news']['columns']['imagecaption']['config ']['form\_type'] = 'user';// Add the userFunction of xrimgtext$TCA['tt \_news']['columns']['imagecaption']['config']['userFunc'] = 'tx\_xrimgtext\_tca->imagetext';// Enable “show thumbnails”$TCA['tt\_n ews']['columns']['imagecaption']['config']['show\_thumbs'] = 1;// Define the field where are the files saved$TCA['tt\_news']['columns'][ 'imagecaption']['config']['files\_field'] = 'image';` .. _Known-problems: Known problems -------------- Only active on saved content elements. .. _ChangeLog: ChangeLog --------- See “ChangeLog” in extension directory. .. _Links: Links ----- xeiro ag: `http://www.xeiro.ch/ `_ 7 .. ######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 .. :id: Grafik1 .. :name: Grafik1 .. :width: 100%