Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

1.2. Users manual

How to add a render engine:

  1. Add this Typoscript to your main Template:

lib.imgtextrendering.RenderEExample {
    imageRowStdWrap.wrap = <div style="width:{register:rowwidth}px;"> | </div>
   imageRowStdWrap.insertData = 1
    noRowsStdWrap.wrap =
    oneImageStdWrap.wrap = <div style="height:{register:imageheight};width:{register:imagespace}px;margin-right:{register:colspacing}px;"> | </div>
    oneImageStdWrap.insertData = 1
    imgTagStdWrap.wrap = <div>|</div>
    editIconsStdWrap.wrap = <dd> | </dd>
    caption.wrap = <div>|</div>
    frameW = 25
    frameH = 50
}
  1. Add this Php-Codeline to EXT:ext_localconf.php:

    t3lib_extMgm::addPageTSConfig('TCEFORM.tt_content.tx_ch_imgtext_renderengine_renderMethod.addItems. RenderEExample = My new killer render engine');

  2. Clear cache in typo3conf