From 46137fdf898690836ae61e54b1cb2711492287f3 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 16 May 2011 22:23:20 -0500 Subject: jQuery ordered map. The ordered map is a jQuery extension for creating a collection which can be accessed both as an ordered list and as a map. This collection can be used to store various objects including entities, fields, columns, and dialogs. A test suite for this class has been added as well. Ticket #1232 --- install/ui/test/ordered_map_tests.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 install/ui/test/ordered_map_tests.html (limited to 'install/ui/test/ordered_map_tests.html') diff --git a/install/ui/test/ordered_map_tests.html b/install/ui/test/ordered_map_tests.html new file mode 100755 index 000000000..dda669348 --- /dev/null +++ b/install/ui/test/ordered_map_tests.html @@ -0,0 +1,21 @@ + + + + Ordered Map Test Suite + + + + + + + + + +

Ordered Map Test Suite

+

+
+

+
    +
    + + -- cgit