aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9ecbc94..b9d06fd 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,7 @@ API
66| disabledHours | Function | disabled hour options | | 66| disabledHours | Function | disabled hour options | |
67| disabledMinutes | Function | disabled minute options | | 67| disabledMinutes | Function | disabled minute options | |
68| disabledSeconds | Function | disabled second options | | 68| disabledSeconds | Function | disabled second options | |
69| show12Hours | Boolean | 12 hours display mode | |
69| hideDisabledOptions | Boolean | whether hide disabled options | | 70| hideDisabledOptions | Boolean | whether hide disabled options | |
70| onChange | Function | null | called when select a different value | 71| onChange | Function | null | called when select a different value |
71| addon | Function | nothing | called from timepicker panel to render some addon to its bottom, like an OK button. Receives panel instance as parameter, to be able to close it like `panel.close()`.| 72| addon | Function | nothing | called from timepicker panel to render some addon to its bottom, like an OK button. Receives panel instance as parameter, to be able to close it like `panel.close()`.|