From e44a7e37b6c7b5961adaffc62b9042b8d442938e Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 09:49:11 +0000 Subject: New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dijit/tests/test_TitlePane.html | 126 ++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 includes/js/dijit/tests/test_TitlePane.html (limited to 'includes/js/dijit/tests/test_TitlePane.html') diff --git a/includes/js/dijit/tests/test_TitlePane.html b/includes/js/dijit/tests/test_TitlePane.html new file mode 100644 index 0000000..d0096c0 --- /dev/null +++ b/includes/js/dijit/tests/test_TitlePane.html @@ -0,0 +1,126 @@ + + + + TitlePane Test + + + + + + + + + +

Dijit TitlePane Test

+ +

Test #1: plain title pane, width=300px

+
+ Lorem Ipsum Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque + iaculis, nulla id semper faucibus, pede tellus nonummy magna, vitae adipiscing + orci arcu ut augue. Nunc condimentum, magna a vestibulum convallis, libero purus + pulvinar orci, sed vestibulum urna sem ut pede. More Ipsum... + Sed sollicitudin suscipit risus. Nam ullamcorper. Sed nisl lectus, pellentesque + nec, malesuada eget, ornare a, libero. Lorem ipsum dolor sit amet, + consectetuer adipiscing elit. +
+ +

Test #2: title pane with form, width=300px

+ +
+
+ Age:
+ Discount card
+
+
+
+
+ +

Test #3: initially closed pane

+
+
+ Age:
+ Discount card
+
+
+
+ + +

Test #4: title pane with href (initially closed)

+

The pane should open to "Loading..." message and then 2 seconds later it should slide open more to show loaded data.

+
+ Loading... +
+ +

Test #5: title pane with href (initially closed)

+

The pane should start to open to "Loading..." but halfway through href data will be loaded, and it should expand correctly.

+
+ Loading... +
+ +

Test #6: nested title pane

+
+

This is a title pane, containing another title pane ... +

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque iaculis, nulla id semper faucibus, pede tellus nonummy magna, vitae adipiscing orci arcu ut augue. Nunc condimentum, magna a vestibulum convallis, libero purus pulvinar orci, sed vestibulum urna sem ut pede. +More Ipsum... + +

+

And this is the inner title pane... +

Sed sollicitudin suscipit risus. Nam ullamcorper. Sed nisl lectus, pellentesque nec, malesuada eget, ornare a, libero. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. +

+ +

And this is the closing line for the outer title pane. +

+ +

Test #7: subclassed title pane (only arrow is selectable and focusable)

+
+ Lorem Ipsum Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque + iaculis, nulla id semper faucibus, pede tellus nonummy magna, vitae adipiscing + orci arcu ut augue. Nunc condimentum, magna a vestibulum convallis, libero purus + pulvinar orci, sed vestibulum urna sem ut pede. More Ipsum... + Sed sollicitudin suscipit risus. Nam ullamcorper. Sed nisl lectus, pellentesque + nec, malesuada eget, ornare a, libero. Lorem ipsum dolor sit amet, + consectetuer adipiscing elit. +
+ + + + + +
+ Here's some text below the title panes (to make sure that closing a title pane releases the space that the content was taking up) +
+ + + -- cgit v1.2.3