summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-05-22 11:39:12 +0200
committerAndras Timar <andras.timar@collabora.com>2020-05-24 17:37:28 +0200
commitf3dbf1a994b719baea659e53d5d5ab9658a4e3d2 (patch)
tree4fcca85be6df6bd7ec01ec2c080631d1054798f7 /include
parentb08ae3878d24d378fb6c4b270091d95163578d2f (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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 50533ce1b373..9a1ca4c2acf6 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