Hi,

Am 26.07.2010 18:18, schrieb Michael Sollmann:
> ist es möglich, bestimmte Daten oder andere Ausgaben direkt in ein
> BE-Formular zu schreiben? Im TCA gibt es nur das Feld "none", das ist
> mir ein bisschen wenig. Userfunc vielleicht?

Genau.

Bei uns sieht das im TCA zum Beispiel so aus:

'action_buttons' => array(
        'exclude' => 1,
        'config' => array(
                'type' => 'user',
                'userFunc' => 
'tx_geotenders_BackEnd_FormHelper->createActionButtons',
        ),
),

Gruß


Oli
-- 
Certified TYPO3 Integrator | TYPO3 Security Team Member
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an