Project

General

Profile

Actions

Feature #17359

closed

make the FRAME.src Wrap able via stdWrap

Added by Christian Wolff over 17 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Communication
Target version:
-
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

frame_stdWrap.diff (1.1 KB) frame_stdWrap.diff Administrator Admin, 2007-06-05 23:41
Actions

Also available in: Atom PDF