[TYPO3-UG Hamburg] Problem mit Dynaflex :: Fixed

Chris Wittmann [swiftLizard] chris at swift-lizard.com
Fri Feb 17 11:03:19 CET 2006


Hallo Zusammen,

der debuger (t3lib_div::debug($var)) hat es dann geklärt warum es nicht 
lief... :

Manual von Thomas:

array (

'method' => 'add',

'type' => 'field',

'path' => 'sheets/sDynaFlex_2nd/ROOT/el',

'field_config' => array(

'name' => 'beuser_test',

'label' => 'myDynaflex_field',

'config' => array (

'type' => 'input',

),

),

),

Richtig ist:

array (

'method' => 'add',

'type' => 'field',

'path' => 'sheets/sDynaFlex_2nd/ROOT/el',

'name' => 'beuser_test',

'label' => 'myDynaflex_field',

'config' => array (

'type' => 'input',

),

),



schönes Wochendende euch allen

chris [SwiftLizard]





More information about the TYPO3-hamburg mailing list