Selectboxen für Flexform

Braucht man eine Selectbox bei Flexform dann muss man dieses XML so aufbauen!
Hier man muss zuerst mal eine Datei erstellen mit den Namen flexform_ds.xml jedoch kann man den Namen auch beliebig ändern!

Selectboxen für Flexform

<what_to_display>
<TCEforms>
<label>LLL:EXT:seo_company/locallang_db.php:flexform.what_to_display</label>
<config>
<type>select</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0">ABC</numIndex>
<numIndex index="1">ABC</numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0">TOP</numIndex>
<numIndex index="1">TOP</numIndex>
</numIndex>
<numIndex index="2" type="array">
<numIndex index="0">ZUFALL</numIndex>
<numIndex index="1">ZUFALL</numIndex>
</numIndex>
<numIndex index="3" type="array">
<numIndex index="0">VONBIS</numIndex>
<numIndex index="1">VONBIS</numIndex>
</numIndex>
<numIndex index="4" type="array">
<numIndex index="0">KEYWORD</numIndex>
<numIndex index="1">KEYWORD</numIndex>
</numIndex>
<numIndex index="5" type="array">
<numIndex index="0">NEXTBACK</numIndex>
<numIndex index="1">NEXTBACK</numIndex>
</numIndex>
<numIndex index="6" type="array">
<numIndex index="0">SEARCH</numIndex>
<numIndex index="1">SEARCH</numIndex>
</numIndex>
<numIndex index="7" type="array">
<numIndex index="0">INFOFENSTER</numIndex>
<numIndex index="1">INFOFENSTER</numIndex>
</numIndex>
</items>
<maxitems>1</maxitems>
<size>5</size>
<multiple>1</multiple>
<selectedListStyle>width:120px</selectedListStyle>
<itemListStyle>width:120px</itemListStyle>
</config>
</TCEforms>
</what_to_display>

Die Einträge kann man beliebig wählen und erweitern!

Danke das Sie diesen Artikel gelesen haben. Sie können nun eine Nachricht hinterlassen oder bestellen den RSS Feed.

Comments

No comments yet.

Leave a comment

(required)

(required)