[TYPO3-core] RFC: Feature Request #9625: Integrate possibility to extend TCEforms palettes easily
Oliver Hader
oliver at typo3.org
Wed Oct 22 19:12:54 CEST 2008
This is a SVN patch request.
Problem:
The t3lib_extMgm API provides methods to add new fields to a table.
However, there is no easy possibility to add fields to palettes.
Solution:
Add new functionality to t3lib_extMgm that that enables to handle
palettes as well. The new functions can be called like the following:
t3lib_extMgm::addNewFieldsToAllPalettesOfField($table, $field,
$addFields, $insertionPosition = '');
t3lib_extMgm::addNewFieldsToPalette($table, $palette, $addFields,
$insertionPosition = '');
Comments:
This patch will be used also for the OpenId integration (RFC #9474).
Furthermore this patch extends t3lib_div::trimExplode by the possibility
to limit the result items like it's possible with PHP's explode.
Bugtracker references:
http://bugs.typo3.org/view.php?id=9625
Branch: Trunk
olly
--
Oliver Hader
TYPO3 4.3 Release Manager
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009625.patch
Type: text/x-diff
Size: 13512 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20081022/1ea1c29a/attachment.patch
More information about the TYPO3-team-core
mailing list