UIUX : Giff UX Doc : add experiment ux ajax input feedback (#33661)

* New experiment Tooltip freeze

* fix tooltip ception

* clean

* New giff experimental input feedback

* New giff experimental input feedback

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
John BOTELLA
2025-03-31 12:01:00 +02:00
committed by GitHub
parent d0d4eedc4f
commit fc34a12e30
5 changed files with 224 additions and 1 deletions

View File

@@ -230,6 +230,13 @@ class Documentation
'submenu' => array(),
'summary' => array(),
),
'ExperimentalUxInputAjaxFeedback' => array(
'url' => dol_buildpath($this->baseUrl.'/experimental/experiments/input-feedback/index.php', 1),
'icon' => 'fas fa-flask',
'submenu' => array(),
'summary' => array(),
),
)
);