Feature #17914
closedAdd browser_link for external url pages
0%
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)
Updated by Alexander Opitz over 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?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.