diff options
author | yiminghe <yiminghe@gmail.com> | 2016-10-25 17:34:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-25 17:34:50 +0800 |
commit | 5d0443410afb55ab320db946e626f621b64f43b1 (patch) | |
tree | 16cdd2ca2bb19b0a898b2b90b313f96a86f8fe79 /README.md | |
parent | 9c01af6e34f7d63843bacfcffb8c7ad45d6866cf (diff) | |
parent | b86fe1d16a4ad06951bba9ac2990ec3e4563637a (diff) | |
download | time-picker-5d0443410afb55ab320db946e626f621b64f43b1.tar.gz time-picker-5d0443410afb55ab320db946e626f621b64f43b1.tar.zst time-picker-5d0443410afb55ab320db946e626f621b64f43b1.zip |
Merge pull request #24 from artemv/addon
feat: 'addon' property support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ API | |||
67 | | disabledSeconds | Function | disabled second options | | | 67 | | disabledSeconds | Function | disabled second options | | |
68 | | hideDisabledOptions | Boolean | whether hide disabled options | | | 68 | | hideDisabledOptions | Boolean | whether hide disabled options | | |
69 | | onChange | Function | null | called when select a different value | | 69 | | onChange | Function | null | called when select a different value | |
70 | | 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()`.| | ||
70 | | placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] | | 71 | | placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] | |
71 | | transitionName | String | '' | | | 72 | | transitionName | String | '' | | |
72 | 73 | ||