diff options
author | Andreas Fehn <andi.fehn@gmail.com> | 2017-02-04 08:35:28 +0100 |
---|---|---|
committer | Andreas Fehn <andi.fehn@gmail.com> | 2017-02-04 08:35:28 +0100 |
commit | 679773bb9664038f2f00e2b6d5e9c9d30b96acd1 (patch) | |
tree | 1e035476de63de1b79f1f07d2b6dd76f71c291da | |
parent | 6d1ad104daefa7bc09dfdffd521541abf38dc6bc (diff) | |
download | time-picker-679773bb9664038f2f00e2b6d5e9c9d30b96acd1.tar.gz time-picker-679773bb9664038f2f00e2b6d5e9c9d30b96acd1.tar.zst time-picker-679773bb9664038f2f00e2b6d5e9c9d30b96acd1.zip |
Update readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ API | |||
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()`.| | 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 | | placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] | | 72 | | placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] | |
73 | | transitionName | String | '' | | | 73 | | transitionName | String | '' | | |
74 | | name | String | nothing | sets the name of the generated input | | ||
74 | 75 | ||
75 | 76 | ||
76 | ## Test Case | 77 | ## Test Case |