NEW Can set parameters with setup type yesno.

This commit is contained in:
Laurent Destailleur
2024-10-12 01:50:18 +02:00
parent 4c3608331d
commit fc8e85158d
2 changed files with 12 additions and 3 deletions

View File

@@ -12450,7 +12450,8 @@ function dolGetStatus($statusLabel = '', $statusLabelShort = '', $html = '', $st
* ],
* ]
* // phpcs:enable
* @return string html button
* Example: array('attr' => array('class' => 'reposition'))
* @return string html button
*/
function dolGetButtonAction($label, $text = '', $actionType = 'default', $url = '', $id = '', $userRight = 1, $params = array())
{