[TYPO3-RTE] Table in Unordered List

Tapio Markula tapio.markula at xetpoint.fi
Tue Dec 2 11:39:26 CET 2008


Peter Klein kirjoitti:
> A couple of things could be the reason for that..
> 
> 1) Are you using the same TYPO3 versions?

apparently not I tested with Typo3 4.1 and Ushi apparently 4.2.x
That might have some Typo3 related default config differencies but if 
all needed has been reset the difference should not then affect.

I looked differencies, which might have some effect:


tt_content.table {
	10 = < lib.stdheader

	20 = USER
	20.userFunc = tx_cssstyledcontent_pi1->render_table
#this doesn't exist in 4.1 but apparently this is not meaningsful?
	20.field = bodytext

and these

# new RTE indentation using div element
[compatVersion = 4.2.0]

lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList := 
removeFromList(div)
lib.parseFunc_RTE.externalBlocks := addToList(div)
lib.parseFunc_RTE.externalBlocks.div.stripNL = 1
lib.parseFunc_RTE.externalBlocks.div.callRecursive = 1

[END]

All mentioned in [compatVersion = 4.2.0] has been defined in the root TS 
template for lib.parseFunc_RTE - there is no differencies.

BTW. It might be reasonable to add for tinymce_rte some more TS

> 2) Are you using the same RTE editor?

apparently not but I just presume that RTE db field > FE transformation 
would be the same

TS config for pages handles RTE field > db and db > RTE field conversions,
but that should not affect RTE db field transformation, which relates 
with lib.parseFunc_RTE. Or does it?


More information about the TYPO3-project-rte mailing list