Actions
Feature #19497
closedIntegrate possibility to extend TCEforms palettes easily
Start date:
2008-10-22
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
The t3lib_extMgm API provides methods to add new fields to a table. However, there is no easy possibility to add fields to palettes.
The attached patch provides two new functions:
t3lib_extMgm::addNewFieldsToAllPalettesOfField($table, $field, $addFields, $insertionPosition = '');
t3lib_extMgm::addNewFieldsToPalette($table, $palette, $addFields, $insertionPosition = '');
(issue imported from #M9625)
Files
Actions