Feature #69351
closedElementBrowser make link targets configurable
0%
Description
When configuring a link target in the ElementBrowser you currently can choose from no target (which means _self
), _top
and _blank
.
But _top
is barely needed nowadays as framesets are a bit out of fashion. On the other hand if you work with framesets you may want to have the option to choose the target _parent
or a specific frame name.
The link targets should be configurable.
Updated by Sebastian Michaelsen about 9 years ago
Forgot to mention: The current link targets are hardcoded here: https://github.com/TYPO3/TYPO3.CMS/blob/2ed960f3bc4a042c21e193313ccda2a63f7222cb/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php#L1026
Updated by Riccardo De Contardi about 9 years ago
- Category set to Backend User Interface
the targets are still hardcoded on TYPO3 7.6.1-dev (latest master); look at:
typo3/sysext/recordlist/Classes/Controller/AbstractLinkBrowserController.php
typo3/sysext/rtehtmlarea/Classes/Controller/BrowseLinksController.php
My opinion remains the same I wrote on #5341 and #24247 : remove the "target" and use javascript (See #5341 or #24247 )
Updated by Susanne Moog almost 5 years ago
- Status changed from New to Closed
Due to low demand / low priority I'm going to close this issue now. If anyone takes time to implement it, simply open a new issue please. Thanks.