[Typo3] Rich Text Editor and tt_products problem
Jogvan Olsen
jo at atlanticvideo.dk
Mon Jan 31 15:16:48 CET 2005
I have earlier asked this question in the tt_products forum, but nobody was
able to answer me, so now I try this forum.
I'm using the tt_product (extended by ZK) 1.3.0 version
When I insert a table in the NOTE field for at a product, using the Rich
Text Editor (RTE), I get the HTML code listed on the SINGLE view page
instead of a table. When I view the source for the page (view source in the
browser), the source for the table looks like this:
<TABLE borderColor=#000000 cellSpacing=0 cellPadding=0
border=1><TBODY><TR><TD> cell1</TD><TD>cell2 </TD></TR><TR><TD> cell3</TD><TD>cell4 </TD></TR></TBODY></TABLE>
I'm using CSS styled content. I have inserted the code below in TSconfig on
my top page - this gives me the possibility to use tables in the tt_news
(version 2.0.2) text field. But it dosen't give the possibility to use
tables in tt_products note field.
Does anyone know how I can get tables created in the product NOTE field
(using RTE) to pass through to the frontend?
RTE >
RTE.default {
showButtons =
cut,copy,paste,formatblock,class,fontstyle,fontsize,textcolor,bold,italic,underline,left,center,right,orderedlist,unorderedlist,outdent,indent,link,table,bgcolor,image,emoticon,line,user
defaultLinkTarget =
dontConvBRtoParagraph = 1
proc.overruleMode = ts_css
proc.preserveTables = 1
proc.dontConvBRtoParagraph = 1
proc.entryHTMLparser_db = 1
proc.entryHTMLparser_db {
htmlSpecialChars = -1
allowTags =
table,tr,td,p,div,img,hr,a,br,pre,b,strong,i,em,u,li,ul,ol,span,h1,h2,h3,h4,h5,h6,dl,dt,dd,font
allowTagsOutside =
table,tr,td,p,div,img,hr,a,br,pre,b,strong,i.em,u,li,ul,ol,span,h1,h2,h3,h4,h5,h6,dl,dt,dd,font
allowTagsInTypolists =
table,tr,td,p,div,img,hr,a,br,pre,b,strong,i,em,u,li,ul,ol,span,h1,h2,h3,h4,h5,h6,dl,dt,dd,font
}
}
RTE.config.tt_content.bodytext < RTE.default
Thanks,
Jogvan
More information about the TYPO3-english
mailing list