.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt ============ EXT: tinyRTE ============ :Author: Kasper Skårhøj :Created: 2002-11-01T00:32:00 :Changed by: Thomas Schulze :Changed: 2007-01-22T14:54:40 :Author: Thomas Schulze [outraxX] :Email: kontakt@outraxx.de :Info 3: :Info 4: .. _EXT-tinyRTE: EXT: tinyRTE ============ Extension Key: **tinyrte** Copyright 2000-2002, Thomas Schulze [outraxX], 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.com .. _Table-of-Contents: Table of Contents ----------------- **EXT: tinyRTE 1** **Introduction 1** What does it do? 1 Screenshots 1 **Users manual 2** FAQ 2 **Adminstration 2** FAQ 2 **Configuration 3** FAQ 3 **Known problems 3** **To-Do list 3** **Changelog 3** .. _Introduction: Introduction ------------ .. _What-does-it-do: What does it do? ^^^^^^^^^^^^^^^^ This extension provides a brand new Rich-Text-Editor for Typo3. .. _Screenshots: Screenshots ^^^^^^^^^^^ |img-1| .. _Users-manual: Users manual ------------ For handle this Extension by a user, there is nothing to say but use it like Microsoft Word or OpenOffice-Writer ;-) .. _FAQ: FAQ ^^^ No FAQ´s of users at this time, only administrators – therefore read later. .. _Adminstration: Adminstration ------------- There are some options you can give via TS-Config. Some of them are used by other RTE, some are only for tinyRTE. You define it with RTE.default. and one of the following option: **RTE.default.** .. ### BEGIN~OF~TABLE ### .. _disabled: disabled ^^^^^^^^ .. container:: table-row Option disabled Type boolean Description This disabled the RTE if set to true. .. _showButtons: showButtons ^^^^^^^^^^^ .. container:: table-row Option showButtons Type string Description A comma-seperated value of Buttons to show. This can easyer configured in the BE-User or BE-Group. But if needed of course in TS-Config .. _hideButtons: hideButtons ^^^^^^^^^^^ .. container:: table-row Option hideButtons Type string Description Similar to showButtons. This override the value in showButton. .. _disableColorPicker: disableColorPicker ^^^^^^^^^^^^^^^^^^ .. container:: table-row Option disableColorPicker Type boolean Description If set to true, both, foreground and background colorpicker are disabled. .. _cssFile: cssFile ^^^^^^^ .. container:: table-row Option cssFile Type string Description Path and Filename to a new CSS-File, used in the RTE-Selectorbox .. _classes: classes ^^^^^^^ .. container:: table-row Option classes Type string Description Classes to use from the CSS-File. If this Option not given, all classes found in the CSS-File are available in the selectorbox.Example: Header 1=header1;Header 2=header2 .. _fontFace: fontFace ^^^^^^^^ .. container:: table-row Option fontFace Type string Description Here you can enable Fontfaces for the RTE.Example: Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace .. _buttonlist: buttonlist ^^^^^^^^^^ .. container:: table-row Option buttonlist Type string Description You can define here the 4 possible rows of the RTE. You can do this in the “old” way per handwork (see Button-List later) or by using the Configurator on `tinyrte.outraxx.de `_ . A semicolon seperates the 4 rows, a pipe define a Separator and a commata seperate the buttons. .. ###### END~OF~TABLE ###### Note: The TS-Config override all other Values! To enable given Buttons per TS-Config or in the Extension-Manager- Section you can use the function in BE-User and/or BE-Group, where setups in Groups override the setup in User. Open a BE-User or a BE- Group, you will see following: |img-2| Just click the Button the User/Group should have. For more than one Button hold the CTRL-Button on your keyboard. To disable all selected Buttons click the first entry and save the setup. Note that you have to put a Button you enable here in one of the 4 possible Rows via TS- Config or in the Extension-Manager. Otherwise this will not have an effect. .. _FAQ: FAQ ^^^ Q: In my list there are no images before the entrys in the List. Why? A: Well, this should happen in different Browsers. My IE7 don´t show the image, my FF show them :-( .. _Configuration: Configuration ------------- Just install the RTE over the Extension Manager or download the .t3x- package from typo3.org (Extension-Key: tinyrte). Please make sure, that no other RTE is running. Deinstall some other RTE befor you install tinyRTE. While installing you can a little bit configure RTE: .. ### BEGIN~OF~TABLE ### .. _Styles: Styles ^^^^^^ .. container:: table-row Option Styles Description You can give here a CSS-File that contains Stylesheets. Later i will show you to select one out of this file to provide in the RTE. But make sure this styles are available in FE, too. .. _RTE-Width: RTE-Width ^^^^^^^^^ .. container:: table-row Option RTE-Width Description This is the initial witdh of the RTE in Backend. .. _RTE-Height: RTE-Height ^^^^^^^^^^ .. container:: table-row Option RTE-Height Description Similar to RTE-Width. .. _Visible-Buttons: Visible Buttons ^^^^^^^^^^^^^^^ .. container:: table-row Option Visible Buttons Description You can define here the 4 possible rows of the RTE. You can do this in the “old” way per handwork (see Button-List later) or by using the Configurator on `tinyrte.outraxx.de `_ . A semicolon seperates the 4 rows, a pipe define a Separator and a commata seperate the buttons. .. _Entities: Entities ^^^^^^^^ .. container:: table-row Option Entities Description You can give here some entities to use instead of characters .. _Fonts: Fonts ^^^^^ .. container:: table-row Option Fonts Description Available fonts in the fontlist of the RTE. Example: font\_family1=font1,font2,font3; font\_family2=font1,font2,font3 .. _Date-Format: Date-Format ^^^^^^^^^^^ .. container:: table-row Option Date-Format Description The Format used by insert the Date via plugin “datetime”, button date. For naming see some php-manual. .. _Time-Format: Time-Format ^^^^^^^^^^^ .. container:: table-row Option Time-Format Description Similar to Date-Format. .. _Invalid-elements: Invalid elements ^^^^^^^^^^^^^^^^ .. container:: table-row Option Invalid elements Description Tags you don´t wont have in the source of the RTE-Content. It will be filtered. .. _force-p-newlines: force\_p\_newlines ^^^^^^^^^^^^^^^^^^ .. container:: table-row Option force\_p\_newlines Description This option enables you to disable/enable the creation of paragraphs on return/enter in Mozilla/Firefox. The default value of this option is true. .. _force-br-newlines: force\_br\_newlines ^^^^^^^^^^^^^^^^^^^ .. container:: table-row Option force\_br\_newlines Description If you set this option to true, tinyRTE will force BR elements on newlines instead of inserting paragraphs. .. _convert-newlines-to-brs: convert\_newlines\_to\_brs ^^^^^^^^^^^^^^^^^^^^^^^^^^ .. container:: table-row Option convert\_newlines\_to\_brs Description If you set this option to true newline characters codes gets converted in to br elements. .. _Resizing: Resizing ^^^^^^^^ .. container:: table-row Option Resizing Description This option gives you the ability to enable/disable the resizing button. .. _Resizing-horizontal: Resizing horizontal ^^^^^^^^^^^^^^^^^^^ .. container:: table-row Option Resizing horizontal Description This option gives you the ability to enable/disable the horizontal resizing. .. _Use-compressed-Script: Use compressed Script ^^^^^^^^^^^^^^^^^^^^^ .. container:: table-row Option Use compressed Script Description Serverside GZip compresses TinyMCE to reduce overall download size. Makes TinyMCE 75% smaller and a lot faster to load. .. ###### END~OF~TABLE ###### .. _FAQ: FAQ ^^^ There are no FAQ´s about this at this time. .. _Known-problems: Known problems -------------- Well, the provided functionality “inlinepopups” from TinyMCE, which is the core of tinyRTE, is a nice feature. But some functions in the Typo3-Filebrowser or Typo3-Imagebrowser don´t work. So, if you need the File-/Imagebrowser, it´s a good idea to disable the “inlinepopups”. .. _To-Do-list: To-Do list ---------- Yes... there is something to do. Through this point, the result of the tinyRTE (not TinyMCE), is only my job. My wish is to work together with other to provide the Typo3-Community a better, stable and more usefully RTE. .. _Changelog: Changelog --------- To see what changed in the different versions go to `http://tinyrte.outraxx.de/changelog0/ `_ |img-3| EXT: tinyRTE - 3 .. ######CUTTER_MARK_IMAGES###### .. |img-1| image:: img-1.png .. :align: left .. :border: 0 .. :height: 275 .. :id: Grafik1 .. :name: Grafik1 .. :width: 459 .. |img-2| image:: img-2.png .. :align: left .. :border: 0 .. :height: 212 .. :id: Grafik2 .. :name: Grafik2 .. :width: 233 .. |img-3| image:: img-3.png .. :align: left .. :border: 0 .. :height: 32 .. :id: Graphic1 .. :name: Graphic1 .. :width: 102