Actions
Feature #17578
closedNewline for Tabs with divs2tabs
Start date:
2007-09-04
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
I would be nice to decide, where the newline of the Tab-MenĂ¼ (template.php->getDynTabMenu()) starts. The 'newRowCharLimit' of 50 very static.
So have defined the 'newline'-tag in the $TCA
Here small example:
$TCA["table"] = Array (
"types" => Array (
"0" => Array("showitem" => "--div--;Tab in first line,somefields,--div--;Tab in second Line;newline,somefields2")
)
);
Sorry, I modified and patch these Files with 2 other patches. so there is no real patch yet.
(issue imported from #M6256)
Files
Actions