r1370 - trunk/demos/progressbar
Author: fg.todd Date: Tue Dec 30 13:06:05 2008 New Revision: 1370 Modified: trunk/demos/progressbar/resize.html Log: Added description. Modified: trunk/demos/progressbar/resize.html ============================================================================== --- trunk/demos/progressbar/resize.html (original) +++ trunk/demos/progressbar/resize.html Tue Dec 30 13:06:05 2008 @@ -35,7 +35,7 @@ <div class="demo-description"> - Since the progress bar is coded in percentages for flexible sizing,
r1376 - trunk/demos/draggable
Author: rdworth Date: Tue Dec 30 16:17:33 2008 New Revision: 1376 Modified: trunk/demos/draggable/helper.html Log: demos/draggable/helper.html: adjusted cursorAt position of custom helper Modified: trunk/demos/draggable/helper.html ============================================================================== --- trunk/demos/draggable/helper.html (original) +++ trunk/demos/draggable/helper.html Tue Dec 30 16:17:33 2008 @@ -15,7 +15,8 @@ $("#draggable").draggable({ helper: 'original'
r1364 - trunk/demos/dialog
Author: fg.todd Date: Tue Dec 30 12:22:12 2008 New Revision: 1364 Modified: trunk/demos/dialog/modal_confirmation.html trunk/demos/dialog/modal_form.html trunk/demos/dialog/modal_message.html Log: Added dialog close for buttons Modified: trunk/demos/dialog/modal_confirmation.html ============================================================================== --- trunk/demos/dialog/modal_confirmation.html (original) +++ trunk/demos/dialog/modal_confirmation.html Tue Dec 30 12:22:12 2008 @@ -21,10
r1360 - trunk/demos/accordion
Author: fg.todd Date: Tue Dec 30 11:55:36 2008 New Revision: 1360 Modified: trunk/demos/accordion/fillspace.html trunk/demos/accordion/index.html Log: Added gripper and extra panel to FIllSpace demo Modified: trunk/demos/accordion/fillspace.html ============================================================================== --- trunk/demos/accordion/fillspace.html (original) +++ trunk/demos/accordion/fillspace.html Tue Dec 30 11:55:36 2008 @@ -62,7 +62,11 @@ </div> </div> </div>
r1349 - trunk/demos/datepicker
Author: scott.gonzalez Date: Tue Dec 30 10:23:21 2008 New Revision: 1349 Modified: trunk/demos/datepicker/buttonbar.html trunk/demos/datepicker/dropdown_month_year.html trunk/demos/datepicker/multiple_calendars.html Log: Datepicker demos: Fixed option hash style for consistency. Modified: trunk/demos/datepicker/buttonbar.html ============================================================================== --- trunk/demos/datepicker/buttonbar.html (original) +++ trunk/demos/datepicker/buttonbar.html Tue
r1344 - trunk/demos
Author: fg.todd Date: Tue Dec 30 10:15:09 2008 New Revision: 1344 Modified: trunk/demos/demos.css Log: Added rules for .demo and .demo-description divs at the end of the css for padding and fonts. May need to be scoped tighter. Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original) +++ trunk/demos/demos.css Tue Dec 30 10:15:09 2008 @@ -162,4 +162,16 @@ #demo-source a.source-closed:link, #demo-source
r1369 - in trunk/demos: accordion datepicker dialog draggable droppable progressbar resizable sel...
Author: fg.todd Date: Tue Dec 30 13:02:37 2008 New Revision: 1369 Modified: trunk/demos/accordion/index.html trunk/demos/datepicker/index.html trunk/demos/dialog/index.html trunk/demos/draggable/index.html trunk/demos/droppable/index.html trunk/demos/progressbar/index.html trunk/demos/resizable/index.html trunk/demos/selectable/index.html trunk/demos/slider/index.html trunk/demos/sortable/index.html trunk/demos/tabs/index.html Log: Changed local nav title to just say "Examples" instead of repeating
r1368 - trunk/demos/slider
Author: rdworth Date: Tue Dec 30 12:49:57 2008 New Revision: 1368 Modified: trunk/demos/slider/steps.html Log: demos/slider/steps.html: addded a text input for feedback Modified: trunk/demos/slider/steps.html ============================================================================== --- trunk/demos/slider/steps.html (original) +++ trunk/demos/slider/steps.html Tue Dec 30 12:49:57 2008 @@ -10,16 +10,21 @@ <script type="text/javascript"> $(function() { $("#slider").slider({
r1367 - trunk/demos/progressbar
Author: fg.todd Date: Tue Dec 30 12:46:25 2008 New Revision: 1367 Modified: trunk/demos/progressbar/index.html Log: Fixed on state Modified: trunk/demos/progressbar/index.html ============================================================================== --- trunk/demos/progressbar/index.html (original) +++ trunk/demos/progressbar/index.html Tue Dec 30 12:46:25 2008 @@ -10,7 +10,7 @@ <h4>Progressbar</h4> <ul> <li class="demo-config-on"><a href="default.html">Default</a></li>
r1362 - trunk/demos
Author: pazu2k@gmail.com Date: Tue Dec 30 12:14:58 2008 New Revision: 1362 Modified: trunk/demos/index.html Log: demos/index.html: removed iframe fade effects as it was interferring with accordion and fixed some IE bugs with iframe content not loading. Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Tue Dec 30 12:14:58 2008 @@ -38,19 +38,17 @@ $(this).parents('ul').find('li').removeClass('demo-config-on');
r1359 - in trunk/demos: accordion draggable droppable sortable tabs
Author: rdworth Date: Tue Dec 30 11:30:49 2008 New Revision: 1359 Modified: trunk/demos/accordion/collapsable.html (props changed) trunk/demos/accordion/custom_icons.html (props changed) trunk/demos/draggable/sortable.html (contents, props changed) trunk/demos/droppable/revert.html (props changed) trunk/demos/sortable/droppable.html (props changed) trunk/demos/tabs/collapsable.html (props changed) Log: set mime type set svn:eol-style to native Modified: trunk/demos/draggable/sortable.html ==============================================================================
r1366 - trunk/demos
Author: pazu2k@gmail.com Date: Tue Dec 30 12:46:08 2008 New Revision: 1366 Modified: trunk/demos/index.html Log: demos/index.html: added a check to fix initial load in opera. Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Tue Dec 30 12:46:08 2008 @@ -47,9 +47,13 @@ if ($('#demo-notes').length == 0) { $('<div
r1345 - trunk/demos/datepicker
Author: fg.todd Date: Tue Dec 30 10:16:54 2008 New Revision: 1345 Modified: trunk/demos/datepicker/multiple_calendars.html Log: Changed # calendars from 2 to 3 Modified: trunk/demos/datepicker/multiple_calendars.html ============================================================================== --- trunk/demos/datepicker/multiple_calendars.html (original) +++ trunk/demos/datepicker/multiple_calendars.html Tue Dec 30 10:16:54 2008 @@ -9,7 +9,7 @@ <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
r1343 - trunk/demos/accordion
Author: fg.todd Date: Tue Dec 30 10:05:37 2008 New Revision: 1343 Modified: trunk/demos/accordion/fillspace.html Log: Tweaks to sizing and language. Modified: trunk/demos/accordion/fillspace.html ============================================================================== --- trunk/demos/accordion/fillspace.html (original) +++ trunk/demos/accordion/fillspace.html Tue Dec 30 10:05:37 2008 @@ -28,7 +28,8 @@ <div class="demo"> -<div id="accordionResizer" style="padding:5px; height:250px;" class="ui-widget-content">
r1358 - trunk/demos/slider
Author: fg.todd Date: Tue Dec 30 11:18:21 2008 New Revision: 1358 Modified: trunk/demos/slider/steps.html Log: Added labels above each slider Modified: trunk/demos/slider/steps.html ============================================================================== --- trunk/demos/slider/steps.html (original) +++ trunk/demos/slider/steps.html Tue Dec 30 11:18:21 2008 @@ -19,6 +19,7 @@ <div class="demo"> + Donation amount ($50 increments): <div id="slider"></div> </div><!-- End demo -->
r1346 - trunk/demos/accordion
Author: scott.gonzalez Date: Tue Dec 30 10:17:08 2008 New Revision: 1346 Modified: trunk/demos/accordion/custom_icons.html trunk/demos/accordion/default.html trunk/demos/accordion/fillspace.html Log: Accordion demos: Removed trailing commas. Modified: trunk/demos/accordion/custom_icons.html ============================================================================== --- trunk/demos/accordion/custom_icons.html (original) +++ trunk/demos/accordion/custom_icons.html Tue Dec 30 10:17:08 2008
r1356 - trunk/demos/tabs
Author: fg.todd Date: Tue Dec 30 11:12:57 2008 New Revision: 1356 Added: trunk/demos/tabs/collapsable.html Modified: trunk/demos/tabs/ajax.html trunk/demos/tabs/default.html trunk/demos/tabs/index.html trunk/demos/tabs/mouseover.html Log: Added container divs and descriptions Modified: trunk/demos/tabs/ajax.html ============================================================================== --- trunk/demos/tabs/ajax.html (original) +++ trunk/demos/tabs/ajax.html Tue Dec 30 11:12:57 2008 @@ -15,18
r1373 - trunk/demos/progressbar
Author: rdworth Date: Tue Dec 30 13:40:51 2008 New Revision: 1373 Modified: trunk/demos/progressbar/resize.html (props changed) Log: set mime type
r1353 - trunk/demos/dialog
Author: fg.todd Date: Tue Dec 30 10:33:03 2008 New Revision: 1353 Modified: trunk/demos/dialog/index.html Log: Name updates for links Modified: trunk/demos/dialog/index.html ============================================================================== --- trunk/demos/dialog/index.html (original) +++ trunk/demos/dialog/index.html Tue Dec 30 10:33:03 2008 @@ -9,7 +9,7 @@ <div class="demos-nav"> <h4>Dialog</h4> <ul> - <li class="demo-config-on"><a href="default.html">Basic dialog
r1361 - trunk/demos/accordion
Author: fg.todd Date: Tue Dec 30 11:57:19 2008 New Revision: 1361 Modified: trunk/demos/accordion/fillspace.html Log: FIxed gripper span width Modified: trunk/demos/accordion/fillspace.html ============================================================================== --- trunk/demos/accordion/fillspace.html (original) +++ trunk/demos/accordion/fillspace.html Tue Dec 30 11:57:19 2008 @@ -63,7 +63,7 @@ </div> </div> -<span class="ui-icon ui-icon-grip-dotted-horizontal" style="margin:2px
r1354 - trunk/demos/slider
Author: fg.todd Date: Tue Dec 30 11:08:39 2008 New Revision: 1354 Modified: trunk/demos/slider/default.html trunk/demos/slider/multiple_vertical.html trunk/demos/slider/range.html trunk/demos/slider/range_vertical.html trunk/demos/slider/rangemax.html trunk/demos/slider/rangemin.html trunk/demos/slider/slider_vertical.html trunk/demos/slider/steps.html Log: Added container divs and added descriptions Modified: trunk/demos/slider/default.html ==============================================================================
r1372 - trunk/demos/slider
Author: fg.todd Date: Tue Dec 30 13:33:00 2008 New Revision: 1372 Modified: trunk/demos/slider/range.html trunk/demos/slider/rangemax.html trunk/demos/slider/rangemin.html trunk/demos/slider/slider_vertical.html trunk/demos/slider/steps.html Log: Added feedback of the current slider value next to label. Modified: trunk/demos/slider/range.html ============================================================================== --- trunk/demos/slider/range.html (original) +++ trunk/demos/slider/range.html Tue
r1351 - trunk/demos
Author: fg.todd Date: Tue Dec 30 10:30:24 2008 New Revision: 1351 Modified: trunk/demos/demos.css Log: Adjusted sizing for layout to better fit demos Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original) +++ trunk/demos/demos.css Tue Dec 30 10:30:24 2008 @@ -14,7 +14,7 @@ -------------------------------- */ .layout-grid { - width: 100%; + width: 960px; } .layout-grid td { @@ -22,7 +22,7 @@ }
r1352 - trunk/demos/datepicker
Author: fg.todd Date: Tue Dec 30 10:32:32 2008 New Revision: 1352 Modified: trunk/demos/datepicker/index.html Log: Name updates for links Modified: trunk/demos/datepicker/index.html ============================================================================== --- trunk/demos/datepicker/index.html (original) +++ trunk/demos/datepicker/index.html Tue Dec 30 10:32:32 2008 @@ -11,7 +11,7 @@ <ul> <li class="demo-config-on"><a href="default.html">Default datepicker</a></li> <li><a
r1363 - trunk/demos/slider
Author: fg.todd Date: Tue Dec 30 12:16:32 2008 New Revision: 1363 Modified: trunk/demos/slider/range.html Log: Added missing demo class Modified: trunk/demos/slider/range.html ============================================================================== --- trunk/demos/slider/range.html (original) +++ trunk/demos/slider/range.html Tue Dec 30 12:16:32 2008 @@ -21,7 +21,7 @@ <body> - +<div class="demo"> Price range: <div id="slider-range"></div>
Slider - can someone code some feedback for me?
Hi all - Since our slider doesn't have an axis or tooltip labels, it's hard to see that it's really working. In all the demos on the site, I'd like to display the current value after each slider label and maybe even another text input below with the values to show how to update this in a real-world situation. I'm thinking this would be a really simple thing to add to all the slider demos here: http://jquery-ui.googlecode.com/svn/trunk/demos/index.html Any takers?
r1350 - trunk/demos
Author: pazu2k@gmail.com Date: Tue Dec 30 10:26:51 2008 New Revision: 1350 Modified: trunk/demos/index.html Log: demos/index.html: added functionality to pull descriptions from individual html files. Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Tue Dec 30 10:26:51 2008 @@ -37,8 +37,21 @@ $(this).click(function() { $(this).parents('ul').find('li').removeClass('demo-config-on');
r1347 - trunk/demos/accordion
Author: fg.todd Date: Tue Dec 30 10:17:36 2008 New Revision: 1347 Modified: trunk/demos/accordion/mouseover.html Log: Updated description code Modified: trunk/demos/accordion/mouseover.html ============================================================================== --- trunk/demos/accordion/mouseover.html (original) +++ trunk/demos/accordion/mouseover.html Tue Dec 30 10:17:36 2008 @@ -58,7 +58,7 @@ <div class="demo-description"> - In this example, we've customized the event to have sections
r1342 - trunk/demos/accordion
Author: fg.todd Date: Tue Dec 30 10:02:23 2008 New Revision: 1342 Modified: trunk/demos/accordion/fillspace.html Log: Fixed typo. Modified: trunk/demos/accordion/fillspace.html ============================================================================== --- trunk/demos/accordion/fillspace.html (original) +++ trunk/demos/accordion/fillspace.html Tue Dec 30 10:02:23 2008 @@ -61,7 +61,7 @@ </div> </div> </div> -</div><!-- End accordianResizer --> +</div><!-- End accordionResizer
r1341 - trunk/demos/accordion
Author: fg.todd Date: Tue Dec 30 10:01:54 2008 New Revision: 1341 Modified: trunk/demos/accordion/fillspace.html Log: Set resize box to be less tall, added instructions. Modified: trunk/demos/accordion/fillspace.html ============================================================================== --- trunk/demos/accordion/fillspace.html (original) +++ trunk/demos/accordion/fillspace.html Tue Dec 30 10:01:54 2008 @@ -28,7 +28,7 @@ <div class="demo"> -<div id="accordionResizer" style="padding:5px;"
r1340 - trunk/demos/dialog
Author: fg.todd Date: Tue Dec 30 09:47:22 2008 New Revision: 1340 Modified: trunk/demos/dialog/default.html trunk/demos/dialog/modal.html trunk/demos/dialog/modal_confirmation.html trunk/demos/dialog/modal_form.html trunk/demos/dialog/modal_message.html Log: Added demo wrapper divs, description text and improved sample data Modified: trunk/demos/dialog/default.html ============================================================================== --- trunk/demos/dialog/default.html (original) +++
r1336 - trunk/ui
Author: paul.bakaus Date: Tue Dec 30 08:34:23 2008 New Revision: 1336 Modified: trunk/ui/ui.draggable.js Log: draggable: made connectToSortable work fine with helper: 'original' (by removing top/left properties at sort end) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Tue Dec 30 08:34:23 2008 @@ -428,6 +428,11 @@ this.instance.element.triggerHandler("sortreceive",
r1337 - trunk/demos/draggable
Author: paul.bakaus Date: Tue Dec 30 08:36:18 2008 New Revision: 1337 Added: trunk/demos/draggable/sortable.html Modified: trunk/demos/draggable/index.html Log: demos: added connectToSortable demo for draggables Modified: trunk/demos/draggable/index.html ============================================================================== --- trunk/demos/draggable/index.html (original) +++ trunk/demos/draggable/index.html Tue Dec 30 08:36:18 2008 @@ -22,6 +22,7 @@ <li><a href="scroll.html">Scroll</a></li>
r1339 - trunk/demos/datepicker
Author: fg.todd Date: Tue Dec 30 08:47:26 2008 New Revision: 1339 Modified: trunk/demos/datepicker/multiple_calendars.html Log: Fixed description typo Modified: trunk/demos/datepicker/multiple_calendars.html ============================================================================== --- trunk/demos/datepicker/multiple_calendars.html (original) +++ trunk/demos/datepicker/multiple_calendars.html Tue Dec 30 08:47:26 2008 @@ -25,7 +25,7 @@ <div class="demo-description"> - This datepicker shows
Accordion fillSpace - need coding help
I was looking into making the fillSpace demo more interactive by wrapping the accordion in a resizable div so people could change the height and see the accordion adjust but I'm not having any luck getting fillSpace to work with the resize. It works on load but when I move it, I need this to re-adjust. This would be a common scenario for people to use so I'd like to have a demo for it. http://jquery-ui.googlecode.com/svn/trunk/demos/accordion/fillspace.html Could someone more familiar with accordion
r1338 - trunk/demos/datepicker
Author: fg.todd Date: Tue Dec 30 08:45:42 2008 New Revision: 1338 Modified: trunk/demos/datepicker/buttonbar.html trunk/demos/datepicker/default.html trunk/demos/datepicker/dropdown_month_year.html trunk/demos/datepicker/inline.html trunk/demos/datepicker/multiple_calendars.html Log: Added wrappers for demo and description for each page. Modified: trunk/demos/datepicker/buttonbar.html ============================================================================== --- trunk/demos/datepicker/buttonbar.html (original)
r1335 - trunk/demos
Author: pazu2k@gmail.com Date: Tue Dec 30 08:27:17 2008 New Revision: 1335 Modified: trunk/demos/index.html Log: demos/index.html - slimmed down the php code parts. Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Tue Dec 30 08:27:17 2008 @@ -49,23 +49,6 @@ </script> </head> <body> -<?php } else { - $base = 'repository/trunk/demos/'; - $section = $base
r1334 - in trunk/demos: accordion droppable sortable
Author: rdworth Date: Tue Dec 30 08:23:34 2008 New Revision: 1334 Modified: trunk/demos/accordion/collapsable.html (props changed) trunk/demos/accordion/custom_icons.html (props changed) trunk/demos/droppable/revert.html (contents, props changed) trunk/demos/sortable/droppable.html (contents, props changed) Log: set svn:eol-style to native Modified: trunk/demos/droppable/revert.html ============================================================================== --- trunk/demos/droppable/revert.html (original)
r1333 - trunk/demos/accordion
Author: fg.todd Date: Tue Dec 30 08:15:57 2008 New Revision: 1333 Added: trunk/demos/accordion/collapsable.html trunk/demos/accordion/custom_icons.html Modified: trunk/demos/accordion/fillspace.html trunk/demos/accordion/index.html trunk/demos/accordion/mouseover.html Log: Added new custom icon and collapsable demos, updated index Added: trunk/demos/accordion/collapsable.html ============================================================================== --- (empty file) +++ trunk/demos/accordion/collapsable.html Tue
r1331 - trunk/demos/accordion
Author: joern.zaefferer Date: Tue Dec 30 08:07:39 2008 New Revision: 1331 Modified: trunk/demos/accordion/fillspace.html Log: accordion demo: resize accordion in fillSpace demo Modified: trunk/demos/accordion/fillspace.html ============================================================================== --- trunk/demos/accordion/fillspace.html (original) +++ trunk/demos/accordion/fillspace.html Tue Dec 30 08:07:39 2008 @@ -16,7 +16,11 @@ }); }); $(function() { - $("#accordionResizer").resizable();
Next Page