Chandan Web Blog.

Entries Tagged ‘RTE’

How to Customize RTE for table fields in Typo3 Extensions ?

In the ext_localconf.php file of the extension, add the below code. t3lib_extMgm::addUserTSConfig(‘ page.RTE.config.your_table_name.field_name.showButtons = bold, italic, orderedlist, unorderedlist ‘);

Line break converts to Paragraph in Tinyrte ?

In  TS config for pages add the below lines RTE.default.proc.dontConvBRtoParagraph = 1 That’s it. As the code describes it does not allow BR to convert to Paragraph.

How to enable click enlarge image in Typo3 RTE ?

1) Go to the extension manager and click on the extension “htmlArea RTE” and there check “Enable images in the RTE[enableImages]”.  After that click on “Update” on the bottom. 2) Include the static template “Clickenlarge Rendering (rtehtmlarea) “. 3) Insert the image in RTE and set on “Click-enlarge” option.

  
Subscribe to this page grab our RSS feed
search_left
Theme & Wordpress Integration - by Chandan