[TYPO3-dev] Flexform Pagebrowser

Mark Schmidt markschmidt at inbox.lv
Wed Jan 10 23:09:48 CET 2007


Hi Ries!

Thanks a lot for your help!

Best wishes

Mark

R. van Twisk wrote:
> Mark Schmidt wrote:
>> Hi!
>>
>> I want to develop an extension where I need a pagebrowser in my 
>> flexform (something like this Starting-Point-Thingie). Do I have to do 
>> this via a user-class or is there a predefined flexform-entry for it?
>>
>> And: Are there any good flexform tutorials / overviews with all the 
>> possibilities out there?
>>
>> Thanks a lot!
>>
>> Mark
>> _______________________________________________
>>
>>   
> Hey mark,
> 
> Best place to look is : http://typo3.org/documentation
> 
> For a page browser I use this:
>                    <pages>
>                        <TCEforms>
>                            <exclude>1</exclude>
>                            
> <label>LLL:EXT:shop/locallang_db.xml:tx_gmshop.pi_flexform.startingpoint</label> 
> 
>                            <config>
>                                <type>group</type>
>                                <internal_type>db</internal_type>
>                                <allowed>pages</allowed>
>                                <size>3</size>
>                                <maxitems>22</maxitems>
>                                <minitems>0</minitems>
>                                <show_thumbs>1</show_thumbs>
>                            </config>
>                        </TCEforms>
>                    </pages>
> 
> 




More information about the TYPO3-dev mailing list