[TYPO3-english] Links and title attributes

Pero Peric pperic at mail.com
Fri Nov 7 13:47:59 CET 2014


On 6.11.2014. 13:40, Romain Hobsterdre wrote:
> in the css_styled_content extension, you'll find in static/setup.txt the
> lines about transformation of links from RTE.
> [code]
> # Creates persistent ParseFunc setup for non-HTML content. This is
> recommended to use (as a reference!)
> lib.parseFunc {
>      makelinks = 1
>      makelinks.http.keep = {$styles.content.links.keep}
>      makelinks.http.extTarget < lib.parseTarget
>      makelinks.http.extTarget =
>      makelinks.http.extTarget.override = {$styles.content.links.extTarget}
>      makelinks.mailto.keep = path
>      tags {
>          link = TEXT
>          link {
> ......................
> [/code]
>
> this part is imported in lib.parseFunc_RTE which is processed after your
> editors write something in the RTE
> I guess you can do something from here, but it's will be a long shot I
> imagine.

Thx. Romain, i'll take a look of it!

Regards.


More information about the TYPO3-english mailing list