source: ether_statistics/web/resources/js/Wijmo.2.2.2/Wijmo-Open/development-bundle/samples/tabs/index.html @ 608

Last change on this file since 608 was 608, checked in by vmipsl, 12 years ago

images

File size: 767 bytes
Line 
1<!DOCTYPE html>
2<html lang="en">
3<head>
4    <meta charset="UTF-8" />
5    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
6    <title>Wijmo Tabs</title>
7   
8</head>
9<body>
10    <div class="demos-nav">
11        <h4>
12            Examples</h4>
13        <ul>
14            <li><a href="overview.html">Overview</a></li>
15            <li><a href="alignment.html">Alignment</a></li>
16            <li><a href="animation.html">Animations</a></li>
17            <li><a href="scrollable.html">Scrollable</a></li>
18            <li><a href="hover.html">Open on hover</a></li>
19            <li><a href="collapsible.html">Collapsible content</a></li>
20            <li><a href="addremove.html">Add/Remove</a></li>
21        </ul>
22    </div>
23</body>
24</html>
Note: See TracBrowser for help on using the repository browser.