Get the value of the abstract & title of record with uid 167 from table "pages":
10 = TEXT
10.value = <h2>{DB : pages:167:title}</h2> <p>{DB : pages:167:abstract}</p>
10.insertData = 1
getText | get content from the $cObj->data-array[header]: = field : header get content from the $cObj->parameters-array[color]: = parameters : color get content from the $GLOBALS["TSFE"]->register[color]: = register : color get the title of the page on the first level of the rootline: = leveltitle : 1 get the title of the page on the level right below the current page AND if that is not present, walt to the bottom of the rootline until there's a title: = leveltitle : -2 , slide get the id of the root-page of the website (level zero) = leveluid : 0 Gets the value of the user defined field "user_myExtField" in the root line (requires additional config in TYPO3_CONF_VARS to include field!) = levelfield : -1 , user_myExtField , slide get the env var HTTP_REFERER: = getenv : HTTP_REFERER get the env variable $HTTP_COOKIE_VARS[some_cookie]: = global : HTTP_COOKIE_VARS | some_cookie get the current time formatted dd-mm-yy: = date : d-m-y get the current page-title: = page : title get the current value: = current : 1 get input value from query string, (&stuff=) = GPvar : stuff get input value from query string, (&stuff[key]=) = GPvar : stuff | key get the current id = TSFE : id get the value of the header of record with uid 234 from table tt_content: = DB : tt_content:234:header Gets the title of the page right before the start of the current website: = fullRootLine : -1, title Returns localized label for logout button = LLL:EXT:css_styled_content/pi1/locallang.php:login.logout Outputs the current root-line visually in HTML: = debug : rootLine |


