better documentation

This commit is contained in:
Uwe Steinmann 2021-06-18 13:56:18 +02:00
parent a8921b67f8
commit fff27af7e6
2 changed files with 6 additions and 0 deletions

View File

@ -1319,6 +1319,9 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
* @param array $config contains elements
* id: id of modal box (must match target of getModalBoxLink())
* title: title of modal box
* content: content to be shown in the body of the box. Can be left
* empty if the body is loaded from the remote link passed to the button
* to open this box.
* buttons: array of buttons, each having a title and an optional id
* @return string
*/

View File

@ -1311,6 +1311,9 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
* @param array $config contains elements
* id: id of modal box (must match target of getModalBoxLink())
* title: title of modal box
* content: content to be shown in the body of the box. Can be left
* empty if the body is loaded from the remote link passed to the button
* to open this box.
* buttons: array of buttons, each having a title and an optional id
* @return string
*/