[TYPO3-english] Inserting Flash into HTMLArea
Tapio Markula
tapio.markula at xetpoint.fi
Wed Feb 11 17:11:05 CET 2009
Antonio Reher kirjoitti:
> That's right: I don't need to see the preview in HTMLArea. Is there any
> way to configure it to not parse the <object> element and save it as html?
yes - define RTE transformation in TS template
lib.parseFunc_RTE {
denyTags=
allowTags=a, abbr, acronym, address, blockquote, br, caption, cite,
code, div, em, embed,h1, h2, h3, h4, h5, h6, hr, i, iframe, img, li,
link, object, ol, p, param, pre, q,span, strong, sub, sup, table,
tbody,thead,tfoot, td, th, tr, tt, ul
}
put into one line!
More information about the TYPO3-english
mailing list