lok: MSForms: update callback's documentation.
Change-Id: I1bf41986f63a18abada7d268dc610df24b4c1144 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94661 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
This commit is contained in:
parent
0afdb7a7b7
commit
af65615328
1 changed files with 6 additions and 1 deletions
|
@ -737,7 +737,12 @@ typedef enum
|
|||
* {
|
||||
* "action": "show",
|
||||
* "type": "drop-down",
|
||||
* "textArea": "1418, 3906, 3111, 919"
|
||||
* "textArea": "1418, 3906, 3111, 919",
|
||||
* "params": {
|
||||
* "items": ["January", "February", "July"],
|
||||
* "selected": "2",
|
||||
* "placeholder": "No items specified"
|
||||
* }
|
||||
* }
|
||||
*
|
||||
* or
|
||||
|
|
Loading…
Reference in a new issue