[TYPO3-english] how to setup a plugin in which you can add records (IRRE-style)?
Robert Wildling
robertwildling at gmail.com
Tue Jun 12 18:12:37 CEST 2012
Am 12.06.12 17:26, schrieb Roland:
> ps: can/should you use IRRE functionality inside flexforms for this task?
For example, Georg Ringer's news extension uses IRRE. Another one would
be powermail.
REad here at the very bottom:
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/2/
search for:
['columns'][fieldname]['config'] / TYPE: "inline"
Wiki on IRRE:
http://wiki.typo3.org/Inline_Relational_Record_Editing
IRRE Tutorial:
http://typo3.org/extension-manuals/irre_tutorial/0.2.0/view/1/2/
I once tried to implement IRRE in a plugin, too. If you want that all
IRRE generated record are saved in one place (eg a sys folder) even
though the plugin is used at different locations, you may need PageTS to
define the sys folder's id.
HTH,
Robert
More information about the TYPO3-english
mailing list