diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2020-05-22 11:39:12 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2020-05-22 12:52:13 +0200 |
commit | af6561532832615f39b5ea82aa5d9b3e240784e8 (patch) | |
tree | 730a2227e493c144d6a68ccc00a23b9c470f32d7 /include | |
parent | 0afdb7a7b7f2fb646fccd79fe49a6dce14b2267a (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitEnums.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h index 32fd9f657a5a..8a741d5f62e2 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -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 |