News Categories
Top 10 Tags
- Administration
- ambulant
- API
- article
- articles
- Assessment
- avatar
- backend
- book
- bookmarks
- business card
- calendar
- certificate
- consulting
- Contao
- content selection
- CSS
- database
- Documentation
- events
- Excel
- Export
- extension
- Flash
- forms
- help
- hospice
- hospice society
- iCal
- ILIAS
- image gallery
- import
- index
- Java
- Key Account Management
- library
- literature
- Logging
- Loxstedt
- maxtrix question
- medical services
- MemberExtensions
- members
- MultiTextWizard
- news
- Oxygen
- palliative care
- Project WONDER
- question
- questionnaire
- random
- RWTH Aachen
- sequence
- size
- Skin
- SOAP
- social bookmark
- stylesheet
- Support
- survey
- tag cloud
- tags
- Test
- text field
- Theme
- TYPOlight
- Universität
- university
- user
- vCard
- Web 2.0
- WebObjects
- Webservice
- website
- workshop
- XML
- YAML
text field+TYPOlight (1)
backend_contentselector 1.0.0
2009-02-23 23:11 by Helmut Schottmüller
backend_contentselector 1.0.0 stable released
backend_contentselector is an extension for backend text fields. You can add a 'selector' which offers you the content of all text fields of the same type in the TYPOlight database e.g. all CSS classes of a content element. The selector could be either a drop-down box or a list of hyperlinks.

By selecting a given content element, the element will be added to the associated text field. If the content element already exists in the text field, then it will be removed by selecting it from the selector.
The selector could be added to any text field by adding a special eval entry in the data container array of the field. The eval entry is called contentselector and it is an array containing the following keys:
As a first implementation, backend_contentselector adds content selection for CSS classes of TYPOlight content elements.
The selector could be added to any text field by adding a special eval entry in the data container array of the field. The eval entry is called contentselector and it is an array containing the following keys:
- title (string): The title of the selector
- type (string): The type of the selector, which is either 'text' for a list of hyperlinks or 'select' for a drop-down box
- separator (string): A separator which separates unique content elements, like ' ' or ','
As a first implementation, backend_contentselector adds content selection for CSS classes of TYPOlight content elements.
Release notes
- Initial release 1.0.0 stable
backend_contentselector is available in the TYPOlight Extension Repository for Download.