Project

General

Profile

Actions

Feature #17914

closed

Add browser_link for external url pages

Added by Yannick Pavard over 16 years ago. Updated over 10 years ago.

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

0%

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

Description

What about adding a browse_link wizard for external url pages?

Sometimes I want to link local files (pdf, doc ..) from a TMENU and that would help.

TCA example:

$TCA['pages']['columns']['url']['config']['wizards'] = Array(
'_PADDING' => 2,
'link' => Array(
'type' => 'popup',
'title' => 'Link',
'icon' => 'link_popup.gif',
'script' => 'browse_links.php?mode=wizard',
'JSopenParams' => 'height=300,width=500,status=0,menubar=0,scrollbars=1'
)
);
(issue imported from #M6942)


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Feature #20183: Link browser for external urlClosedChristian Kuhn2009-03-15

Actions
Actions #1

Updated by Alexander Opitz almost 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)

As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?

Actions #2

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback for over 90 days.

Actions

Also available in: Atom PDF