Sha256: 6eb5e0589b4ac44c361d8590d0168f31e1c25233a4f3b2ceacc543a78d96fef7

Contents?: true

Size: 991 Bytes

Versions: 11

Compression:

Stored size: 991 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
	<meta charset="UTF-8">
	<title>Aloha, Images!</title>

	<script type="text/javascript" src="../../../../lib/vendor/jquery-1.6.1.js"></script>
	<script type="text/javascript" src="../vendor/ui/jquery-ui-1.8.10.custom.min.js"></script>
	<link href="../vendor/ui/ui-lightness/jquery-ui-1.8.10.cropnresize.css" rel="stylesheet" type="text/css" />
	<link rel="stylesheet" href="../../../../demo/common/index.css"	type="text/css">
	<link rel="stylesheet" href="test.css"	type="text/css">

</head>
<body>
<script type="text/javascript">
		$(document).ready(function() {
			
			$("#myimg").resizable({
				grid: 10,
				minHeight: 10,
				minWidth: 10,
				maxHeight: 800,
				maxWidth: 900, 
				handles: 'ne, se, sw, nw',
					stop : function (event, ui) {
						console.log("stop");
					}
				
				});
			
		});
	</script>

<div id="main">
<div id="content">
<img id="myimg" src="../demo/cropnresize.jpg" width="200px"	height="135px">
</div>
</div>
</body>
</html>

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
olala-0.0.2 vendor/assets/aloha/plugins/common/image/test/test.html
olala-0.0.1 vendor/assets/aloha/plugins/common/image/test/test.html
locomotive-aloha-rails-0.20.1.5 vendor/assets/javascripts/aloha/plugins/common/image/test/test.html
aloha-rails-0.0.2 vendor/assets/javascripts/aloha/plugins/common/image/test/test.html
free_text-0.0.3 app/assets/javascripts/aloha-0.10.0/plugins/common/image/test/test.html
locomotive-aloha-rails-0.20.1.4 vendor/assets/javascripts/aloha/plugins/common/image/test/test.html
locomotive-aloha-rails-0.20.1.3 vendor/assets/javascripts/aloha/plugins/common/image/test/test.html
locomotive-aloha-rails-0.20.1.2 vendor/assets/javascripts/aloha/plugins/common/image/test/test.html
locomotive-aloha-rails-0.20.1.1 vendor/assets/javascripts/aloha/plugins/common/image/test/test.html
aloha-rails-0.0.1 vendor/assets/javascripts/aloha/plugins/common/image/test/test.html
locomotive-aloha-rails-0.20.1 vendor/assets/javascripts/aloha/plugins/common/image/test/test.html