[TYPO3-dam] DAM 1.1.1, rtehtmlarea and accessibility icons

Alexander Maringer typo3 at maringer-it.de
Thu Feb 19 23:31:20 CET 2009


Arghhhhhhh ... that's it:
RTE {
	default {
		classesAnchor.default {
			media = download
        	}
	}
	classesAnchor {
	        download {
	        	type = media
	        }
	}
}

CU

Alexander

Alexander Maringer schrieb:
> I'm really puzzled. It sounds so logical, but it didn't work at me:
> RTE {
>  default {
>   classesAnchor.default {
>    media = media
>   }
>  }
>  classesAnchor {
>   media {
>    class = media
>    type = media
>    image = fileadmin/templates/images/haekchen_8.gif
>    altText = Test
>    titleText = Test
>   }
>  }
> }
> 
> And this didn't work. Where is my error?
> 
> Thanks
> 
> Alexander
> 
> 
> Stanislas Rolland schrieb:
>> Hi Alexander,
>>> Is there an ability to integrate the accessibilty icons with the new
>>> dam-rte-plugin? After the upgrade, the accessibility link icons for
>>> media are missing.
>>>
>> I think this is a matter of configuration.
>>
>> You need to define an array
>> RTE.classesAnchor
>> with type = media
>> and then include whatever class it refers to in the list
>> RTE.default.classesAnchor.
>>
>> You may also specify a default class with
>> RTE.default.classesAnchor.default.media = your-media-download-class
>>
>> Regards,
>> Stanislas
>>


More information about the TYPO3-project-dam mailing list