aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/index.html b/index.html
index d3dff6a..e1b2288 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
7 <meta charset="utf-8"/> 7 <meta charset="utf-8"/>
8 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 8 <meta http-equiv="X-UA-Compatible" content="IE=edge">
9 <link href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css" rel="stylesheet"/> 9 <link href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css" rel="stylesheet"/>
10 <title>rc-time-picker@2.0.2 - React TimePicker</title> 10 <title>rc-time-picker@2.1.0 - React TimePicker</title>
11 <style> 11 <style>
12 @font-face { 12 @font-face {
13 font-family: octicons-anchor; 13 font-family: octicons-anchor;
@@ -737,7 +737,7 @@
737 737
738<body> 738<body>
739<div class="header"> 739<div class="header">
740 <h1>rc-time-picker@2.0.2</h1> 740 <h1>rc-time-picker@2.1.0</h1>
741</div> 741</div>
742<div class="examples"> 742<div class="examples">
743 <h3>EXAMPLES</h3> 743 <h3>EXAMPLES</h3>
@@ -881,6 +881,12 @@ ReactDOM.render(<span class="xml"><span class="hljs-tag">&lt;<span class="hljs-t
881<td>called when select a different value</td> 881<td>called when select a different value</td>
882</tr> 882</tr>
883<tr> 883<tr>
884<td>addon</td>
885<td>Function</td>
886<td>nothing</td>
887<td>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 <code>panel.close()</code>.</td>
888</tr>
889<tr>
884<td>placement</td> 890<td>placement</td>
885<td>String</td> 891<td>String</td>
886<td>bottomLeft</td> 892<td>bottomLeft</td>