Actions
Feature #17930
closedEnable stdWrap for wrapItemAndSub
Start date:
2007-12-17
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently there is no stdWrap for wrapItemAndSub. This would be very nice to use .insertData = 1.
Currently you need this code to get it working:
allWrap = <li class="{field:title}">|
allWrap.insertData = 1
wrapItemAndSub = |</li>
which is far too much, not nice and shouldn't be the way to do it
(issue imported from #M6991)
Files
Updated by Helmut Hummel almost 17 years ago
I accidently attached "tca" tag, and now cannot delete it...
Updated by Bernhard Kraft almost 17 years ago
i tought about the possibility giving "each" TS property stdWrap properties :)
do not ask currently how i am going to achieve that ... but i will surely find a solution :)
Actions