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/dojox/widget/SortList/SortList.css | 57 +++++++++++++++++++ .../widget/SortList/SortList.css.commented.css | 64 ++++++++++++++++++++++ includes/js/dojox/widget/SortList/SortList.html | 9 +++ 3 files changed, 130 insertions(+) create mode 100644 includes/js/dojox/widget/SortList/SortList.css create mode 100644 includes/js/dojox/widget/SortList/SortList.css.commented.css create mode 100644 includes/js/dojox/widget/SortList/SortList.html (limited to 'includes/js/dojox/widget/SortList') diff --git a/includes/js/dojox/widget/SortList/SortList.css b/includes/js/dojox/widget/SortList/SortList.css new file mode 100644 index 0000000..70d39d2 --- /dev/null +++ b/includes/js/dojox/widget/SortList/SortList.css @@ -0,0 +1,57 @@ +.sortListBody { margin:0; padding:0; background:#fff; } +.soria .sortListBody li, +.tundra .sortListBody li { + border-bottom:1px solid #b7b7b7; + padding:2px 2px 2px 5px; +} +.sortListTitle { + cursor:pointer; + padding:4px 4px 3px 4px; +} +.sortList { height:100%; width:100%; } +.sortListBodyWrapper { + border:1px solid #b7b7b7; + overflow:auto; + height:100%; + cursor:pointer; +} +.soria .sortListBodyWrapper { + border:1px solid #333; +} +.soria .sortListItemOdd, +.tundra .sortListItemOdd { background:#f2f5f9; } +.tundra .sortListTitle { + background:#fafafa url('../../../dijit/themes/tundra/images/titleBarBg.gif') repeat-x top left; + border:1px solid #bfbfbf; + border-bottom:0; +} +.soria .sortListTitle { + background:#4f8ce5 url('../../../dijit/themes/soria/images/gradientTopBg.png') repeat-x top left; + background-position:0px -1px; + border:1px solid #333; + border-bottom:0; + font-weight:bold; + color:#fff; +} +.sortListItemSelected { background:#b7cdee !important; } +.sortListItemHover { background:#ff6 !important; } +.soria .sortListIcon, +.tundra .sortListIcon { + float:right; + height:16px; + width:16px; +} +.tundra .sortListDesc .sortListIcon { + background:url('../../../dijit/themes/tundra/images/arrowDown.png') no-repeat center center; +} +.tundra .sortListAsc .sortListIcon { + background:url('../../../dijit/themes/tundra/images/arrowUp.png') no-repeat center center; +} +.soria .sortListDesc .sortListIcon, +.soria .sortListAsc .sortListIcon { + background:url('../../../dijit/themes/soria/images/arrows.png') no-repeat center center; + background-position:0px 0px; +} +.soria .sortListDesc .sortListIcon { + background-position:-32px 0px; +} diff --git a/includes/js/dojox/widget/SortList/SortList.css.commented.css b/includes/js/dojox/widget/SortList/SortList.css.commented.css new file mode 100644 index 0000000..d5ca995 --- /dev/null +++ b/includes/js/dojox/widget/SortList/SortList.css.commented.css @@ -0,0 +1,64 @@ +.sortListBody { margin:0; padding:0; background:#fff; } + +.soria .sortListBody li, +.tundra .sortListBody li { + border-bottom:1px solid #b7b7b7; + padding:2px 2px 2px 5px; +} +.sortListTitle { + cursor:pointer; + padding:4px 4px 3px 4px; +} +.sortList { height:100%; width:100%; } +.sortListBodyWrapper { + border:1px solid #b7b7b7; + overflow:auto; + height:100%; + cursor:pointer; +} + +.soria .sortListBodyWrapper { + border:1px solid #333; +} + +.soria .sortListItemOdd, +.tundra .sortListItemOdd { background:#f2f5f9; } +.tundra .sortListTitle { + background:#fafafa url('../../../dijit/themes/tundra/images/titleBarBg.gif') repeat-x top left; + border:1px solid #bfbfbf; + border-bottom:0; +} +.soria .sortListTitle { + background:#4f8ce5 url('../../../dijit/themes/soria/images/gradientTopBg.png') repeat-x top left; + background-position:0px -1px; + border:1px solid #333; + border-bottom:0; + font-weight:bold; + color:#fff; +} + +.sortListItemSelected { background:#b7cdee !important; } +.sortListItemHover { background:#ff6 !important; } + +.soria .sortListIcon, +.tundra .sortListIcon { + float:right; + height:16px; + width:16px; +} +.tundra .sortListDesc .sortListIcon { + background:url('../../../dijit/themes/tundra/images/arrowDown.png') no-repeat center center; +} +.tundra .sortListAsc .sortListIcon { + background:url('../../../dijit/themes/tundra/images/arrowUp.png') no-repeat center center; +} + +.soria .sortListDesc .sortListIcon, +.soria .sortListAsc .sortListIcon { + background:url('../../../dijit/themes/soria/images/arrows.png') no-repeat center center; + background-position:0px 0px; +} + +.soria .sortListDesc .sortListIcon { + background-position:-32px 0px; +} diff --git a/includes/js/dojox/widget/SortList/SortList.html b/includes/js/dojox/widget/SortList/SortList.html new file mode 100644 index 0000000..32f678a --- /dev/null +++ b/includes/js/dojox/widget/SortList/SortList.html @@ -0,0 +1,9 @@ +
+
+
+ ${title} +
+
+ +
+
\ No newline at end of file -- cgit v1.2.3-54-g00ecf