FAF: Documentation UI Twig Blocks

This commit is contained in:
Eric
2021-05-30 11:45:13 +02:00
parent 862e49ba4e
commit 96bf56b51c
37 changed files with 355 additions and 135 deletions

View File

@@ -20,8 +20,8 @@ Twig Tag
:Tag: **UIToolbar**
:Syntax:
::
.. code-block:: twig
{% UIToolbar Type {Parameters} %}
Content Goes Here
@@ -44,7 +44,7 @@ Toolbar ForAction
:syntax:
::
.. code-block:: twig
{% UIToolbar ForAction {sId:'value'} %}
Content Goes Here
@@ -63,7 +63,7 @@ Toolbar Standard
:syntax:
::
.. code-block:: twig
{% UIToolbar Standard {sId:'value', aContainerClasses:{name:value, name:value}} %}
Content Goes Here
@@ -84,7 +84,7 @@ Toolbar ForButton
:syntax:
::
.. code-block:: twig
{% UIToolbar ForButton {sId:'value', aContainerClasses:{name:value, name:value}} %}
Content Goes Here

View File

@@ -20,8 +20,8 @@ Twig Tag
:Tag: **UIToolbarSpacer**
:Syntax:
::
.. code-block:: twig
{% UIToolbarSpacer Type {Parameters} %}
@@ -38,7 +38,7 @@ ToolbarSpacer Standard
:syntax:
::
.. code-block:: twig
{% UIToolbarSpacer Type Standard {sId:'value'} %}