source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/tests/unit/resizable/resizable.html@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1<!doctype html>
2<html lang="en">
3<head>
4 <title>jQuery UI Resizable Test Suite</title>
5
6 <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
7 <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
8 <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
9 <script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
10 <script type="text/javascript" src="../../../ui/jquery.ui.resizable.js"></script>
11
12 <link type="text/css" href="../testsuite.css" rel="stylesheet" />
13 <script type="text/javascript" src="../../../external/testrunner-r6588.js"></script>
14 <script type="text/javascript" src="../../jquery.simulate.js"></script>
15 <script type="text/javascript" src="../testsuite.js"></script>
16
17 <script type="text/javascript" src="resizable_core.js"></script>
18 <script type="text/javascript" src="resizable_defaults.js"></script>
19 <script type="text/javascript" src="resizable_events.js"></script>
20 <script type="text/javascript" src="resizable_methods.js"></script>
21 <script type="text/javascript" src="resizable_options.js"></script>
22 <script type="text/javascript" src="resizable_tickets.js"></script>
23</head>
24<body>
25
26<div id="main">
27 <div id="resizable1" style="background: green; width: 100px; height: 100px;">I'm a resizable.</div>
28 <img src="images/test.jpg" id="resizable2" style="width: 100px; height: 100px;"/>
29</div>
30
31</body>
32</html>
Note: See TracBrowser for help on using the repository browser.