Actions
Feature #17359
closedmake the FRAME.src Wrap able via stdWrap
Start date:
2007-06-05
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
Added The Posibility to use stdWrap if you want to generate frames with external urls to pass variables on or do other nice, tricks.
patched file is:
typo3/sysext/cms/tslib/class.tslib_content.php
here an example how to use it in TypoScript:
test = PAGE
test.10 = TEXT
test {
typeNum = 2
10.value = Test Text
}
pageframeset = PAGE
pageframeset {
typeNum = 1
frameSet {
rows = 50%,50%
1 = FRAME
1.obj = test
2 = FRAME
2.obj = test
}
}
pageframeset.frameSet.2.src = http://www.google.de/search?hl=de&btnG=Google-Suche&meta=
pageframeset.frameSet.2.src.stdWrap.dataWrap = |&q={global:q}
(issue imported from #M5745)
Files
Updated by Benni Mack almost 14 years ago
This is available in 4.5, probably even earlier.
Actions