Sha256: 5add0198b3a5ac070c9f3efb8db45464ec6a019e64ceca2722bfb3780376ef32

Contents?: true

Size: 653 Bytes

Versions: 1

Compression:

Stored size: 653 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
    <title>Dialog</title>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>
    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/themes/base/jquery-ui.css">
    <script>
	$(function() { $( "#dialog" ).dialog(); });
	</script>
</head>
<body>
<div id="dialog" title="Basic dialog">
	<p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
</div>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bermuda-0.0.1 features/support/public/dialog.html