[Typo3] Setup defaults in flexform

Stefan Dreyer stefan.dreyer at ddnetservice.net
Tue Sep 20 10:55:10 CEST 2005


hello,


i try to setup default values in a flexform-plugin (iframeflexform).
First try was to setup a default value in the xml-file, like this:

<config>
   <type>input</type>
   <size>30</size>
   <default>value</default>
</config>

Next try was to define the default value in locallang.php
<config>
   <type>input</type>
   <size>30</size>
   <default>value</default> 
<default>LLL:EXT:iframeflexform/locallang.php:defaultiframeclass</default>
</config>

All these tries don't work, but i found no documentation about setup 
defaut values. Is there any other way to setup the default-values?


-- 
DD NetService GmbH                  Tel.: (+49) 5142 92309
Stefan Dreyer                       Fax : (+49) 5142 92310
Osterstrasse 12                     http://www.ddnetservice.de
D-29348 Eschede                     mailto:Stefan.Dreyer at ddnetservice.de



More information about the TYPO3-english mailing list