Extension Key: doc_core_tsref
Language: en
Keywords: tsref, typoscript, reference, forDevelopers, forAdvanced
Copyright 2000-2008, TYPO3 Core Development Team, <info@typo3.org>
This document is published under the Open Content License
available from http://www.opencontent.org/opl.shtml
The content of this document is related to TYPO3
- a GNU/GPL CMS/Framework available from www.typo3.org
Revised for TYPO3 4.2, January 2009
This document is a reference - it does not intend to guide you step by step into TYPO3 or TypoScript. So you should know what you are looking for when coming to this document and then let tutorials do the explanatory work for you.
All names and references in TypoScript are case sensitive! This is very important to notice. That means that:
myObject = HTML
myObject.Value = <BLINK> HTML - code </BLINK>
is not the same as
myObject = html
myObject.value = <BLINK> HTML - code </BLINK>
The latter case will not be recognized as the content-object "HTML". In this manual the case of objects is therefore important