mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
uncommented different widget examples in demo pages.
This commit is contained in:
parent
50760d1b32
commit
9cf57d5e72
@ -3,6 +3,9 @@
|
||||
<head>
|
||||
<title>jQuery UI Datepicker Static Markup Test Page</title>
|
||||
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css">
|
||||
<style type="text/css">
|
||||
.ui-datepicker {margin: 2em 0;}
|
||||
</style>
|
||||
</head>
|
||||
<body style="font-size: 62.5%;">
|
||||
|
||||
@ -81,7 +84,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Datepicker with 1 combined select
|
||||
<!-- Datepicker with 1 combined select -->
|
||||
|
||||
|
||||
|
||||
@ -214,9 +217,9 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<!-- Datepicker with 2 selects
|
||||
|
||||
<!-- Datepicker with 2 selects -->
|
||||
|
||||
|
||||
|
||||
@ -326,10 +329,10 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!-- Datepicker with button bar
|
||||
|
||||
<!-- Datepicker with button bar -->
|
||||
|
||||
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<!-- vertical
|
||||
<!-- vertical -->
|
||||
|
||||
|
||||
<div class="ui-slider ui-slider-vertical ui-widget ui-widget-content ui-corner-all" style="height: 100px;">
|
||||
@ -22,7 +22,7 @@
|
||||
<a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="top: 60%;"></a>
|
||||
<div class="ui-slider-range ui-state-default" style="position: absolute; top: 15%; height: 45%;"/>
|
||||
</div>
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<li class="ui-tabs-selected ui-state-active ui-corner-top"><a href="#fragment-1">First Section</a></li>
|
||||
<li class="ui-state-default ui-corner-top"><a href="#fragment-2">Second Section</span></a></li>
|
||||
<li class="ui-state-default ui-corner-top"><a href="#fragment-3">Third Section</a></li>
|
||||
<!-- disabled tab <li class="ui-state-default ui-state-disabled ui-corner-top"><a href="#fragment-3">Disabled Section</a></li>-->
|
||||
<li class="ui-state-default ui-state-disabled ui-corner-top"><a href="#fragment-3">Disabled Section</a></li>
|
||||
</ul>
|
||||
<div id="fragment-1" class="ui-tabs-panel ui-widget-content ui-corner-bottom">
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
|
Loading…
Reference in New Issue
Block a user