r1874 - trunk/demos/dialog
Author: rdworth
Date: Thu Jan 29 12:13:00 2009
New Revision: 1874
Modified:
trunk/demos/dialog/modal-form2.html
Log:
demos dialog modal-form2: changed link to button, removed autoOpen: false
Modified: trunk/demos/dialog/modal-form2.html
==============================================================================
--- trunk/demos/dialog/modal-form2.html (original)
+++ trunk/demos/dialog/modal-form2.html Thu Jan 29 12:13:00 2009
@@ -54,7 +54,6 @@
}
$("#dialog").dialog({
- autoOpen: false,
bgiframe: true,
height: 300,
modal: true,
@@ -93,6 +92,7 @@
$('#create-user').click(function() {
$('#dialog').dialog('open');
});
+
});
</script>
</head>
@@ -115,7 +115,7 @@
</form>
</div>
-<a id="create-user" href="#">create new user</a>
+<button id="create-user">create new user</button>
<table id="users">
<thead>