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.

EXT: Object Leaflet

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2011-01-27T14:49:59.150000000
Classification:nfcobjectleaflet
Keywords:object leaflet
Author:Markus Brunner
Email:markus.brunner@netformic.de
URL:http://www.markusbrunner-design.de, http://www.netformic.de
Language:en

img-1 img-2 EXT: Object Leaflet - nfcobjectleaflet

EXT: Object Leaflet

Extension Key: nfcobjectleaflet

Language: en

Keywords: object leaflet

Copyright 2000-2008, Markus Brunner, <markus.brunner@netformic.de>

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

EXT: Object Leaflet 1

`Introduction 3 <#__RefHeading__280_1376442332>`_

What does it do? 3

`Users manual 4 <#__RefHeading__284_1376442332>`_

Typoscript-Settings: 4

`ChangeLog 5 <#__RefHeading__288_1376442332>`_

Introduction

What does it do?

Object Leaflet for Data-Records [only for TYPO3-Integrators]

Users manual

Typoscript-Settings:

plugin.tx_nfcobjectleaflet_pi1 {

# where to store the leaflets

pidFolder = 1

# how long to take the leaflet as up to date (3 days = 3 x 24 x 60 x 60)

dbLeafletLive = 259200

# Detailview-Options

# if is Detailview

isDetailView = 0

detailViewPID = 1

back_variable =

# Leafletview-Options

isLeafletView = 0

# object-settings

# extensionkey: e.g. nfc_immoscoutv2

object_extensionkey =

# extensiontable: e.g. tx_nfcimmoscoutv2_objekte

object_table =

# extensionidentifier-get-var for detail-page: e.g. tx_nfcimmoscoutv2_pi1[uid]

object_variables =

# extension-name-col in extensiontable: e.g. name

object_table_namecol =

# pictures

img_path_add_picture = typo3conf/ext/nfcobjectleaflet/res/img/add.gif

img_path_del_picture = typo3conf/ext/nfcobjectleaflet/res/img/del.gif

img_path_add_picture_small = typo3conf/ext/nfcobjectleaflet/res/img/add.gif

img_path_del_picture_small = typo3conf/ext/nfcobjectleaflet/res/img/del.gif

img_path_goto_information = typo3conf/ext/nfcobjectleaflet/res/img/add.gif

# Info-Link

showInfoLink = 0

infoLinkPID = 1

}

ChangeLog

20110127 generalized and minimalized documentation for Integrators

5