[TYPO3] Saving the SPLIT_COUNT to a list

Peter Klein peter at umloud.dk
Thu Jun 19 14:05:15 CEST 2008


Yeah I noticed that.
But why is this info not present in TSRef?

IMHO: The TYPO3 documentation is a BIG mess, and needs a serious
cleanup. :(


--
Peter Klein


On Thu, 19 Jun 2008 13:58:03 +0200, "Christopher Torgalson"
<bedlamhotel at gmail.com> wrote:

>Hi Peter,
>
>On Thu, Jun 19, 2008 at 12:54 PM, Peter Klein <peter at umloud.dk> wrote:
>
><snip>
>
>> I think you are mixing Typoscript with TSConfig. As there's no
>> TypoScript properties called addToList(), nor can you do operations
>> like ":=" in Typoscript.
>
><snip>
>
>Nope, he's right :)
>
>I think these were introduced in TYPO3 4.0; there're six new
>possibilities--all very useful features, especially in menus and in
>conjunction with conditions:
>
>1. prependString
>2. appendString
>3. removeString
>4. replaceString
>5. addToList
>6. removeFromList
>
>From the Typoscript Syntax document [1]:
>
>Example:
>
>myObject = TEXT
>myObject.value = 1,2,3
>myObject.value := addToList(4,5)
>myObject.value := removeFromList(2,1)
>
>...results in the same like this:
>
>myObject = TEXT
>myObject.value = 3,4,5
>
>
>[1] http://typo3.org/documentation/document-library/core-documentation/doc_core_ts/4.1.0/view/1/2/#id3922473


More information about the TYPO3-english mailing list