Download  |  Search  |  Log in  |  FAQ  |  Memberlist  |  Online  |  TYPO3.org Developer Resource
Home » Backend » Rich Text Editor
Post new topic   Reply to topic Page 1 of 1 [3 Posts] text-image formatting issue in RTE
Author Message
rashmi.rani



Joined: 07 Feb 2007
Posts: 4

PostPosted: 07 Feb 2007 - 12:04 pm    Post subject:  text-image formatting issue in RTE
Subject description: RTE shows formatting as applied but not stored in DB
Reply with quote

hi members,
I started working in TYPO3 since few months.
I developed two test sites with typo3.
one was in typo3 4.0. i installed rtehtmlarea and configure in backend.
works very fine.
now problem raised in other site.
it was developed in 3.8.
i imported and installed ext rtehtmlarea in backend, but not worked properly.
then i upgrade typo3 ver to 4.2 and it worked but not fully.
I applied whatever formatting to text/image shows good.
but it cann't store image resize information and text formatting information in DB.

Pl. help me to fix my problem.
Back to top
View user's profile Send private message
ttb



Joined: 03 Dec 2005
Posts: 80
Location: Schwerin (Germany)

PostPosted: 11 Feb 2007 - 7:53 pm    Post subject: Reply with quote

You have to allow this options whith a TS like this:
Line:  Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  showButtons = blockstylelabel, blockstyle, textstylelabel, textstyle, fontstyle, fontsize, bold, italic, underline, strikethrough, subscript, superscript, left, center, right, justifyfull, orderedlist, unorderedlist, outdent, indent, textcolor, bgcolor, textindicator, insertcharacter, link, image, table, findreplace, chMode, removeformat, copy, cut, paste, undo, redo, toggleborders, tableproperties, rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit, columninsertbefore, columninsertafter, columndelete, columnsplit, cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit, cellmerge, chmode
  ignoreMainStyleOverride = 0
  mainStyleOverride = body.htmlarea-content-body, body.htmlarea-content-body table { font-size: 12pt; }
  showStatusBar = 1
  removeTags =
  removeTagsAndContents =
  hideTags =
}
RTE.default.proc {
  allowTags (
    front, a, abbr, acronym, address, blockquote, b, br, caption, center, cite, code, div, em, font, h1, h2, h3, h4, h5, h6, hr, i, img, li, link, ol, p, pre, q, span, strike, strong, sub, sup, table, thead, tbody, tfoot, td, th, tr, tt, u, ul
  )
  keepPDIVattribs = class, style, align
  denyTags =
  entryHTMLparser_db = 1
  entryHTMLparser_db {
    allowTags < RTE.default.proc.allowTags
    denyTags  < RTE.default.proc.denyTags
    removeTags =
  }
}
 Show complete code
Back to top
View user's profile Send private message Visit poster's website
rashmi.rani



Joined: 07 Feb 2007
Posts: 4

PostPosted: 12 Feb 2007 - 7:18 am    Post subject: Reply with quote

Hello ttb,
thanks for reply n help me.
but still after applying given tsconfig. i found no change in result.
kindly guide me.

I have other question also : in RTEhtmlaread text alignment cann't be stored in DB.

with thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [3 Posts] View previous topic :: View next topic
Home » Backend » Rich Text Editor
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum