aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html29
1 files changed, 15 insertions, 14 deletions
diff --git a/index.html b/index.html
index feb70c9..195416a 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.3.0 - React TimePicker</title> 10 <title>rc-time-picker@2.3.1 - 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.3.0</h1> 740 <h1>rc-time-picker@2.3.1</h1>
741</div> 741</div>
742<div class="examples"> 742<div class="examples">
743 <h3>EXAMPLES</h3> 743 <h3>EXAMPLES</h3>
@@ -787,14 +787,14 @@ ReactDOM.render(<span class="xml"><span class="hljs-tag">&lt;<span class="hljs-t
787<tr> 787<tr>
788<td>prefixCls</td> 788<td>prefixCls</td>
789<td>String</td> 789<td>String</td>
790<td></td> 790<td>&#39;rc-time-picker&#39;</td>
791<td>prefixCls of this component</td> 791<td>prefixCls of this component</td>
792</tr> 792</tr>
793<tr> 793<tr>
794<td>clearText</td> 794<td>clearText</td>
795<td>String</td> 795<td>String</td>
796<td>&#39;clear&#39;</td> 796<td>&#39;clear&#39;</td>
797<td></td> 797<td>clear tooltip of icon</td>
798</tr> 798</tr>
799<tr> 799<tr>
800<td>disabled</td> 800<td>disabled</td>
@@ -841,56 +841,57 @@ ReactDOM.render(<span class="xml"><span class="hljs-tag">&lt;<span class="hljs-t
841<tr> 841<tr>
842<td>showHour</td> 842<td>showHour</td>
843<td>Boolean</td> 843<td>Boolean</td>
844<td>true</td>
844<td>whether show hour</td> 845<td>whether show hour</td>
845<td></td> 846<td></td>
846</tr> 847</tr>
847<tr> 848<tr>
848<td>showMinute</td> 849<td>showMinute</td>
849<td>Boolean</td> 850<td>Boolean</td>
851<td>true</td>
850<td>whether show minute</td> 852<td>whether show minute</td>
851<td></td>
852</tr> 853</tr>
853<tr> 854<tr>
854<td>showSecond</td> 855<td>showSecond</td>
855<td>Boolean</td> 856<td>Boolean</td>
857<td>true</td>
856<td>whether show second</td> 858<td>whether show second</td>
857<td></td>
858</tr> 859</tr>
859<tr> 860<tr>
860<td>format</td> 861<td>format</td>
861<td>String</td> 862<td>String</td>
862<td></td> 863<td>-</td>
863<td></td> 864<td>moment format</td>
864</tr> 865</tr>
865<tr> 866<tr>
866<td>disabledHours</td> 867<td>disabledHours</td>
867<td>Function</td> 868<td>Function</td>
869<td>-</td>
868<td>disabled hour options</td> 870<td>disabled hour options</td>
869<td></td>
870</tr> 871</tr>
871<tr> 872<tr>
872<td>disabledMinutes</td> 873<td>disabledMinutes</td>
873<td>Function</td> 874<td>Function</td>
875<td>-</td>
874<td>disabled minute options</td> 876<td>disabled minute options</td>
875<td></td>
876</tr> 877</tr>
877<tr> 878<tr>
878<td>disabledSeconds</td> 879<td>disabledSeconds</td>
879<td>Function</td> 880<td>Function</td>
881<td>-</td>
880<td>disabled second options</td> 882<td>disabled second options</td>
881<td></td>
882</tr> 883</tr>
883<tr> 884<tr>
884<td>use12Hours</td> 885<td>use12Hours</td>
885<td>Boolean</td> 886<td>Boolean</td>
887<td>false</td>
886<td>12 hours display mode</td> 888<td>12 hours display mode</td>
887<td></td>
888</tr> 889</tr>
889<tr> 890<tr>
890<td>hideDisabledOptions</td> 891<td>hideDisabledOptions</td>
891<td>Boolean</td> 892<td>Boolean</td>
893<td>false</td>
892<td>whether hide disabled options</td> 894<td>whether hide disabled options</td>
893<td></td>
894</tr> 895</tr>
895<tr> 896<tr>
896<td>onChange</td> 897<td>onChange</td>
@@ -901,7 +902,7 @@ ReactDOM.render(<span class="xml"><span class="hljs-tag">&lt;<span class="hljs-t
901<tr> 902<tr>
902<td>addon</td> 903<td>addon</td>
903<td>Function</td> 904<td>Function</td>
904<td>nothing</td> 905<td>-</td>
905<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> 906<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>
906</tr> 907</tr>
907<tr> 908<tr>