[TYPO3-dev] Question about RTE link generation
Stanislas Rolland
typo3 at sjbr.ca
Tue Apr 7 21:29:55 CEST 2009
Hi Steffen,
>
> But looking into details you wrote, I really got a further question:
> How about an editor, who might be "advanced" and knowing "what he's
> going to link". In tt_content fields he would type 78,3#75 - 'look at
> record in english variant',
> How should this be done? Is there an possibilitiy to define this
> directly? I am missing anything again? (hope not)
>
In the RTE link dialogue, the author can always specify the title.
With TYPO3 4.2, you can configure
RTE.default.buttons.link.pageIdSelector.enabled = 1
This adds a field in the RTE link dialogue in which the author can enter
directly the page id instead of using the page tree.
With TYPO3 4.3, you can configure
RTE.default.buttons.link.queryParametersSelector.enabled = 1
This adds a field in the RTE link dialogue in which the user can enter
parameters, in your example, would be "L=3".
There is currently no such shortcut for the anchor. In such case, you
currently need to use the page tree, and browse the content elements of
the page.
Kind regards,
Stanislas
More information about the TYPO3-dev
mailing list