Login / Status
Go to:
typo3.com Home
TYPO3 Association Home
typo3.org Home
Certification
FLOW3
Bugtracker
Forge (Development Platform)
News
Buzz (TYPO3 Blogs)
Wiki
Mailing lists
TYPO3 Snippets
Search:
About
News
Community
Teams
Development
Extensions
Documentation
Download
Donate
Contact
Home
.
Documentation
.
Document Library
. Extension Manuals
Documentation
Document Library
Tutorials
Installation
Core Documentation
Extension Manuals
Wiki
API
Videos
Other resources
Mailing Lists
Sponsors
cag_lists
Copyright © by
Jens Eipel, Connecta AG
<
j.eipel@
no spam please
connecta.ag
>
Published under the Open Content License available from
http://www.opencontent.org/opl.shtml
Table Of Contents
1.
Comma Separated List Search Engine
1.1.
Introduction
What does it do?
Screenshots
1.2.
Users manual
Overview
Preparing your CSV file
Installing the cag_longlists extension
Creating a page containing the cag_longlists plugin
Adapting the HTML template to your CSV file
Setting the parameters in the plugin flexform
1.3.
Reference
Default HTML Template
1.4.
FAQ
How do I define the order of the table columns?
Is there a rule when to use UPPERCASE, Mixedcase or lowercase letters for column names?
Is there a static template to be included in the TypoScript template?
How can I set the default sorting?
The default column to sort by can be set in the via typoscript – for example:
# Set the default sorting direction (valid values are “asc” for ascending and “desc” for descending)
plugin.tx_caglonglists_pi1.sortDirectionDefault = desc
#set the default column to sort by
plugin.tx_caglonglists_pi1.sortByDefault = my_column_name
1.5.
Changelog
2010-03-16
Default Sort direction can be configured now (asc for ascending or desc for descending)
plugin.tx_caglonglists_pi1.sortDirectionDefault = desc
plugin.tx_caglonglists_pi1.sortByDefault = my_column_name
Updates to manual
2009-10-18
2009-06-12
This document is related to version 1.2.8 of the extension cag_longlists.