2010-03-12 03:18:34 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2009-01-24 12:07:26 +00:00
|
|
|
<head>
|
2010-03-12 03:18:34 +00:00
|
|
|
<meta charset="UTF-8" />
|
2009-01-24 12:07:26 +00:00
|
|
|
<title>Resizable Static Test : Default</title>
|
|
|
|
<link rel="stylesheet" href="../static.css" type="text/css" />
|
2010-02-16 01:38:23 +00:00
|
|
|
<link rel="stylesheet" href="../../../themes/base/jquery.ui.base.css" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="../../../themes/base/jquery.ui.theme.css" type="text/css" title="ui-theme" />
|
2011-11-09 16:21:18 +00:00
|
|
|
<script type="text/javascript" src="../../../jquery-1.7.js"></script>
|
2009-01-24 12:07:26 +00:00
|
|
|
<script type="text/javascript" src="../static.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="ui-resizable">
|
2009-01-24 21:33:44 +00:00
|
|
|
<p>
|
|
|
|
Resizable
|
|
|
|
</p>
|
2009-01-24 12:07:26 +00:00
|
|
|
<div class="ui-resizable-handle ui-resizable-e"></div>
|
|
|
|
<div class="ui-resizable-handle ui-resizable-s"></div>
|
|
|
|
<div class="ui-resizable-handle ui-resizable-se ui-icon ui-icon-gripsmall-diagonal-se"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|