[TYPO3-ect] TODO

Elmar Hinz elmar.DOT.hinz at team.MINUS.red.DOT.net
Sat Jan 27 13:22:45 CET 2007


Am Sat, 27 Jan 2007 11:34:19 +0100 schrieb Daniel Brüßler:
> 
> Only problem maybe: When there're many functions who want to register
> between 190 and 200 (when the 190 is something very important) we would
> have something like a traffic-jam. ;-)
> 

Well, we should ask a 15 year old child for a solution. 

It's floats in german notation. Maybe the TS parser would need a litle fix
to support that.

xyAction = ACTION
xyAction {
        ....
	198 = SPL
        198.class = tx_myext_classX
        198.configurations {
          ...
        }
	198,5 = SPL
        198,5.class = tx_myext_classX
        198,5.configurations {
          ...
        }
	199 = SPL
        199.class = tx_myext_classY
        199.configurations {
          ...
        }
        ....
}





More information about the TYPO3-team-extension-coordination mailing list