From 1df7817fe5686fbe4db637379a95e4b65ec9ba53 Mon Sep 17 00:00:00 2001 From: idle sign Date: Wed, 1 Sep 2010 10:44:36 +0700 Subject: [PATCH 1/3] * basic panel implementation and tests --- tests/static/index.html | 1 + tests/static/panel/default.html | 25 +++ tests/unit/index.html | 2 + tests/unit/panel/panel.html | 56 ++++++ tests/unit/panel/panel_core.js | 17 ++ tests/unit/panel/panel_defaults.js | 28 +++ tests/unit/panel/panel_events.js | 15 ++ tests/unit/panel/panel_methods.js | 52 ++++++ tests/unit/panel/panel_options.js | 80 ++++++++ tests/unit/panel/panel_tickets.js | 8 + tests/visual/index.html | 1 + themes/base/jquery.ui.base.css | 1 + themes/base/jquery.ui.panel.css | 30 +++ ui/jquery.ui.panel.js | 287 +++++++++++++++++++++++++++++ 14 files changed, 603 insertions(+) create mode 100644 tests/static/panel/default.html create mode 100644 tests/unit/panel/panel.html create mode 100644 tests/unit/panel/panel_core.js create mode 100644 tests/unit/panel/panel_defaults.js create mode 100644 tests/unit/panel/panel_events.js create mode 100644 tests/unit/panel/panel_methods.js create mode 100644 tests/unit/panel/panel_options.js create mode 100644 tests/unit/panel/panel_tickets.js create mode 100644 themes/base/jquery.ui.panel.css create mode 100644 ui/jquery.ui.panel.js diff --git a/tests/static/index.html b/tests/static/index.html index ae37825fdf1..bb789e59292 100644 --- a/tests/static/index.html +++ b/tests/static/index.html @@ -28,6 +28,7 @@

Interactions

Widgets