From 5fb198f3326590c73f20bc31b9a2132d788703c2 Mon Sep 17 00:00:00 2001 From: Tobias Liebig Date: Sun, 26 Dec 2010 11:17:55 +0000 Subject: [PATCH] Fixed bug #16663: include TSRef changes (4.5) for t3editor code completion (thanks to Christian Kartnig) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9898 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 1 + typo3/sysext/t3editor/res/tsref/tsref.xml | 382 +++++++++++++++++++--- 2 files changed, 333 insertions(+), 50 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a9cecb44e2c..328bfa141899 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2010-12-26 Tobias Liebig * Fixed bug #16661: include TSRef changes (4.4) for t3editor code completion (thanks to Christian Kartnig) + * Fixed bug #16663: include TSRef changes (4.5) for t3editor code completion (thanks to Christian Kartnig) 2010-12-26 Tolleiv Nietsch diff --git a/typo3/sysext/t3editor/res/tsref/tsref.xml b/typo3/sysext/t3editor/res/tsref/tsref.xml index f50c8528afd5..c90b902787b2 100644 --- a/typo3/sysext/t3editor/res/tsref/tsref.xml +++ b/typo3/sysext/t3editor/res/tsref/tsref.xml @@ -125,8 +125,8 @@ helloWorld.value = this item will be returned ]]> - - + ]]> @@ -161,8 +161,8 @@ helloWorld.value = this item will be returned - - + @@ -171,8 +171,9 @@ helloWorld.value = this item will be returned - - + - - -params + + -params/stdWrap ]]> @@ -240,8 +241,8 @@ background-color for the gap-tablecells]]> - - + @@ -251,13 +252,14 @@ background-color for the gap-tablecells]]> - - -params + + -params/stdWrap ]]> - - + + @@ -441,6 +443,11 @@ Use this feature in templates supplying other content-types than HTML. That coul + + + + + + + + +This is especially useful if you want to add RDFa or microformats to your html. +]]> + @@ -1256,16 +1279,17 @@ Any other string is used as the XML prologue itself.]]> - - + +.collect (integer/stdWrap): If set, all content elements found on current and parent pages will be collected. Otherwise, the sliding would stop after the first hit. Set this value to the amount of levels to collect on, or use "-1" to collect up to the siteroot. +.collectFuzzy (boolean/stdWrap): Only useful in collect mode. If no content elements have been found for the specified depth in collect mode, traverse further until at least one match has occurred. +.collectReverse (boolean/stdWrap): Change order of elements in collect mode. If set, elements of the current page will be on the bottom.]]> @@ -1283,59 +1307,94 @@ NOTE: Only tables allowed are "pages" or tables prefixed with one of these: "tt_ - - + + + + + + + + + + + + + + + + - - + + - - + + - - + - - + - - + + - - + - - + + - - -params + + -params/stdWrap ]]> - - + + + + + + @@ -1499,15 +1558,16 @@ If no alttext is specified, it will use an empty alttext]]> - - + - - + + @@ -1518,10 +1578,16 @@ The maximum filesize of documents to be read is set to 1024 kb internally!]]> - + + + + + @@ -1809,6 +1875,20 @@ This sets the default to 200 px width, but excludes check-boxes and sets textare + + ###RADIO_GROUP_LABEL###| + ]]> + ###RADIO_GROUP_LABEL###| +]]> + + + + + @@ -2122,6 +2202,46 @@ v,h  is the dimensions]]> ]]> + + + + + + + + + + - - + wrap/stdWrap @@ -6318,6 +6438,15 @@ javascriptLibs { # includes ExtJS debug file (uncompressed) ExtJs.debug = 1 + + #load SVG library + SVG = 1 + + #add SVG debug + SVG.debug = 1 + + #force render with flash + SVG.forceFlash = 1 } ]]> - - + + @@ -6806,6 +6936,20 @@ instead.]]> + + + + + + + + @@ -6970,6 +7114,26 @@ This crops 100x100px; from landscape-images a bit right of the center and portra + + + // note src="test.jpg" is the _original_ file. + +Usage: + + For creating PDFs or printing of pages the original file could provide much better quality as a recaled one + ]]> + + @@ -7080,6 +7244,27 @@ The property "selectFields" is overridden internally with "count(*)".]]> + + + + + + + + + + + + + + + + + + @@ -7967,6 +8188,56 @@ Uses "renderCharset" for the operation.]]> | if align is set]]> + + + + + + + + + + + + + + + + + + + + + ) + noscript.cObject = TEXT + noscript.cObject.value = no svg rendering possible, use a browser +} +]]> + + + + + @@ -8136,6 +8407,17 @@ class="board"]]> + + + + -- 2.20.1