Which jQuery files do I need to operate the Dialog object? I tried downloading the Redmond theme, but not able to get it working. Do I need to include the .js files such as mouse, draggable, position, resizable, ???
I am using the 4 following files:
<head runat="server">
<title>Credit Management System</title>
<link rel="Stylesheet" type="text/css" href="../../Configuration/PayPlan/jquery/jquery.ui.all.css" />
<script src="../../Configuration/PayPlan/jquery/jquery-1.8.2.js" type="text/javascript"></script>
<script src="../../Configuration/PayPlan/jquery/jquery.ui.core.js" type="text/javascript"></script>
<script src="../../Configuration/PayPlan/jquery/jquery.ui.dialog.js" type="text/javascript"></script>
<script src="../../Configuration/PayPlan/jquery/jquery.ui.widget.js" type="text/javascript"></script>
</head>