Andreas Kirilow
Quiz by , created more than 1 year ago

Programmierung Quiz on TYPO3 CI 2018 7.2, created by Andreas Kirilow on 20/12/2018.

3
0
0
Andreas Kirilow
Created by Andreas Kirilow over 5 years ago
Close

TYPO3 CI 2018 7.2

Question 1 of 4

1

What is the name of the TypoScript content object you need if you want to use Fluid to generate the page template? (1)

Select one or more of the following:

  • TEMPLATE

  • FLUID

  • FLUIDTEMPLATE

  • PAGETEMPLATE

  • FLUID_TEMPLATE

  • FLUID_ENGINE

Explanation

Question 2 of 4

1

Is it possible to access the page properties of a page template that was embedded using FLUIDTEMPLATE? (1)

Select one or more of the following:

  • No, that is not possible for security reasons.

  • No, not directly. You can access it via TypoScript and display the result in the template.

  • Yes, by using {pageproperties}.

  • Yes, by using {data}.

  • Yes, by using <INCLUDE data="pageproperties">.

Explanation

Question 3 of 4

1

Which of the following Fluid ViewHelpers do not exist? (2)

Select one or more of the following:

  • <f:if>

  • <f:base>

  • <f:render>

  • <f:section>

  • <f:else>

  • <f:format.raw>

  • <f:switch>

  • <f:html>

  • <f:format.translate>

  • <f:comment>

Explanation

Question 4 of 4

1

Replace ??? in the code below, so that content is displayed as {content} in a Fluid template? (1)

page = PAGE
page {
10 = FLUIDTEMPLATE
10 {
file = fileadmin/templates/Home.html
???
}
}

Select one or more of the following:

  • variable.content < styles.content.get

  • variables.content < styles.content.get

  • subparts.content < styles.content.get

  • marks.content < styles.content.get

  • variables.10.content < styles.content.get

  • content < styles.content.get

Explanation