[TYPO3-english] TYPO3 6.0: Using FAL image in a flexform as an element

Udo Leimberger udo at t3developer.de
Wed Jan 23 17:34:59 CET 2013


Hi bigboz,

thanks for your answer..Index 2 did the magic thing. Thank you.
To use Core paletts ist is a good thing to use it like this:

                                <foreign_types type="array">
                                    <numIndex index="2" type="array">
                                        <showitem>--palette--;LLL:EXT:lang/locallang_tca.xlf:sys_file_reference.imageoverlayPalette;imageoverlayPalette,--palette--;;filePalette</showitem>
                                    </numIndex>
                                </foreign_types>

perfect.
Any idea for problem numer 2) or 3) ?

regards Udo

Am 23.01.2013 um 17:10 schrieb bigbozo <bugi at joboland.de>:

> 
>> 1) How can you change a palette view for this element. If I render a
>> flexform with the config above .. i can add images with title and
>> descriptions, but i miss alternate text and link like in an  regular FAL
>> image CE.
> 
> This works for me: Index 2 = \TYPO3\CMS\Core\Resource\File::FILETYPE_IMAGE
> 
>                    <settings.newimage>
>                        <TCEforms>
>                            <config>
>                                ...
> 
>                                <foreign_types type="array">
>                                        <numIndex index="2">
> 
> <showitem>title,description,alternative,link</showitem>
>                                        </numIndex>
>                                </foreign_types>
> 
>                            </config>
>                        </TCEforms>
>                    </settings.newimage>
> 
> 
> 
> --
> View this message in context: http://typo3.3.n7.nabble.com/TYPO3-6-0-Using-FAL-image-in-a-flexform-as-an-element-tp236743p237274.html
> Sent from the TYPO3 English mailing list archive at Nabble.com.
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list