Pagecollector
Copyright © by Joerg Kummer <typo3@enobe.de>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. EXT: PageCollector
- 1.1. Introduction
- 1.2. Users manual
- 1.3. Configuration
- 1.4. To use collections in HTML-forms (for example to build an orderform) this extension offera way, using it in powermail.
- 1.5. There are two example templates inside the template folder (for checkboxes and as a selectbox).
- 1.6. Example (Checkbox)
- 1.7. HTML-Template:
- 1.8. <!-- ###COLLECTDISPLAY_RESULTLIST### begin →<!-- ###VIEWCOLLECTIONTOOLBARLISTSECTION### begin →<input type="checkbox" id="uid321" name="tx_powermail_pi1[uid321][###PAGEID###]" value="###PAGETITLE###" />###PAGETITLE###<br /><!-- ###VIEWCOLLECTIONTOOLBARLISTSECTION### end →<!-- ###COLLECTDISPLAY_RESULTLIST### end →
- 1.9. TypoScript:
- 1.10. # eepcollect in powermaillib.powermailCheckbox_eepcollect < plugin.tx_eepcollect_pi1lib.powermailCheckbox_eepcollect { userFunc = tx_eepcollect_pi1->main templateFile = EXT:eepcollect/template/eepcollect_powermail_checkbox.tmpl default_view_mode = view_list_mode pid_list = 123}
- 1.11. Plugin powermail settings:
- 1.12. Use in your fieldset for your field a fieldtype called 'Add typoscript object' and in 'Typoscript object' settings write the name of your typoscript object called 'lib.powermailCheckbox_eepcollect'.
- 1.13. Important! Compare the uids for pid_list (123) and powermail-field (321) with your real ones in templatefile and typoscript.
- 1.14. Read online
- 1.15. Known problems
- 1.16. Upgrade
- 1.17. 1.0.5 to 1.0.6
- 1.18. To-Do list
- 1.19. Changelog
This document is related to version 1.0.11 of the extension eepcollect.