diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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.2.2 - React TimePicker</title> | 10 | <title>rc-time-picker@2.3.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,13 +737,15 @@ | |||
737 | 737 | ||
738 | <body> | 738 | <body> |
739 | <div class="header"> | 739 | <div class="header"> |
740 | <h1>rc-time-picker@2.2.2</h1> | 740 | <h1>rc-time-picker@2.3.0</h1> |
741 | </div> | 741 | </div> |
742 | <div class="examples"> | 742 | <div class="examples"> |
743 | <h3>EXAMPLES</h3> | 743 | <h3>EXAMPLES</h3> |
744 | <div class="examples-body"> | 744 | <div class="examples-body"> |
745 | <ul> | 745 | <ul> |
746 | 746 | ||
747 | <li><a href="examples/12hours.html">12hours</a></li> | ||
748 | |||
747 | <li><a href="examples/disabled.html">disabled</a></li> | 749 | <li><a href="examples/disabled.html">disabled</a></li> |
748 | 750 | ||
749 | <li><a href="examples/format.html">format</a></li> | 751 | <li><a href="examples/format.html">format</a></li> |
@@ -879,6 +881,12 @@ ReactDOM.render(<span class="xml"><span class="hljs-tag"><<span class="hljs-t | |||
879 | <td></td> | 881 | <td></td> |
880 | </tr> | 882 | </tr> |
881 | <tr> | 883 | <tr> |
884 | <td>use12Hours</td> | ||
885 | <td>Boolean</td> | ||
886 | <td>12 hours display mode</td> | ||
887 | <td></td> | ||
888 | </tr> | ||
889 | <tr> | ||
882 | <td>hideDisabledOptions</td> | 890 | <td>hideDisabledOptions</td> |
883 | <td>Boolean</td> | 891 | <td>Boolean</td> |
884 | <td>whether hide disabled options</td> | 892 | <td>whether hide disabled options</td> |