--- C:/DOKUME~1/HAHNEP~1/LOKALE~1/Temp/tsref.-revBASE.svn003.tmp.xml Fr Dez 17 15:10:59 2010 +++ C:/Programme/TYPO3_4.2.1/htdocs/4.5.0beta2/typo3/sysext/t3editor/res/tsref/tsref.xml Fr Dez 17 15:10:03 2010 @@ -449,7 +449,9 @@ "xhtml_strict" for XHTML 1.0 Strict doctype. "xhtml_basic" for XHTML basic doctype. "xhtml_11" for XHTML 1.1 doctype. +"xhtml+rdf_10" for XHTML+RDFa 1.0 doctype. "xhtml_2" for XHTML 2 doctype. +"html_5" for HTML5 "none" for NO doctype at all. Note that the keywords also change the way TYPO3 generates some of the XHTML tags to ensure valid XML. If you set doctype to a string, then you must also set config.xhtmlDoctype (see below). @@ -6610,19 +6612,24 @@ - - + +.secure.mimeTypes = pdf=application/pdf, doc=application/msword + +.parameter = [string/stdWrap]; By default the jumpurl link will use the current pid and typeNum. +If you need alternative values (e.g. for logging) you can specify them here. +For options see typolink.parameter]]> @@ -6673,6 +6680,41 @@ ]]> + + + + + + + + + + + + + + @@ -7241,6 +7283,36 @@ + + .value (value) sets the value directly +.commaSeparatedList (bool) If set the value is interpreted as a comma separated list of values. Each value in +the list is individually escaped and quoted. +(stdWrap properties ...) All stdWrap properties can be used for each markername + +Example: + +page.60 = CONTENT +page.60 { + table = tt_content + select { + pidInList = 73 + where = header != ###whatever### + orderBy = ###sortfield### + markers { + whatever.data = GP:first + sortfield.value = sor + sortfield.wrap = |ting + } + } +} +]]> + +