Feature #15810
closedhtmlArea RTE: Creating/editing anchors
0%
Description
It would be great if there's a possiblity to create anchors (< a name="to11" id="to11" > < /a >) and choose them later on in the TYPO3Browser.
(issue imported from #M2844)
Updated by Dmitry Dulepov over 18 years ago
It is possible to reference any content element when creating link in RTE. I think nothing else is needed.
Updated by Martin Kutschker over 18 years ago
Not true. It shoul be possible to link to specif news items or other "single views" of any plugin (DB based or not).
But this is a problem of a missing TYPO3-API not an RTE issue.
Updated by Stanislas Rolland over 14 years ago
I agree with Dmitry that this is not very useful because you can link to any content element when creating a link with the RTE. You can also link to other types of records with the linkhandler.
Updated by Stanislas Rolland about 14 years ago
The name attribute is deprecated on A elements in xhtml.
The id attribute may be used on any element to create an anchor.
Updated by Stefan Galinski almost 13 years ago
- Target version deleted (
0) - TYPO3 Version set to 4.3
Sounds like this can be rejected?
Updated by Jigal van Hemert almost 12 years ago
- Status changed from Needs Feedback to Closed
No feedback for a long time; feature describes need to link to a CE or a record. This can be solved with normal links and a linkhandler.