Project

General

Profile

Actions

Feature #17003

closed

Add the js openPic-function to core-js

Added by Georg Ringer about 17 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-02-17
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

the onclick-popup for Images in Extensions needs the function which is only in FE available if there are any content elements ("Image only", "text with image") present.

So I need to add this script to every extension where I need it

externalisation would also be fine, bug #0002857

function openPic(url,winName,winParams) {
var theWindow = window.open(url,winName,winParams);
if (theWindow) {theWindow.focus();}
}
(issue imported from #M5011)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #15816: openPic() and config.removeDefaultJS = externalClosed2006-03-13

Actions
Related to TYPO3 Core - Feature #15889: Clean up inline javascript in menu_layers.phpRejected2006-03-23

Actions
Actions

Also available in: Atom PDF