[TYPO3-dev] Re: sorting IRRE in FlexForm

Maik Hagenbruch maik at hagenbru.ch
Fri May 30 08:22:12 CEST 2014


This is my flexform.
<T3DataStructure>
	<sheets>
		<sheet1>
			<ROOT>
				<TCEforms>
					<sheetTitle>Gästebucheinträge</sheetTitle>
				</TCEforms>
				<type>array</type>
				<el>
					<settings.entries>
						<TCEforms>
							<label>entries</label>
							<config type="array">
							<type>inline</type>
							<foreign_table>tx_mhguestbook_domain_model_entry</foreign_table>
							<foreign_sortby>sorting</foreign_sortby>
							<maxitems>9999</maxitems>
							<appearance type="array">
							<collapseAll>1</collapseAll>
							<showSynchronizationLink>1</showSynchronizationLink>
							<showPossibleLocalizationRecords>1</showPossibleLocalizationRecords>
							<showAllLocalizationLink>1</showAllLocalizationLink>
							<enabledControls type="array">
							<info>0</info>
							<new>1</new>
							<dragdrop>1</dragdrop>
							<sort>1</sort>
							<hide>1</hide>
							<delete>1</delete>
							<localize>1</localize>
							</enabledControls>
							<levelLinksPosition>both</levelLinksPosition>
							</appearance>
							</config>
						</TCEforms>
					</settings.entries>
				</el>
			</ROOT>
		</sheet1>
	</sheets>
</T3DataStructure>


I did something more yesterday. I want to have a own CE in Backend which displays an inline Element including guestbookentries which are created by users in the frontend. I did this now with TCA modification. I dont know which way is better. Using flexforms or modify TCA. 
But it would by nice to know how it works with flexforms



More information about the TYPO3-dev mailing list