Actions
Feature #71102
closedStory #69712: Further FormEngine development
Allow definition of CSH within TCA
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2015-10-28
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
It should be possible to add CSH texts within the TCA which is very helpful when building TCA from scratch and render it by the FormEngine.
Proposal:
'columns' => [ 'foobar' => [ 'label' => 'I\'m foobar', 'csh' => [ 'description' => 'Enter some test content', 'details' => 'You can enter any content you like in this field' ] ] ]
Updated by Malte Koitka about 9 years ago
That's a nice idea. Perhaps it's possible to somehow combine it with the needs of issue #71081.
If it makes sense an option called 'type' could differantiate between the current CSH 'tooltip' and a direct 'inline' output after the field.
Updated by Riccardo De Contardi over 7 years ago
- Target version changed from 8 LTS to 9.0
Updated by Christian Kuhn about 6 years ago
- Related to Feature #85410: Allow TCA description property added
Updated by Christian Kuhn about 6 years ago
- Status changed from New to Closed
csh will be kept as is for now, but an additional description is now possible with #85410
Actions