[TYPO3-english] Changing adding order of new items in multipleselect box

Victor Livakovsky v-tyok at mail.ru
Fri Jun 29 13:12:22 CEST 2012


Hi,

> Is it possible to change adding order of new items in select box with 
> Tsconfig?
> Insted to add on bottom - add them on top.
> Or it is only possible with ItemsProcFunc?

I'm not sure about your case, but, probably, you're using:
someObject.value := addToList(4,5)

You may try to use:
someObject.value := prependString(4,5) 



More information about the TYPO3-english mailing list