r963 - branches/dev/autocomplete/demos/functional/templates branches/dev/autocomplete/tests branc...

r963 - branches/dev/autocomplete/demos/functional/templates branches/dev/autocomplete/tests branc...

Author: rdworth
Date: Tue Nov 18 22:09:48 2008
New Revision: 963
Modified:

branches/dev/autocomplete/demos/functional/templates/ui.effects.easing.ex2.html
(contents, props changed)
branches/dev/autocomplete/tests/droppable.html (contents, props
changed)
branches/dev/autocomplete/tests/droppable.js (contents, props changed)
branches/dev/autocomplete/tests/ui.html (contents, props changed)
branches/dev/autocomplete/tests/ui.js (contents, props changed)
branches/dev/autocomplete/ui/i18n/ui.datepicker-fa.js (contents, props
changed)
branches/dev/autocomplete/ui/i18n/ui.datepicker-sq.js (contents, props
changed)

branches/dev/colorpicker/demos/functional/templates/ui.effects.easing.ex2.html
(contents, props changed)
branches/dev/colorpicker/tests/droppable.html (contents, props changed)
branches/dev/colorpicker/tests/droppable.js (contents, props changed)
branches/dev/colorpicker/tests/ui.html (contents, props changed)
branches/dev/colorpicker/tests/ui.js (contents, props changed)
branches/dev/colorpicker/ui/i18n/ui.datepicker-fa.js (contents, props
changed)
branches/dev/colorpicker/ui/i18n/ui.datepicker-sq.js (contents, props
changed)

branches/dev/grid/demos/functional/templates/ui.effects.easing.ex2.html
(contents, props changed)
branches/dev/grid/tests/droppable.html (contents, props changed)
branches/dev/grid/tests/droppable.js (contents, props changed)
branches/dev/grid/tests/ui.html (contents, props changed)
branches/dev/grid/tests/ui.js (contents, props changed)
branches/dev/grid/ui/i18n/ui.datepicker-fa.js (contents, props changed)
branches/dev/grid/ui/i18n/ui.datepicker-sq.js (contents, props changed)

branches/dev/menu/demos/functional/templates/ui.effects.easing.ex2.html
(contents, props changed)
branches/dev/menu/tests/droppable.html (contents, props changed)
branches/dev/menu/tests/droppable.js (contents, props changed)
branches/dev/menu/tests/ui.html (contents, props changed)
branches/dev/menu/tests/ui.js (contents, props changed)
branches/dev/menu/ui/i18n/ui.datepicker-fa.js (contents, props changed)
branches/dev/menu/ui/i18n/ui.datepicker-sq.js (contents, props changed)

branches/dev/position/demos/functional/templates/ui.effects.easing.ex2.html
(contents, props changed)
branches/dev/position/tests/droppable.html (contents, props changed)
branches/dev/position/tests/droppable.js (contents, props changed)
branches/dev/position/tests/ui.html (contents, props changed)
branches/dev/position/tests/ui.js (contents, props changed)
branches/dev/position/ui/i18n/ui.datepicker-fa.js (contents, props
changed)
branches/dev/position/ui/i18n/ui.datepicker-sq.js (contents, props
changed)
branches/dev/position/ui/ui.core.position.js (contents, props changed)

branches/dev/spinner/demos/functional/templates/ui.effects.easing.ex2.html
(contents, props changed)
branches/dev/spinner/tests/droppable.html (contents, props changed)
branches/dev/spinner/tests/droppable.js (contents, props changed)
branches/dev/spinner/tests/ui.html (contents, props changed)
branches/dev/spinner/tests/ui.js (contents, props changed)
branches/dev/spinner/ui/i18n/ui.datepicker-fa.js (contents, props
changed)
branches/dev/spinner/ui/i18n/ui.datepicker-sq.js (contents, props
changed)
branches/experimental/tabbable/tests/core.html (props changed)
branches/experimental/tabbable/tests/core.js (props changed)
branches/experimental/tabbable/ui.core.js (props changed)
trunk/demos/functional/templates/ui.effects.easing.ex2.html (contents,
props changed)
trunk/tests/droppable.html (contents, props changed)
trunk/tests/droppable.js (contents, props changed)
trunk/tests/ui.html (contents, props changed)
trunk/tests/ui.js (contents, props changed)
trunk/ui/i18n/ui.datepicker-fa.js (contents, props changed)
trunk/ui/i18n/ui.datepicker-sq.js (contents, props changed)
Log:
set svn:eol-style to native
Modified:
branches/dev/autocomplete/demos/functional/templates/ui.effects.easing.ex2.html
==============================================================================
---
branches/dev/autocomplete/demos/functional/templates/ui.effects.easing.ex2.html    
(original)
+++
branches/dev/autocomplete/demos/functional/templates/ui.effects.easing.ex2.html    
Tue Nov 18 22:09:48 2008
@@ -1,19 +1,19 @@
-<div id="area" style="position: relative; width: 400px; height: 300px;
border: 1px solid #bbb;">
-    <img src="templates/images/white.gif" style="width: 400px; height:
300px;"/>
-    <img id="target" src="templates/images/target.jpeg" style="position:
absolute; left: 0px; top: 0px;"/>
-</div>
-<script type="text/javascript">
-function moveToHere(event, easing) {
-    var area = $("#area");
-    var target = $("#target");
-    var offset = area.offset();
-    var max = [area.width() - target.width(), area.height() -
target.height()];
-    var scroll = [document.documentElement.scrollLeft ||
document.body.scrollLeft,
-        document.documentElement.scrollTop || document.body.scrollTop];
-    target.animate({left: Math.max(0, Math.min((event.clientX + scroll[0]) -
-        offset.left - (target.width() / 2), max[0])),
-        top: Math.max(0, Math.min((event.clientY + scroll[1]) -
-        offset.top - (target.height() / 2), max[1]))},
-        2000, easing);
-}
+<div id="area" style="position: relative; width: 400px; height: 300px;
border: 1px solid #bbb;">
+    <img src="templates/images/white.gif" style="width: 400px; height:
300px;"/>
+    <img id="target" src="templates/images/target.jpeg" style="position:
absolute; left: 0px; top: 0px;"/>
+</div>
+<script type="text/javascript">
+function moveToHere(event, easing) {
+    var area = $("#area");
+    var target = $("#target");
+    var offset = area.offset();
+    var max = [area.width() - target.width(), area.height() -
target.height()];
+    var scroll = [document.documentElement.scrollLeft ||
document.body.scrollLeft,
+        document.documentElement.scrollTop || document.body.scrollTop];
+    target.animate({left: Math.max(0, Math.min((event.clientX + scroll[0]) -
+        offset.left - (target.width() / 2), max[0])),
+        top: Math.max(0, Math.min((event.clientY + scroll[1]) -
+        offset.top - (target.height() / 2), max[1]))},
+        2000, easing);
+}
</script>
Modified: branches/dev/autocomplete/tests/droppable.html
==============================================================================
--- branches/dev/autocomplete/tests/droppable.html    (original)
+++ branches/dev/autocomplete/tests/droppable.html    Tue Nov 18 22:09:48 2008
@@ -1,41 +1,41 @@
-<!doctype html>
-<html lang="en">
-<head>
-    <title>jQuery UI Droppable Test Suite</title>
-
-    <link rel="stylesheet" href="qunit/testsuite.css" type="text/css"
media="screen">
-
-    <script type="text/javascript" src="../jquery-1.2.6.js"></script>
-    <script type="text/javascript" src="../ui/ui.core.js"></script>
-    <script type="text/javascript" src="../ui/ui.draggable.js"></script>
-    <script type="text/javascript" src="../ui/ui.droppable.js"></script>
-
-    <script type="text/javascript" src="qunit/testrunner.js"></script>
-    <script type="text/javascript" src="simulate/jquery.simulate.js"></script>
-
-    <script type="text/javascript" src="droppable.js"></script>
-
-    <style type="text/css">
-        html { border: 0; }
-        #main {
-            position:absolute !important;
-            top: -1000px !important;
-            left: -1000px !important;
-        }
-    </style>
-</head>
-<body>
-
-<h1 id="header">jQuery UI Droppable Test Suite</h1>
-<h2 id="banner"></h2>
-<h2 id="userAgent"></h2>
-
-<ol id="tests"></ol>
-
-<div id="main">
-    <div id="draggable1" style="width: 25px; height: 25px;">Draggable</div>
-    <div id="droppable1" style="width: 100px; height: 100px;">Droppable</div>
-</div>
-
-</body>
-</html>
+<!doctype html>
+<html lang="en">
+<head>
+    <title>jQuery UI Droppable Test Suite</title>
+
+    <link rel="stylesheet" href="qunit/testsuite.css" type="text/css"
media="screen">
+
+    <script type="text/javascript" src="../jquery-1.2.6.js"></script>
+    <script type="text/javascript" src="../ui/ui.core.js"></script>
+    <script type="text/javascript" src="../ui/ui.draggable.js"></script>
+    <script type="text/javascript" src="../ui/ui.droppable.js"></script>
+
+    <script type="text/javascript" src="qunit/testrunner.js"></script>
+    <script type="text/javascript" src="simulate/jquery.simulate.js"></script>
+
+    <script type="text/javascript" src="droppable.js"></script>
+
+    <style type="text/css">
+        html { border: 0; }
+        #main {
+            position:absolute !important;
+            top: -1000px !important;
+            left: -1000px !important;
+        }
+    </style>
+</head>
+<body>
+
+<h1 id="header">jQuery UI Droppable Test Suite</h1>
+<h2 id="banner"></h2>
+<h2 id="userAgent"></h2>
+
+<ol id="tests"></ol>
+
+<div id="main">
+    <div id="draggable1" style="width: 25px; height: 25px;">Draggable</div>
+    <div id="droppable1" style="width: 100px; height: 100px;">Droppable</div>
+</div>
+
+</body>
+</html>
Modified: branches/dev/autocomplete/tests/droppable.js
==============================================================================
--- branches/dev/autocomplete/tests/droppable.js    (original)
+++ branches/dev/autocomplete/tests/droppable.js    Tue Nov 18 22:09:48 2008
@@ -1,223 +1,223 @@
-/*
- * droppable unit tests
- */
-(function($) {
-//
-// Droppable Test Helper Functions
-//
-
-var defaults = {
-    accept: null,
-    activeClass: null,
-    cssNamespace: "ui",
-    disabled: false,
-    greedy: false,
-    hoverClass: null,
-    scope: "default",
-    tolerance: "intersect"
-};
-
-var el, drg;
-
-function shouldBeDroppable() {
-    ok(false, "missing test - should be droppable");
-}
-
-function shouldNotBeDroppable() {
-    ok(false, "missing test - should not be droppable");
-}
-
-// Droppable Tests
-module("droppable");
-
-test("init", function() {
-    expect(6);
-
-    $("<div></div>").appendTo('body').droppable().remove();
-    ok(true, '.droppable() called on element');
-
-    $([]).droppable();
-    ok(true, '.droppable() called on empty collection');
-
-    $("<div></div>").droppable();
-    ok(true, '.droppable() called on disconnected DOMElement');
-
-    $("<div></div>").droppable().droppable("foo");
-    ok(true, 'arbitrary method called after init');
-
-    $("<div></div>").droppable().data("foo.droppable");
-    ok(true, 'arbitrary option getter after init');
-
-    $("<div></div>").droppable().data("foo.droppable", "bar");
-    ok(true, 'arbitrary option setter after init');
-});
-
-test("destroy", function() {
-    expect(6);
-
-    
$("<div></div>").appendTo('body').droppable().droppable("destroy").remove();
-    ok(true, '.droppable("destroy") called on element');
-
-    $([]).droppable().droppable("destroy");
-    ok(true, '.droppable("destroy") called on empty collection');
-
-    $("<div></div>").droppable().droppable("destroy");
-    ok(true, '.droppable("destroy") called on disconnected DOMElement');
-
-    $("<div></div>").droppable().droppable("destroy").droppable("foo");
-    ok(true, 'arbitrary method called after destroy');
-
-    $("<div></div>").droppable().droppable("destroy").data("foo.droppable");
-    ok(true, 'arbitrary option getter after destroy');
-
-    
$("<div></div>").droppable().droppable("destroy").data("foo.droppable", "bar");
-    ok(true, 'arbitrary option setter after destroy');
-});
-
-test("enable", function() {
-    expect(6);
-    el = $("#droppable1").droppable({ disabled: true });
-    shouldNotBeDroppable();
-    el.droppable("enable");
-    shouldBeDroppable();
-    equals(el.data("disabled.droppable"), false, "disabled.droppable getter");
-    el.droppable("destroy");
-    el.droppable({ disabled: true });
-    shouldNotBeDroppable();
-    el.data("disabled.droppable", false);
-    equals(el.data("disabled.droppable"), false, "disabled.droppable setter");
-    shouldBeDroppable();
-});
-
-test("disable", function() {
-    expect(6);
-    el = $("#droppable1").droppable({ disabled: false });
-    shouldBeDroppable();
-    el.droppable("disable");
-    shouldNotBeDroppable();
-    equals(el.data("disabled.droppable"), true, "disabled.droppable getter");
-    el.droppable("destroy");
-    el.droppable({ disabled: false });
-    shouldBeDroppable();
-    el.data("disabled.droppable", true);
-    equals(el.data("disabled.droppable"), true, "disabled.droppable setter");
-    shouldNotBeDroppable();
-});
-
-test("element types", function() {
-    var typeNames = ('p,h1,h2,h3,h4,h5,h6,blockquote,ol,ul,dl,div,form'
-        + ',table,fieldset,address,ins,del,em,strong,q,cite,dfn,abbr'
-        + ',acronym,code,samp,kbd,var,img,object,hr'
-        + ',input,button,label,select,iframe').split(',');
-
-    $.each(typeNames, function(i) {
-        var typeName = typeNames[i];
-        el = $(document.createElement(typeName)).appendTo('body');
-        (typeName == 'table' && el.append("<tr><td>content</td></tr>"));
-        el.droppable();
-        shouldBeDroppable();
-        el.droppable("destroy");
-        el.remove();
-    });
-});
-
-test("defaults", function() {
-    el = $("<div></div>").droppable();
-    $.each(defaults, function(key, val) {
-        var actual = el.data(key + ".droppable"), expected = val;
-        same(actual, expected, key);
-    });
-    el.remove();
-});
-
-test("option setting", function() {
-    // The plugin shouldn't modify an option value set by the user
-    $.each(defaults, function(key, val) {
-        el = $("<div></div>").droppable();
-        el.data(key + ".droppable", val);
-        var actual = el.data(key + ".droppable"), expected = val;
-        same(actual, expected, key);
-        el.remove();
-    });
-});
-
-module("droppable: Options");
-
-test("accept, selector", function() {
-    ok(false, "missing test");
-});
-
-test("accept, fn", function() {
-    ok(false, "missing test");
-});
-
-test("activeClass", function() {
-    ok(false, "missing test");
-});
-
-test("cssNamespace", function() {
-    //cssNamespace should be appended with '-droppable' and added as className
-    el = $("<div></div>").droppable({ cssNamespace: "ui" });
-    equals(el[0].className, "ui-droppable");
-    el.droppable("destroy");
-
-    //no className should be added if cssNamepsace is null
-    el = $("<div></div>").droppable({ cssNamespace: null });
-    equals(el[0].className, "");
-    el.droppable("destroy");
-});
-
-test("greedy", function() {
-    ok(false, "missing test");
-});
-
-test("hoverClass", function() {
-    ok(false, "missing test");
-});
-
-test("scope", function() {
-    ok(false, "missing test");
-});
-
-test("tolerance, fit", function() {
-    ok(false, "missing test");
-});
-
-test("tolerance, intersect", function() {
-    ok(false, "missing test");
-});
-
-test("tolerance, pointer", function() {
-    ok(false, "missing test");
-});
-
-test("tolerance, touch", function() {
-    ok(false, "missing test");
-});
-
-module("droppable: Callbacks");
-
-test("activate", function() {
-    ok(false, "missing test");
-});
-
-test("deactivate", function() {
-    ok(false, "missing test");
-});
-
-test("over", function() {
-    ok(false, "missing test");
-});
-
-test("out", function() {
-    ok(false, "missing test");
-});
-
-test("drop", function() {
-    ok(false, "missing test");
-});
-
-module("droppable: Tickets");
-
-
-})(jQuery);
+/*
+ * droppable unit tests
+ */
+(function($) {
+//
+// Droppable Test Helper Functions
+//
+
+var defaults = {
+    accept: null,
+    activeClass: null,
+    cssNamespace: "ui",
+    disabled: false,
+    greedy: false,
+    hoverClass: null,
+    scope: "default",
+    tolerance: "intersect"
+};
+
+var el, drg;
+
+function shouldBeDroppable() {
+    ok(false, "missing test - should be droppable");
+}
+
+function shouldNotBeDroppable() {
+    ok(false, "missing test - should not be droppable");
+}
+
+// Droppable Tests
+module("droppable");
+
+test("init", function() {
+    expect(6);
+
+    $("<div></div>").appendTo('body').droppable().remove();
+    ok(true, '.droppable() called on element');
+
+    $([]).droppable();
+    ok(true, '.droppable() called on empty collection');
+
+    $("<div></div>").droppable();
+    ok(true, '.droppable() called on disconnected DOMElement');
+
+    $("<div></div>").droppable().droppable("foo");
+    ok(true, 'arbitrary method called after init');
+
+    $("<div></div>").droppable().data("foo.droppable");
+    ok(true, 'arbitrary option getter after init');
+
+    $("<div></div>").droppable().data("foo.droppable", "bar");
+    ok(true, 'arbitrary option setter after init');
+});
+
+test("destroy", function() {
+    expect(6);
+
+    
$("<div></div>").appendTo('body').droppable().droppable("destroy").remove();
+    ok(true, '.droppable("destroy") called on element');
+
+    $([]).droppable().droppable("destroy");
+    ok(true, '.droppable("destroy") called on empty collection');
+
+    $("<div></div>").droppable().droppable("destroy");
+    ok(true, '.droppable("destroy") called on disconnected DOMElement');
+
+    $("<div></div>").droppable().droppable("destroy").droppable("foo");
+    ok(true, 'arbitrary method called after destroy');
+
+    $("<div></div>").droppable().droppable("destroy").data("foo.droppable");
+    ok(true, 'arbitrary option getter after destroy');
+
+    
$("<div></div>").droppable().droppable("destroy").data("foo.droppable", "bar");
+    ok(true, 'arbitrary option setter after destroy');
+});
+
+test("enable", function() {
+    expect(6);
+    el = $("#droppable1").droppable({ disabled: true });
+    shouldNotBeDroppable();
+    el.droppable("enable");
+    shouldBeDroppable();
+    equals(el.data("disabled.droppable"), false, "disabled.droppable getter");
+    el.droppable("destroy");
+    el.droppable({ disabled: true });
+    shouldNotBeDroppable();
+    el.data("disabled.droppable", false);
+    equals(el.data("disabled.droppable"), false, "disabled.droppable setter");
+    shouldBeDroppable();
+});
+
+test("disable", function() {
+    expect(6);
+    el = $("#droppable1").droppable({ disabled: false });
+    shouldBeDroppable();
+    el.droppable("disable");
+    shouldNotBeDroppable();
+    equals(el.data("disabled.droppable"), true, "disabled.droppable getter");
+    el.droppable("destroy");
+    el.droppable({ disabled: false });
+    shouldBeDroppable();
+    el.data("disabled.droppable", true);
+    equals(el.data("disabled.droppable"), true, "disabled.droppable setter");
+    shouldNotBeDroppable();
+});
+
+test("element types", function() {
+    var typeNames = ('p,h1,h2,h3,h4,h5,h6,blockquote,ol,ul,dl,div,form'
+        + ',table,fieldset,address,ins,del,em,strong,q,cite,dfn,abbr'
+        + ',acronym,code,samp,kbd,var,img,object,hr'
+        + ',input,button,label,select,iframe').split(',');
+
+    $.each(typeNames, function(i) {
+        var typeName = typeNames[i];
+        el = $(document.createElement(typeName)).appendTo('body');
+        (typeName == 'table' && el.append("<tr><td>content</td></tr>"));
+        el.droppable();
+        shouldBeDroppable();
+        el.droppable("destroy");
+        el.remove();
+    });
+});
+
+test("defaults", function() {
+    el = $("<div></div>").droppable();
+    $.each(defaults, function(key, val) {
+        var actual = el.data(key + ".droppable"), expected = val;
+        same(actual, expected, key);
+    });
+    el.remove();
+});
+
+test("option setting", function() {
+    // The plugin shouldn't modify an option value set by the user
+    $.each(defaults, function(key, val) {
+        el = $("<div></div>").droppable();
+        el.data(key + ".droppable", val);
+        var actual = el.data(key + ".droppable"), expected = val;
+        same(actual, expected, key);
+        el.remove();
+    });
+});
+
+module("droppable: Options");
+
+test("accept, selector", function() {
+    ok(false, "missing test");
+});
+
+test("accept, fn", function() {
+    ok(false, "missing test");
+});
+
+test("activeClass", function() {
+    ok(false, "missing test");
+});
+
+test("cssNamespace", function() {
+    //cssNamespace should be appended with '-droppable' and added as className
+    el = $("<div></div>").droppable({ cssNamespace: "ui" });
+    equals(el[0].className, "ui-droppable");
+    el.droppable("destroy");
+
+    //no className should be added if cssNamepsace is null
+    el = $("<div></div>").droppable({ cssNamespace: null });
+    equals(el[0].className, "");
+    el.droppable("destroy");
+});
+
+test("greedy", function() {
+    ok(false, "missing test");
+});
+
+test("hoverClass", function() {
+    ok(false, "missing test");
+});
+
+test("scope", function() {
+    ok(false, "missing test");
+});
+
+test("tolerance, fit", function() {
+    ok(false, "missing test");
+});
+
+test("tolerance, intersect", function() {
+    ok(false, "missing test");
+});
+
+test("tolerance, pointer", function() {
+    ok(false, "missing test");
+});
+
+test("tolerance, touch", function() {
+    ok(false, "missing test");
+});
+
+module("droppable: Callbacks");
+
+test("activate", function() {
+    ok(false, "missing test");
+});
+
+test("deactivate", function() {
+    ok(false, "missing test");
+});
+
+test("over", function() {
+    ok(false, "missing test");
+});
+
+test("out", function() {
+    ok(false, "missing test");
+});
+
+test("drop", function() {
+    ok(false, "missing test");
+});
+
+module("droppable: Tickets");
+
+
+})(jQuery);
Modified: branches/dev/autocomplete/tests/ui.html
==============================================================================
--- branches/dev/autocomplete/tests/ui.html    (original)
+++ branches/dev/autocomplete/tests/ui.html    Tue Nov 18 22:09:48 2008
@@ -1,39 +1,39 @@
-<!doctype html>
-<html lang="en">
-<head>
-    <title>jQuery UI Test Suite</title>
-
-    <link rel="stylesheet" href="qunit/testsuite.css" type="text/css"
media="screen">
-
-    <script type="text/javascript" src="../jquery-1.2.6.js"></script>
-    <script type="text/javascript" src="../ui/ui.core.js"></script>
-    <script type="text/javascript" src="../ui/ui.accordion.js"></script>
-    <script type="text/javascript" src="../ui/ui.datepicker.js"></script>
-    <script type="text/javascript" src="../ui/ui.dialog.js"></script>
-    <script type="text/javascript" src="../ui/ui.draggable.js"></script>
-    <script type="text/javascript" src="../ui/ui.droppable.js"></script>
-    <script type="text/javascript" src="../ui/ui.progressbar.js"></script>
-    <script type="text/javascript" src="../ui/ui.resizable.js"></script>
-    <script type="text/javascript" src="../ui/ui.selectable.js"></script>
-    <script type="text/javascript" src="../ui/ui.slider.js"></script>
-    <script type="text/javascript" src="../ui/ui.sortable.js"></script>
-    <script type="text/javascript" src="../ui/ui.tabs.js"></script>
-
-    <script type="text/javascript" src="qunit/testrunner.js"></script>
-    <script type="text/javascript" src="ui.js"></script>
-
-</head>
-<body class="flora">
-
-<h1 id="header">jQuery UI Test Suite</h1>
-<h2 id="banner"></h2>
-<h2 id="userAgent"></h2>
-
-<ol id="tests"></ol>
-
-<div id="main" style="position: absolute; top: -10000px; border: 1px solid
black; padding: 10px; margin: 10px;">
-
-</div>
-
-</body>
-</html>
+<!doctype html>
+<html lang="en">
+<head>
+    <title>jQuery UI Test Suite</title>
+
+    <link rel="stylesheet" href="qunit/testsuite.css" type="text/css"
media="screen">
+
+    <script type="text/javascript" src="../jquery-1.2.6.js"></script>
+    <script type="text/javascript" src="../ui/ui.core.js"></script>
+    <script type="text/javascript" src="../ui/ui.accordion.js"></script>
+    <script type="text/javascript" src="../ui/ui.datepicker.js"></script>
+    <script type="text/javascript" src="../ui/ui.dialog.js"></script>
+    <script type="text/javascript" src="../ui/ui.draggable.js"></script>
+    <script type="text/javascript" src="../ui/ui.droppable.js"></script>
+    <script type="text/javascript" src="../ui/ui.progressbar.js"></script>
+    <script type="text/javascript" src="../ui/ui.resizable.js"></script>
+    <script type="text/javascript" src="../ui/ui.selectable.js"></script>
+    <script type="text/javascript" src="../ui/ui.slider.js"></script>
+    <script type="text/javascript" src="../ui/ui.sortable.js"></script>