Actions
Feature #16104
closedTS: Enable dynamic setting of stdWrap.field value
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-04-28
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Via TS it's not possible to dynamically select the field that you want to retrieve data from. The only ways are via
stdWrap.field = <fieldName>
and
[stdWrap].data = field : <fieldName>
Both syntaxes only offer a static configuration of the field_name. Having stdWrap options for stdWrap.field would do.
Useful example:
temp.myObject = TEXT
temp.myObject {
value = field_1|field_2|field_3|field_4
split {
token = |
cObjNum = 1
1 = TEXT
1 {
prepend = TEXT
prepend.current = 1
prepend.noTrimWrap = |Field "|" contains: |
field.current = 1
}
}
}
(issue imported from #M3375)
Actions