[TYPO3-core] RFC #15551: Feature: [IRRE] Open all childrecords when opening parent records

Sebastian Fischer typo3 at fischer.im
Wed Aug 25 12:31:15 CEST 2010


Hi,

This is an SVN patch request.

Type: New feature

Bugtracker reference:
http://bugs.typo3.org/view.php?id=15551


Branches: 4.3, 4.4, trunk


Problem:
It is desireable to have all child records unfolded when editing the 
parent record.


Solution:
An appearance parameter collapseNone would give every item the flag 
isExpanded which will open the item.


How to Reproduce:
1) Apply the class.t3lib_tceforms_inline.diff
2) Insert in the parent records TCA the appearance setting

'appearance' => array(
	'collapseNone' => true,
),


Dokumentation change:
doc_core_api: $TCA array reference, ['columns'][fieldname]['config'] / 
TYPE: "inline", appearance, new property after collapseAll

Property: collapseNone
Data type: boolean
Description: If true, all child records are displayed.
Default: 0


Kind regards,
Sebastian Fischer
typo3 at evoweb.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: class.t3lib_tceforms_inline.diff
Type: text/x-patch
Size: 1294 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100825/8380b8a8/attachment.bin>


More information about the TYPO3-team-core mailing list