[TYPO3-dev] Image icon not showing (rtehtmlarea 1.8) Typo3 4.3.0

Olivier Laurent olivier at trynisis.com
Sat Jan 9 23:33:34 CET 2010


this simply copy/paste in the Ts config page allowed me to enable the
image icon until htmlarearte 1.7.9/Typo3 4.2.6 .
It doesn't work anymore on rtehtlmarea 1.8 Typo3 4.3.0 . Is this icon
still available?
I'm using Firefox 3 on OpenSUSE 11

Thank you for any help,
Olivier

RTE.default {

## Enable the image button

showButtons := addToList(image,textcolor,bgcolor)

## Tags allowed outside p and div

## Adding img tag to the default list

proc.allowTagsOutside := addToList(img)

## Do not remove img tags

proc.entryHTMLparser_db.tags.img >

}

RTE.default.FE.showButtons < RTE.default.showButtons

RTE.default.FE.proc.allowTagsOutside < RTE.default.proc.allowTagsOutside

RTE.default.FE.proc.entryHTMLparser_db.tags.img >





More information about the TYPO3-dev mailing list