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 IMGTEXT


InfoRatingsFeedback


  • Icon
    cron_cssstyledimgtext
    Title
    CSS styled IMGTEXT
    Extension key
    ( cron_cssstyledimgtext )
    State
    beta, Not reviewed!
    Author
    Ernesto Baschny
    Category
    fe
    Version
    0.4.1
    Manual
    Read online
    Downloads (total / this version)
    7402 / 6338
    Rating
    none
    Updated
    13.10.2005
    Upload comment
    Fixed typo in the defaultRenderMethod constant (value a, should be dl) in 0.4.0 release . Ups!
    Description
    CSS based implementation of the "Text with Image" and "Image" content types (from tt_content).
  • Dependencies
    • depends on typo3 0.0.2-0.0.2
    • depends on php 0.0.2-0.0.2
    • depends on cms
    • depends on css_styled_content
    Reverse dependencies

    The following extension versions depend on this extension:

    Version history
      Download extension

      Download compressed extension .T3X file

    • Filename Size View Date Download
      class.ux_tslib_content.php 4.9 K View 08.09.2005 Download
      ext_conf_template.txt 231 View 12.10.2005 Download
      ext_icon.gif 177 View 08.09.2005 Download
      ext_localconf.php 470 View 12.10.2005 Download
      ext_tables.php 2.3 K View 08.09.2005 Download
      ext_tables.sql 284 View 08.09.2005 Download
      locallang_db.php 1.7 K View 08.09.2005 Download
      doc/manual.sxw 495 K 13.10.2005 Download
      pi1/class.tx_croncssstyledimgtext_pi1.php 22 K View 12.10.2005 Download
      static/constants.txt 4.4 K View 13.10.2005 Download
      static/setup.txt 8.4 K View 12.10.2005 Download
      Preview for file cron_cssstyledimgtext-0.4.1-static__constants__txt:
      
      styles.content.imgtext {
        # Set in CSS:
        rowSpace >

          # cat=content/cImage/a; type=string; label= Default Rendering Method: dl=definition list, ul=unsorted list, div=pure div (DIV), table=table-based (TABLE), custom=custom wrap.
        defaultRenderMethod = dl

          # TIP! if register[maxImageWidth] is set, this will override maxW
          # cat=content/cImage/b1; type=int+; label= Max Image Width: This indicates that maximum number of pixels (width) a block of images inserted as content is allowed to consume.
        maxW = 600
          # cat=content/cImage/b2; type=int+; label= Max Image Width (Text): Same as above, but this is the maximum width when text is wrapped around an imageblock. Default is 50% of the normal Max Image Width.
        maxWInText = 
          # cat=content/cImage/c1; type=int+; label= Default Image Width: This indicates that default number of pixels (width) a block of images inserted as content will consume, if the user didn't specify otherwise in the content object.
        defaultW = 
          # cat=content/cImage/c2; type=int+; label= Default Image Width (In Text): Same as above, but this is the default width when text is wrapped around an imageblock. Default is 50% of the normal Default Image Width.
        defaultWInText = 

          # cat=content/cImage/d1; type=boolean; label= Images, new window: If set, every click-enlarged image will open in it's own popup window and not the current popup window (which may have a wrong size for the image to fit in).
        linkWrap.newWindow = 0

          # cat=content/cImage/e0; type=boolean; label= Images, caption split: If this is checked, then the image caption will be split by each line and they will appear underneath the corresponding image in the imagelist.
        captionSplit = 1
          # cat=content/cImage/e1; type=boolean; label= Images, text split: If this is checked, then the image text (alt, title, longdesc) will be split by each line and they will appear on the corresponding images in the imagelist.
        alttextSplit = 1
          # cat=content/cImage/e2; type=string; label= Images, text split token: This is the token used to split the text (default is a new-line).
        alttextSplitToken =
          # cat=content/cImage/e3; type=string; label= Images, empty title handling: How will the 'title' attribute be handled if no title is given for an image. Possible choices: "keepEmpty", "useAlt" or "removeAttr". Recommended for accessibility is "removeAttr". For correct tooltips on IE, use "keepEmpty". For previous TYPO3 behaviour, use "useAlt".
        emptyTitleHandling = useAlt
          # cat=content/cImage/e4; type=boolean; label= Images, title in link: Do you want the 'title' attribute to be added to the surrounding <a> tag, if present? Recommended for accessibility is "true".
        titleInLink = 0
          # cat=content/cImage/e5; type=boolean; label= Images, title in link and IMG: If you have the title in the <a>-tag (titleInLink=true), you don't get the 'title' in the <img>-tag. IE will not show the tooltip anymore. So to get the 'title' in <img> too (to keep IE happy), set this too. Recommended for accessibility is "false". For correct tooltips on IE, set this to "true".
        titleInLinkAndImg = 0

          # cat=content/cImage/f1; type=int[0-100]; label= Column space: Horizontal distance between images in a block in content elements of type "Image" or "Text w/Image", as specified in CSS.
        colSpace = 10
          # cat=content/cImage/f2; type=int[0-100]; label= Column space, half: Half of column space.
        colSpaceHalf = 5
        textMargin >

          # cat=content/cImage/i1; type=color; label= Image border, color: Bordercolor of images in content elements when "Border"-option for element is set.
        borderColor = black
          # cat=content/cImage/i2; type=int[0-100]; label= Image border, thickness: Thickness of border around images in content elements when "Border"-option for element is set.
        borderThick = 2
          # cat=content/cImage/i3; type=int+; label= Image border, padding: Padding left and right to the image, before the border.
        borderSpace = 0
          # cat=content/cImage/i4; type=string; label= Image border CSS-selector: If you want your border to apply elsewhere, change this setting. E.g. to apply to the whole image+caption, use 'DIV.csi-border DIV.csi-imagewrap .csi-image'.
        borderSelector = DIV.csi-border DIV.csi-imagewrap .csi-image IMG

          # cat=content/cImage/z; type=boolean; label= Advanced, Separate rows: Create <div>'s around each created rows. Has some effects on how you can style it with CSS.
        separateRows = 0

      }