Login / Status
developer.Resource
Home . Extensions . Repository
Sponsors
hosted by punkt.deTYPO3 and Open Source MagazineAOE Media

Extension Repository

The official extension repository only consists of freely available extensions. New documentation is rendered once a day.


CSS styled MULTIMEDIA


InfoRatingsFeedback


  • Icon
    css_styled_multimedia
    Title
    CSS styled MULTIMEDIA
    Extension key
    ( css_styled_multimedia )
    State
    beta, Not reviewed!
    Author
    Andreas Schwarzkopf
    Category
    fe
    Version
    0.1.3
    Manual
    Read online
    Downloads (total / this version)
    1590 / 1432
    Rating
    none
    Updated
    29.09.2005
    Upload comment
    - flexform bug solved
    Description
    CSS based, XHTML and accessibility compliant implementation of the MULTIMEDIA cObject as addon for css_styled_content
  • Dependencies
    • depends on typo3
    • depends on php
    • depends on css_styled_content
    Reverse dependencies

    The following extension versions depend on this extension:

    Version history
    • 0.1.2: - icon added ;-)
    • 0.1.1: - TS config added: addParams, addAttribs
    • 0.1.0: initial TER version
    Download extension

    Download compressed extension .T3X file

  • Filename Size View Date Download
    ChangeLog 116 View 12.08.2005 Download
    class.tx_cssstyledmultimedia.php 14.3 K View 05.09.2005 Download
    ext_conf_template.txt 329 View 12.08.2005 Download
    ext_icon.gif 167 View 07.09.2005 Download
    ext_localconf.php 881 View 31.08.2005 Download
    ext_tables.php 2.3 K View 29.09.2005 Download
    ext_tables.sql 130 View 29.09.2005 Download
    locallang_db.php 630 View 29.09.2005 Download
    doc/manual.sxw 27 K 29.09.2005 Download
    doc/wizard_form.dat 678 12.08.2005 Download
    doc/wizard_form.html 4.9 K 12.08.2005 Download
    static/setup.txt 570 View 29.09.2005 Download
    Preview for file css_styled_multimedia-0.1.3-static__setup__txt:
    
    includeLibs.tx_cssstyledmultimedia = EXT:css_styled_multimedia/class.tx_cssstyledmultimedia.php

    tt_content.multimedia.20 = USER
    tt_content.multimedia.20.userFunc = tx_cssstyledmultimedia->cssMULTIMEDIA
    tt_content.multimedia.20 {
      width = {$styles.content.imgtext.maxW}
      width.override.field = imagewidth
      height = {$styles.content.imgtext.maxW}
      height.override.field = imageheight
      stdWrap.wrap = <div class="multimedia">|</div>
      alternative.field = imagecaption
      alternative.parseFunc = < lib.parseFunc_RTE
      aparams.field = tx_cssstyledmultimedia_parameters
    }