mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
better documentation
This commit is contained in:
parent
a8921b67f8
commit
fff27af7e6
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user