Pascal Bartl
Quiz by , created more than 1 year ago

TYPO3 CD 2020 (zweite Auflage) Quiz on 6.1 General Knowledge, created by Pascal Bartl on 09/04/2021.

0
0
0
Pascal Bartl
Created by Pascal Bartl over 3 years ago
Close

6.1 General Knowledge

Question 1 of 3

1

Which of the following declarations is the correct syntax for a namespace in Fluid? (1)

Select one or more of the following:

  • {namespace foo=\Vendor\MyExtension\ViewHelpers}

  • {namespace foo=Vendor\MyExtension\ViewHelpers}

  • {namespace foo=Vendor/MyExtension/ViewHelpers}

  • {namespace foo=/Vendor/MyExtension/ViewHelper}

  • {namespace foo=\\Vendor\\MyExtension\\ViewHelpers}

Explanation

Question 2 of 3

1

Which of the following declarations is the correct syntax for a namespace in Fluid? (1)

Select one or more of the following:

  • <!doctype typo3-fluid>
    <html>
    ...
    </html>

  • <html id="typo3-fluid">
    ...
    </html>

  • <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers">
    ...
    </html>

  • <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
    data-namespace-typo3-fluid="true" ...>
    ...
    </html>

Explanation

Question 3 of 3

1

Which of the following ViewHelper syntax are valid, if the ViewHelper’s name is FooBar? (3)

Select one or more of the following:

  • <f:fooBar arguments="{key: 'value'}">content</f:fooBar>

  • <f:fooBar arguments="{key: 'value'}" />

  • <f:fooBar {key: 'value'} />

  • {f:fooBar(key: 'value')}

  • {f:fooBar->(key: 'value')}

Explanation