Bug #19625
closedPopup-functionality for Pages using target field
0%
Description
You can create popup-links with typolink or the element browser. A missing feature is to create this with pages for menus.
The following patch enables this possibility for pages with doktype shortcut, using the target-field.
Additional to popup you also can define the type, as normally popups use a different page-template, and non-TV-users need a different page-type for that.
The syntax is the same as you know from typolink, enter following in the target-field:
400x200 => will open the page in popup with 400x200
,120 300x50 => will open the page with type 120 using popup 300x50
,118 => will open page with type 118
,200 _blank => will open page with type 200, target="_blank"
any_other => same as before (target="any_other")
(issue imported from #M9808)
Files