Skip to content

Commit

Permalink
[BOT][TASK] Automatic Update of ViewHelper reference
Browse files Browse the repository at this point in the history
  • Loading branch information
typo3-documentation-team committed May 10, 2024
1 parent 7a09661 commit b17b429
Show file tree
Hide file tree
Showing 146 changed files with 445 additions and 60 deletions.
16 changes: 12 additions & 4 deletions Documentation/typo3/backend/latest/ArrayBrowser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@

.. _typo3-backend-arraybrowser:

================================================
ArrayBrowser ViewHelper `<backend:arrayBrowser>`
================================================
===========================================
ArrayBrowser ViewHelper `<be:arrayBrowser>`
===========================================

.. note::
This ViewHelper is not available by default.

:ref:`Import its namespace <t3coreapi:fluid-syntax-viewhelpers-import-namespaces>`
:fluid:`{namespace be=TYPO3\CMS\Backend\ViewHelpers\}` in the Fluid file or
:fluid:`xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers/"` in the opening HTML tag.


Renders a given array as tree

Expand All @@ -25,7 +33,7 @@ Go to the source code of this ViewHelper: `ArrayBrowserViewHelper.php (GitHub) <
Arguments
=========

The following arguments are available for `<backend:arrayBrowser>`:
The following arguments are available for `<be:arrayBrowser>`:

.. contents::
:local:
Expand Down
16 changes: 12 additions & 4 deletions Documentation/typo3/backend/latest/Avatar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@

.. _typo3-backend-avatar:

====================================
Avatar ViewHelper `<backend:avatar>`
====================================
===============================
Avatar ViewHelper `<be:avatar>`
===============================

.. note::
This ViewHelper is not available by default.

:ref:`Import its namespace <t3coreapi:fluid-syntax-viewhelpers-import-namespaces>`
:fluid:`{namespace be=TYPO3\CMS\Backend\ViewHelpers\}` in the Fluid file or
:fluid:`xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers/"` in the opening HTML tag.


Render the avatar markup, including the :html:`<img>` tag, for a given backend user.

Expand Down Expand Up @@ -60,7 +68,7 @@ Go to the source code of this ViewHelper: `AvatarViewHelper.php (GitHub) <https:
Arguments
=========

The following arguments are available for `<backend:avatar>`:
The following arguments are available for `<be:avatar>`:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions Documentation/typo3/backend/latest/Index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. This reStructured text file has been automatically generated, do not change.
.. include:: /Includes.rst.txt

=============
Expand Down
16 changes: 12 additions & 4 deletions Documentation/typo3/backend/latest/LanguageColumn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@

.. _typo3-backend-languagecolumn:

====================================================
LanguageColumn ViewHelper `<backend:languageColumn>`
====================================================
===============================================
LanguageColumn ViewHelper `<be:languageColumn>`
===============================================

.. note::
This ViewHelper is not available by default.

:ref:`Import its namespace <t3coreapi:fluid-syntax-viewhelpers-import-namespaces>`
:fluid:`{namespace be=TYPO3\CMS\Backend\ViewHelpers\}` in the Fluid file or
:fluid:`xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers/"` in the opening HTML tag.




Expand All @@ -25,7 +33,7 @@ Go to the source code of this ViewHelper: `LanguageColumnViewHelper.php (GitHub)
Arguments
=========

The following arguments are available for `<backend:languageColumn>`:
The following arguments are available for `<be:languageColumn>`:

.. contents::
:local:
Expand Down
16 changes: 12 additions & 4 deletions Documentation/typo3/backend/latest/Link/EditRecord.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@

.. _typo3-backend-link-editrecord:

======================================================
Link.editRecord ViewHelper `<backend:link.editRecord>`
======================================================
=================================================
Link.editRecord ViewHelper `<be:link.editRecord>`
=================================================

.. note::
This ViewHelper is not available by default.

:ref:`Import its namespace <t3coreapi:fluid-syntax-viewhelpers-import-namespaces>`
:fluid:`{namespace be=TYPO3\CMS\Backend\ViewHelpers\}` in the Fluid file or
:fluid:`xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers/"` in the opening HTML tag.


Use this ViewHelper to provide edit links to records. The ViewHelper will
pass the uid and table to FormEngine.
Expand Down Expand Up @@ -58,7 +66,7 @@ Go to the source code of this ViewHelper: `EditRecordViewHelper.php (GitHub) <ht
Arguments
=========

The following arguments are available for `<backend:link.editRecord>`:
The following arguments are available for `<be:link.editRecord>`:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions Documentation/typo3/backend/latest/Link/Index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. This reStructured text file has been automatically generated, do not change.
.. include:: /Includes.rst.txt

====
Expand Down
16 changes: 12 additions & 4 deletions Documentation/typo3/backend/latest/Link/NewRecord.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@

.. _typo3-backend-link-newrecord:

====================================================
Link.newRecord ViewHelper `<backend:link.newRecord>`
====================================================
===============================================
Link.newRecord ViewHelper `<be:link.newRecord>`
===============================================

.. note::
This ViewHelper is not available by default.

:ref:`Import its namespace <t3coreapi:fluid-syntax-viewhelpers-import-namespaces>`
:fluid:`{namespace be=TYPO3\CMS\Backend\ViewHelpers\}` in the Fluid file or
:fluid:`xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers/"` in the opening HTML tag.


Use this ViewHelper to provide 'create new record' links.
The ViewHelper will pass the command to FormEngine.
Expand Down Expand Up @@ -94,7 +102,7 @@ Go to the source code of this ViewHelper: `NewRecordViewHelper.php (GitHub) <htt
Arguments
=========

The following arguments are available for `<backend:link.newRecord>`:
The following arguments are available for `<be:link.newRecord>`:

.. contents::
:local:
Expand Down
16 changes: 12 additions & 4 deletions Documentation/typo3/backend/latest/Mfa/IfHasState.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@

.. _typo3-backend-mfa-ifhasstate:

====================================================
Mfa.ifHasState ViewHelper `<backend:mfa.ifHasState>`
====================================================
===============================================
Mfa.ifHasState ViewHelper `<be:mfa.ifHasState>`
===============================================

.. note::
This ViewHelper is not available by default.

:ref:`Import its namespace <t3coreapi:fluid-syntax-viewhelpers-import-namespaces>`
:fluid:`{namespace be=TYPO3\CMS\Backend\ViewHelpers\}` in the Fluid file or
:fluid:`xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers/"` in the opening HTML tag.


Check if the given provider for the current user has the requested state set

Expand All @@ -25,7 +33,7 @@ Go to the source code of this ViewHelper: `IfHasStateViewHelper.php (GitHub) <ht
Arguments
=========

The following arguments are available for `<backend:mfa.ifHasState>`:
The following arguments are available for `<be:mfa.ifHasState>`:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions Documentation/typo3/backend/latest/Mfa/Index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. This reStructured text file has been automatically generated, do not change.
.. include:: /Includes.rst.txt

===
Expand Down
16 changes: 12 additions & 4 deletions Documentation/typo3/backend/latest/ModuleLayout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@

.. _typo3-backend-modulelayout:

================================================
ModuleLayout ViewHelper `<backend:moduleLayout>`
================================================
===========================================
ModuleLayout ViewHelper `<be:moduleLayout>`
===========================================

.. note::
This ViewHelper is not available by default.

:ref:`Import its namespace <t3coreapi:fluid-syntax-viewhelpers-import-namespaces>`
:fluid:`{namespace be=TYPO3\CMS\Backend\ViewHelpers\}` in the Fluid file or
:fluid:`xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers/"` in the opening HTML tag.


A ViewHelper for having properly styled backend modules.
It is recommended to use it in Fluid Layouts.
Expand Down Expand Up @@ -42,7 +50,7 @@ Go to the source code of this ViewHelper: `ModuleLayoutViewHelper.php (GitHub) <
Arguments
=========

The following arguments are available for `<backend:moduleLayout>`:
The following arguments are available for `<be:moduleLayout>`:

.. contents::
:local:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. This reStructured text file has been automatically generated, do not change.
.. include:: /Includes.rst.txt

======
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@

.. _typo3-backend-modulelayout-button-linkbutton:

====================================================================================
ModuleLayout.button.linkButton ViewHelper `<backend:moduleLayout.button.linkButton>`
====================================================================================
===============================================================================
ModuleLayout.button.linkButton ViewHelper `<be:moduleLayout.button.linkButton>`
===============================================================================

.. note::
This ViewHelper is not available by default.

:ref:`Import its namespace <t3coreapi:fluid-syntax-viewhelpers-import-namespaces>`
:fluid:`{namespace be=TYPO3\CMS\Backend\ViewHelpers\}` in the Fluid file or
:fluid:`xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers/"` in the opening HTML tag.


A ViewHelper for adding a link button to the doc header area.
It must be a child of :ref:`<be:moduleLayout> <typo3-backend-modulelayout>`.
Expand Down Expand Up @@ -39,7 +47,7 @@ Go to the source code of this ViewHelper: `LinkButtonViewHelper.php (GitHub) <ht
Arguments
=========

The following arguments are available for `<backend:moduleLayout.button.linkButton>`:
The following arguments are available for `<be:moduleLayout.button.linkButton>`:

.. contents::
:local:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@

.. _typo3-backend-modulelayout-button-shortcutbutton:

============================================================================================
ModuleLayout.button.shortcutButton ViewHelper `<backend:moduleLayout.button.shortcutButton>`
============================================================================================
=======================================================================================
ModuleLayout.button.shortcutButton ViewHelper `<be:moduleLayout.button.shortcutButton>`
=======================================================================================

.. note::
This ViewHelper is not available by default.

:ref:`Import its namespace <t3coreapi:fluid-syntax-viewhelpers-import-namespaces>`
:fluid:`{namespace be=TYPO3\CMS\Backend\ViewHelpers\}` in the Fluid file or
:fluid:`xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers/"` in the opening HTML tag.


A ViewHelper for adding a shortcut button to the doc header area.
It must be a child of :ref:`<be:moduleLayout> <typo3-backend-modulelayout>`.
Expand Down Expand Up @@ -38,7 +46,7 @@ Go to the source code of this ViewHelper: `ShortcutButtonViewHelper.php (GitHub)
Arguments
=========

The following arguments are available for `<backend:moduleLayout.button.shortcutButton>`:
The following arguments are available for `<be:moduleLayout.button.shortcutButton>`:

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions Documentation/typo3/backend/latest/ModuleLayout/Index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. This reStructured text file has been automatically generated, do not change.
.. include:: /Includes.rst.txt

============
Expand Down
16 changes: 12 additions & 4 deletions Documentation/typo3/backend/latest/ModuleLayout/Menu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@

.. _typo3-backend-modulelayout-menu:

==========================================================
ModuleLayout.menu ViewHelper `<backend:moduleLayout.menu>`
==========================================================
=====================================================
ModuleLayout.menu ViewHelper `<be:moduleLayout.menu>`
=====================================================

.. note::
This ViewHelper is not available by default.

:ref:`Import its namespace <t3coreapi:fluid-syntax-viewhelpers-import-namespaces>`
:fluid:`{namespace be=TYPO3\CMS\Backend\ViewHelpers\}` in the Fluid file or
:fluid:`xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers/"` in the opening HTML tag.


A ViewHelper for adding a menu to the doc header area
of :ref:`<be:moduleLayout> <typo3-backend-modulelayout>`. It accepts only
Expand Down Expand Up @@ -39,7 +47,7 @@ Go to the source code of this ViewHelper: `MenuViewHelper.php (GitHub) <https://
Arguments
=========

The following arguments are available for `<backend:moduleLayout.menu>`:
The following arguments are available for `<be:moduleLayout.menu>`:

.. contents::
:local:
Expand Down
16 changes: 12 additions & 4 deletions Documentation/typo3/backend/latest/ModuleLayout/MenuItem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@

.. _typo3-backend-modulelayout-menuitem:

==================================================================
ModuleLayout.menuItem ViewHelper `<backend:moduleLayout.menuItem>`
==================================================================
=============================================================
ModuleLayout.menuItem ViewHelper `<be:moduleLayout.menuItem>`
=============================================================

.. note::
This ViewHelper is not available by default.

:ref:`Import its namespace <t3coreapi:fluid-syntax-viewhelpers-import-namespaces>`
:fluid:`{namespace be=TYPO3\CMS\Backend\ViewHelpers\}` in the Fluid file or
:fluid:`xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers/"` in the opening HTML tag.


A ViewHelper for adding a menu item to a doc header menu.
It must be a child of :ref:`<be:moduleLayout.menu> <typo3-backend-modulelayout-menu>`.
Expand Down Expand Up @@ -37,7 +45,7 @@ Go to the source code of this ViewHelper: `MenuItemViewHelper.php (GitHub) <http
Arguments
=========

The following arguments are available for `<backend:moduleLayout.menuItem>`:
The following arguments are available for `<be:moduleLayout.menuItem>`:

.. contents::
:local:
Expand Down
16 changes: 12 additions & 4 deletions Documentation/typo3/backend/latest/ModuleLink.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@

.. _typo3-backend-modulelink:

============================================
ModuleLink ViewHelper `<backend:moduleLink>`
============================================
=======================================
ModuleLink ViewHelper `<be:moduleLink>`
=======================================

.. note::
This ViewHelper is not available by default.

:ref:`Import its namespace <t3coreapi:fluid-syntax-viewhelpers-import-namespaces>`
:fluid:`{namespace be=TYPO3\CMS\Backend\ViewHelpers\}` in the Fluid file or
:fluid:`xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers/"` in the opening HTML tag.


Create internal link within backend.

Expand Down Expand Up @@ -40,7 +48,7 @@ Go to the source code of this ViewHelper: `ModuleLinkViewHelper.php (GitHub) <ht
Arguments
=========

The following arguments are available for `<backend:moduleLink>`:
The following arguments are available for `<be:moduleLink>`:

.. contents::
:local:
Expand Down
Loading

0 comments on commit b17b429

Please sign in to comment.