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:
Tamás Zolnai 2020-05-22 11:39:12 +02:00
parent 0afdb7a7b7
commit af65615328

View file

@ -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