[TYPO3-german] RTE und Wrappen von links

Peter Bachmann peter.bachmann at cad.ch
Wed Apr 5 12:01:53 CEST 2006


Hallo Dirk

Ich habe im Page Setup folgende Einträge:

	## Anchor classes configuration for use by the anchor accesibility 
feature (htmlArea RTE only)

# Originaldefinition löschen
RTE.classesAnchor >

# neue Definition anlegen
RTE.classesAnchor.externalLink {
		class = external-link
		type = url
		#image = fileadmin/icons/link_ext.gif
		altText = 
LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:external_link_altText
		titleText = 
LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:external_link_titleText
	}

RTE.classesAnchor.externalLinkInNewWindow {
		class = external-link-new-window
		type = url
		#image = fileadmin/icons/link_ext.gif
		altText = 
LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:external_link_new_window_altText
		titleText = 
LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:external_link_new_window_titleText
	}

RTE.classesAnchor.internalLink {
		class = internal-link
		type = page
		#image = fileadmin/icons/link_int.gif
		altText = 
LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:internal_link_altText
		titleText = 
LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:internal_link_titleText
	}

RTE.classesAnchor.internalLinkInNewWindow {
		class = internal-link-new-window
		type = page
		#image = fileadmin/icons/link_int.gif
		altText = 
LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:internal_link_new_window_altText
		titleText = 
LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:internal_link_new_window_titleText
	}

RTE.classesAnchor.download {
		class = download
		type = file
		#image = fileadmin/icons/link_int.gif
		altText = 
LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:download_altText
		titleText = 
LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:download_titleText
	}

RTE.classesAnchor.mail {
		class = mail
		type = mail
		#image = fileadmin/icons/link_mailto.gif
		altText = 
LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:mail_altText
		titleText = 
LLL:EXT:rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml:mail_titleText
	}


Damit funktioniert bei mir dh_linkLayout auch mit dem aktuellen 
rteHTMLArea sogar auf Ver.4 rc3

Ich hoffe das hilft.

Peter

> Hallo, 
> 
> ist es irgendwie möglich, daß der RTE Links mit <link
> url>linktext</link> bzw. <link id>linktext</link> wrappt? Ich hätte gerne
> meine dh_linklayout-Einstellungen auch für mit RTE erstellte Links nutzen.
> 
> Danke
> 
> dirk



More information about the TYPO3-german mailing list