[TYPO3-project-formidable] Code Behind an TS

Jerome Schneider typo3dev at ameos.com
Thu Mar 5 14:57:52 CET 2009


Hi there,

I implemented the standard TS notation for codebehinds, and it will be 
available in the upcoming SVN revision 2.0.235

You'll have the possibilitu to define it like this:

meta {
     10 = codebehind
     10 {
         type = php
         name = cb1
         path = fileadmin/xml/cb/class.test-codebehind.php
     }
		
     20 = codebehind
     20 {
         type = php
         name = cb2
         path = fileadmin/xml/cb/class.test-codebehind2.php
     }
}

Best regards,
Jerome

Nikitin S.M. a écrit :
> Hi !
> Can you explain me a uses of codebehind in TypoScript
> I thought that will be correct? ...
> 
> meta{
>     name = ..
>     form.formid = ...
>     codeBehind{
>         10{
>     
>             type = php
>             name = ...
>             path = ...
>         }
>     }
> }
> 
> ... but it's failed
> 
> -- 
> Best Regards
> Nikitin Sergey <nikitinsm at gmail.com>


More information about the TYPO3-project-formidable mailing list