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)
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to