mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 13:08:45 +02:00
FAF: Documentation UI Twig Blocks - support @see in comments
This commit is contained in:
@@ -54,7 +54,7 @@ Twig Tag
|
||||
+--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`LinkNeutral <ButtonLinkNeutral>` | Make a link Button component to open an URL instead of triggering a form action |
|
||||
+--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`IconLink <ButtonIconLink>` | Make an icon button with link |
|
||||
| :ref:`IconLink <ButtonIconLink>` | @param string $sIconClasses |
|
||||
+--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`DestructiveIconLink <ButtonDestructiveIconLink>` | @param string $sIconClasses |
|
||||
+--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------+
|
||||
@@ -72,13 +72,13 @@ Button Neutral
|
||||
|
||||
:parameters:
|
||||
|
||||
+--------+--------+-----------+------+----------------------------+
|
||||
| sLabel | string | mandatory | | |
|
||||
+--------+--------+-----------+------+----------------------------+
|
||||
| sName | string | optional | NULL | See {@link Button::$sName} |
|
||||
+--------+--------+-----------+------+----------------------------+
|
||||
| sId | string | optional | NULL | |
|
||||
+--------+--------+-----------+------+----------------------------+
|
||||
+--------+--------+-----------+------+--------------------------------------------+
|
||||
| sLabel | string | mandatory | | |
|
||||
+--------+--------+-----------+------+--------------------------------------------+
|
||||
| sName | string | optional | NULL | The HTML name of the button, used by forms |
|
||||
+--------+--------+-----------+------+--------------------------------------------+
|
||||
| sId | string | optional | NULL | Id of the main HTML tag |
|
||||
+--------+--------+-----------+------+--------------------------------------------+
|
||||
|
||||
.. _ButtonForPrimaryAction:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user