RTE HTMLarea

3.14. FAQ: What are htmlArea plugins?

Just as TYPO3 may be extended, the htmlArea editor provides a mechanism by which new features may be added without changing the core of the editor.

Each of the htmlArea plugins integrated in the present TYPO3 extension may be enabled/disabled by proper configuration of the extension.

The available plugins are the following:

  1. BlockStyle: adds to the tool bar a CSS style selection list; the selected style is applied to the currently selected paragraph; the styles are defined in an external CSS file identified by configuration properties of the extension;

  2. TextStyle: adds to the tool bar a CSS style selection list; the selected style is applied to the currently selected text; the styles are defined in an external CSS file identified by configuration properties of the extension;

  3. SpellChecker: adds to the tool bar a button that allows to check the spelling of the contents of the editor; some configuration properties of the extension apply specifically to this feature;

  4. ContextMenu: enables a contextual menu that is activated by clicking on the right button of the mouse;

  5. TableOperations: adds to the tool bar a set of buttons allowing to manipulate tables; the "table" button must also be enabled;

  6. InsertSmiley: adds to the tool bar a button that allows to insert a so-called "emoticon";

  7. FindReplace: adds to the tool bar a button that allows to find and replace a specified string within the edited content;

  8. RemoveFormat: adds to the tool bar a button that offers format cleaning options; particularly useful to clean text pasted in from Microsoft Word;

  9. CharacterMap: adds to the tool bar a button that allows to insert a special character;

  10. QuickTag: adds to the tool bar a button to insert a tag to be applied to the currently selected text;

  11. TYPO3Browsers: replaces the original htmlArea popup windows for image and link insertion with the TYPO3 image and link internal browsers; note that this plugin is not available when the editor is used in the TYPO3 front end;

  12. SelectColor: replaces the original htmlArea color selector with one in which colors may be configured with RTE.default Page TSConfig properties;

  13. UserElements: adds to the tool bar a button to insert a custom tag or a shorthand; note that this plugin is not available when the editor is used in the TYPO3 front end; the custom elements may be maintained with extension Custom Tags (extension key: de_custom_tags);

  14. Acronym: adds to the tool bar a button to insert/edit acronyms and abbreviations; acronyms and abbreviations may be pre-defined with records of type Acronym inserted on the root of the TYPO3 backend;

  15. TYPO3HtmlParser: enables configurable server-side html cleaning when content is pasted into the editor; the cleaning operation is then performed on the server.

To top


Valid XHTML 1.0!