[TYPO3-english] Extension: rounded_corners

Antonio Willybiro keiser_soze at hotmail.com
Sat Feb 14 14:12:09 CET 2009


Hi,

is it possible to have set different corners color for two seperate images 
on the same page?

I have 2 tt_news instances on the same page. for one i wouldlikethe image 
corners to be rounded white and for theother i would like the image corners 
tobe rounded black.

Ihave createdthe blackcorners etc.. and it work fine. buti can either have 
black corners on white corners on the same page.

is it possible to add the corner para,eter directlyinthe tt_news TS?

something like (the below does not work):

### NEWS TEXT
lib.singlenewstext = COA
lib.singlenewstext {
  10 < plugin.tt_news
  10 {
  code >
  code = SINGLE
  displaySingle {
     image {
        file.maxW = 240
        file.maxH = 180
        imageLinkWrap = 1
        noImage_stdWrap.wrap = |
        file.params = makerounded
        ##corner params##
        file.params.path =
       #corners filenames
         file.params.corner {
              ne =
             nw =
             se =
             sw =
                }
          }
   }
 }
} 



More information about the TYPO3-english mailing list