Skip to content

Commit

Permalink
restored datepicker dialog example to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund authored and mcking65 committed Jul 1, 2020
1 parent b1b7d54 commit c4dd45a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion examples/dialog-modal/datepicker-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ <h2 id="ex_label">Example</h2>

<tbody>
<tr>

<td class="dateCell"><button type="button" class="dateButton disabled" tabindex="-1">25</button></td>
<td class="dateCell"><button type="button" class="dateButton disabled" tabindex="-1">26</button></td>
<td class="dateCell"><button type="button" class="dateButton disabled" tabindex="-1">27</button></td>
Expand All @@ -128,6 +127,15 @@ <h2 id="ex_label">Example</h2>
<td class="dateCell"><button type="button" class="dateButton disabled" tabindex="-1">30</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">1</button></td>
</tr>
<tr>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">2</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">3</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">4</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">5</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">6</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">7</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">8</button></td>
</tr>
<tr>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">9</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">10</button></td>
Expand All @@ -137,6 +145,15 @@ <h2 id="ex_label">Example</h2>
<td class="dateCell"><button type="button" class="dateButton">14</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">15</button></td>
</tr>
<tr>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">16</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">17</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">18</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">19</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">20</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">21</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">22</button></td>
</tr>
<tr>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">23</button></td>
<td class="dateCell"><button type="button" class="dateButton" tabindex="-1">24</button></td>
Expand Down

0 comments on commit c4dd45a

Please sign in to comment.