Einzelnen Beitrag anzeigen
Alt 31.08.2004, 20:07   #1
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard Was macht ' >' in php/typo3

weiß jemand was das bedeutet:' >'
Ohne Anführungszeichen? In den Typo3 Dokumenten kommt das immer wieder vor, ich hab aber bisher noch keine Erklärung dafür gefunden.
z.B.:
PHP-Code:
# Make sure nonTypoTagStdWrap operates on content outside <typolist> and <typohead> only:
tt_content.text.20.parseFunc.tags.typolist.breakoutTypoTagContent 1
tt_content
.text.20.parseFunc.tags.typohead.breakoutTypoTagContent 1
# ... and no 
 
before typohead.
tt_content.text.20.parseFunc.tags.typohead.stdWrap.wrap >
# Setting up  nonTypoTagStdWrap to wrap the text with P-tags
tt_content.text.20.parseFunc.nonTypoTagStdWrap >
tt_content.text.20.parseFunc.nonTypoTagStdWrap.encapsLines {
  
encapsTagList div,p
  remapTag
.DIV P
  wrapNonWrappedLines 
= <P style="margin:0 0 0;">|</P>

  
# Forcing these attributes onto the encapsulation-tags if any
  
addAttributes.{
    
style=margin:0 0 0;
  }
  
innerStdWrap_all.ifEmpty 
  
innerStdWrap_all.textStyle tt_content.text.20.textStyle
}
# finally removing the old textstyle formatting on the whole bodytext part.
tt_content.text.20.textStyle >
# ... and 
-tag after the content is not needed either...
tt_content.text.20.wrap 
jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten