DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Users manual

Installation

  1. Download the extension from the Typo3 Extension Repository and install it.
  2. Insert the plugin in your page.
  3. Edit the flexform plugin options and save.
../_images/ExtensionFlexform.png

Help : Context Sensitive Help. Click on the Question Mark Icon to open the help window.

CSS File : Path to your CSS file if you do not want to use the default one.

Table name : Table name from which information are extracted.

Date field name : Field name from which dates are extracted.

Title field name : Field name from which the title of the events are extracted.

Storage page list : List of the pages where information are searched. By default the page where the plugin is inserted is taken into account.

Example

../_images/ExampleFlexform.png

This configuration displays a mini calendar where events are extracted from the table “be_users” and the field “crdate”., that is events are the creation date of the BE users. The field to be used to display items is “realName”, that is the real name of the BE users.

Styles

The default style sheet is in the file “Resources/Private/Styles/sav_filter_minicalendar.css”

Default template

The default template is in the file “Resources/Private/Templates/sav_filter_minicalendar.tmpl”.