r1288 - in trunk/demos: . accordion datepicker dialog draggable droppable progressbar resizable s...
Author: rdworth Date: Mon Dec 29 20:14:09 2008 New Revision: 1288 Modified: trunk/demos/accordion/index.html trunk/demos/datepicker/index.html trunk/demos/demos.css trunk/demos/dialog/index.html trunk/demos/draggable/index.html trunk/demos/droppable/index.html trunk/demos/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: demos: fixed consistency
r1293 - in trunk: demos/resizable ui
Author: rdworth Date: Mon Dec 29 21:38:56 2008 New Revision: 1293 Modified: trunk/demos/resizable/animate.html trunk/ui/ui.resizable.js Log: Fixed #3708 - Resizable: all classes added should have 'ui-' prefix, 'proxy' should be 'ui-resizable-helper' Modified: trunk/demos/resizable/animate.html ============================================================================== --- trunk/demos/resizable/animate.html (original) +++ trunk/demos/resizable/animate.html Mon Dec 29 21:38:56 2008 @@ -9,7
r1294 - trunk/demos/resizable
Author: rdworth Date: Mon Dec 29 21:42:54 2008 New Revision: 1294 Modified: trunk/demos/resizable/aspectratio.html Log: demos/resizable/aspectratio.html - switched to framework classes Modified: trunk/demos/resizable/aspectratio.html ============================================================================== --- trunk/demos/resizable/aspectratio.html (original) +++ trunk/demos/resizable/aspectratio.html Mon Dec 29 21:42:54 2008 @@ -7,17 +7,20 @@ <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
r1291 - trunk/demos/resizable
Author: rdworth Date: Mon Dec 29 20:54:59 2008 New Revision: 1291 Modified: trunk/demos/resizable/alsoresize.html Log: demos/resizable/alsoresize.html - switched to framework classes Modified: trunk/demos/resizable/alsoresize.html ============================================================================== --- trunk/demos/resizable/alsoresize.html (original) +++ trunk/demos/resizable/alsoresize.html Mon Dec 29 20:54:59 2008 @@ -7,22 +7,27 @@ <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
r1292 - trunk/demos/resizable
Author: rdworth Date: Mon Dec 29 21:02:22 2008 New Revision: 1292 Modified: trunk/demos/resizable/animate.html Log: demos/resizable/animate.html - switched to framework classes Modified: trunk/demos/resizable/animate.html ============================================================================== --- trunk/demos/resizable/animate.html (original) +++ trunk/demos/resizable/animate.html Mon Dec 29 21:02:22 2008 @@ -7,6 +7,10 @@ <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
r1295 - trunk/demos/resizable
Author: rdworth Date: Mon Dec 29 21:49:01 2008 New Revision: 1295 Modified: trunk/demos/resizable/alsoresize.html trunk/demos/resizable/animate.html trunk/demos/resizable/aspectratio.html Log: demos/resizable: limited background-position fix to resizable element that needs it (with ui-widget-header class) Modified: trunk/demos/resizable/alsoresize.html ============================================================================== --- trunk/demos/resizable/alsoresize.html (original) +++ trunk/demos/resizable/alsoresize.html Mon
r1289 - in trunk/demos: . accordion datepicker dialog draggable droppable progressbar resizable s...
Author: rdworth Date: Mon Dec 29 20:16:51 2008 New Revision: 1289 Modified: trunk/demos/accordion/default.html (contents, props changed) trunk/demos/accordion/fillspace.html (props changed) trunk/demos/accordion/index.html (contents, props changed) trunk/demos/accordion/mouseover.html (contents, props changed) trunk/demos/datepicker/buttonbar.html (contents, props changed) trunk/demos/datepicker/default.html (contents, props changed) trunk/demos/datepicker/dropdown_month_year.html (contents, props
r1287 - trunk
Author: eduardolundgren Date: Mon Dec 29 14:29:54 2008 New Revision: 1287 Modified: trunk/AUTHORS.txt Log: Adding email to AUTHORS.txt Modified: trunk/AUTHORS.txt ============================================================================== --- trunk/AUTHORS.txt (original) +++ trunk/AUTHORS.txt Mon Dec 29 14:29:54 2008 @@ -16,7 +16,7 @@ Klaus Hartl (stilbuero.de) Scott Jehl Cody Lindley -Eduardo Lundgren +Eduardo Lundgren (eduardolundgren@gmail.com) Todd Parker John Resig Patty Toland
Async progress indicator
Hi guys, After the progressbar refactor we removed the animations support that let us to make asynchronous progress indicator. What was decided, our progressbar should support asynchronous progress indicator or not? If we will support this, I want to work on it before the 1.6 release. Thanks.<br clear="all"> -- Eduardo Lundgren Software Engineer Liferay, Inc. Enterprise. Open Source. For Life.
Slider Review
The following observations are from the range demo in current SVN: Callback events are sliderstart, sliderslide, sliderstop, sliderchange. Seems like they should be slidestart, slide, slidestop, slidechange. In the slide callback the value in the ui hash represents where the mouse is, but there is no way to find out where the handle actually is. $('#slider-ranger').bind('sliderslide', function(ev, ui) { // ui contains handle and value properties if (ui.value > 80) { return false; } }); In
r1286 - trunk/demos/slider
Author: rdworth Date: Mon Dec 29 14:08:27 2008 New Revision: 1286 Modified: trunk/demos/slider/multiple_vertical.html (props changed) trunk/demos/slider/range_vertical.html (props changed) trunk/demos/slider/slider_vertical.html (props changed) trunk/demos/slider/steps.html (props changed) Log: set mime type
Progress bar demo
The progress bar seems all set and probably only needs a single demo like the current one: http://jquery-ui.googlecode.com/svn/trunk/demos/progressbar/default.html ...but it should probably have buttons to start/top animation and maybe an input to set the current value. Can someone whip this up?
r1285 - trunk/demos/slider
Author: fg.todd Date: Mon Dec 29 13:51:34 2008 New Revision: 1285 Added: trunk/demos/slider/multiple_vertical.html trunk/demos/slider/range_vertical.html trunk/demos/slider/slider_vertical.html trunk/demos/slider/steps.html Modified: trunk/demos/slider/index.html Log: Added 4 new slider demos, edited index page and existing demos Modified: trunk/demos/slider/index.html ============================================================================== --- trunk/demos/slider/index.html (original) +++
r1282 - trunk/demos/datepicker
Author: fg.todd Date: Mon Dec 29 11:53:58 2008 New Revision: 1282 Added: trunk/demos/datepicker/buttonbar.html trunk/demos/datepicker/dropdown_month_year.html trunk/demos/datepicker/inline.html trunk/demos/datepicker/multiple_calendars.html Modified: trunk/demos/datepicker/default.html trunk/demos/datepicker/index.html Log: Added 4 new datepicker demos, edited index page and default demo Added: trunk/demos/datepicker/buttonbar.html ==============================================================================
r1281 - trunk/demos
Author: pazu2k@gmail.com Date: Mon Dec 29 11:44:16 2008 New Revision: 1281 Modified: trunk/demos/index.html Log: demos/index.html - changed H1 to H3. Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Mon Dec 29 11:44:16 2008 @@ -85,7 +85,7 @@ <div class="normal"> <?php if(isset($plain) && isset($_GET['load'])) { - echo
r1284 - trunk/demos/datepicker
Author: rdworth Date: Mon Dec 29 12:28:35 2008 New Revision: 1284 Modified: trunk/demos/datepicker/buttonbar.html (props changed) trunk/demos/datepicker/dropdown_month_year.html (props changed) trunk/demos/datepicker/inline.html (props changed) trunk/demos/datepicker/multiple_calendars.html (props changed) Log: set mime type
r1280 - trunk/demos
Author: pazu2k@gmail.com Date: Mon Dec 29 11:17:34 2008 New Revision: 1280 Modified: trunk/demos/index.html Log: demos/index.html added php integration code. for speed i'm using an iframe with fixed width/height for now. [needs refactoring] Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Mon Dec 29 11:17:34 2008 @@ -17,9 +17,25 @@ <script type="text/javascript"
r1283 - trunk/demos
Author: pazu2k@gmail.com Date: Mon Dec 29 12:23:40 2008 New Revision: 1283 Modified: trunk/demos/index.html Log: demos/index.html - increased width and height of iframe slightly relect mockup dimensions. Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Mon Dec 29 12:23:40 2008 @@ -87,7 +87,7 @@ <?php if(isset($plain) && isset($_GET['load'])) { echo
Accordian & datepicker demos
I've committed updated accordian and datepicker demos here: http://jquery-ui.googlecode.com/svn/trunk/demos/accordion/index.html http://jquery-ui.googlecode.com/svn/trunk/demos/datepicker/index.html ...we could add more, but these cover the basics for each. One issue that I'd like help on is the datepicker with dropdowns for the month and year. In this example, they wrap onto separate lines so there is a size or float issue going on. http://jquery-ui.googlecode.com/svn/trunk/demos/datepicker/dropdown_month_year.html
r1279 - branches/dev/grid/ui
Author: paul.bakaus Date: Mon Dec 29 10:34:55 2008 New Revision: 1279 Modified: branches/dev/grid/ui/ui.grid.js Log: grid: column reordering step 2 done (missing is reordering in the backend) Modified: branches/dev/grid/ui/ui.grid.js ============================================================================== --- branches/dev/grid/ui/ui.grid.js (original) +++ branches/dev/grid/ui/ui.grid.js Mon Dec 29 10:34:55 2008 @@ -17,7 +17,7 @@ overflow: 'hidden' }); - this.columnsContainer.gridSortable();
r1278 - trunk/demos/dialog
Author: joern.zaefferer Date: Mon Dec 29 10:15:18 2008 New Revision: 1278 Modified: trunk/demos/dialog/modal_form.html Log: dialog demo: fixed form field ids Modified: trunk/demos/dialog/modal_form.html ============================================================================== --- trunk/demos/dialog/modal_form.html (original) +++ trunk/demos/dialog/modal_form.html Mon Dec 29 10:15:18 2008 @@ -49,9 +49,9 @@ <label for="name">Name</label> <input type="text" name="name" id="name"
r1277 - trunk/demos/accordion
Author: fg.todd Date: Mon Dec 29 10:00:36 2008 New Revision: 1277 Modified: trunk/demos/accordion/default.html trunk/demos/accordion/fillspace.html trunk/demos/accordion/index.html trunk/demos/accordion/mouseover.html Log: Tweaked accordion content within demos. Modified: trunk/demos/accordion/default.html ============================================================================== --- trunk/demos/accordion/default.html (original) +++ trunk/demos/accordion/default.html Mon Dec 29 10:00:36
r1276 - trunk/demos/dialog
Author: rdworth Date: Mon Dec 29 09:47:17 2008 New Revision: 1276 Modified: trunk/demos/dialog/modal_confirmation.html (props changed) trunk/demos/dialog/modal_form.html (props changed) trunk/demos/dialog/modal_message.html (props changed) Log: set mime type
r1275 - trunk/demos/dialog
Author: fg.todd Date: Mon Dec 29 09:26:17 2008 New Revision: 1275 Added: trunk/demos/dialog/modal_confirmation.html trunk/demos/dialog/modal_form.html trunk/demos/dialog/modal_message.html Removed: trunk/demos/dialog/buttons.html Modified: trunk/demos/dialog/default.html trunk/demos/dialog/index.html trunk/demos/dialog/modal.html Log: Re-vamped set of dialog examples that shows the standard set of dialog types. Removed button.html because it was expanded into the 3 modal types. Modified: trunk/demos/dialog/default.html
r1274 - trunk/demos
Author: rdworth Date: Mon Dec 29 08:53:50 2008 New Revision: 1274 Modified: trunk/demos/index.html Log: demos/index.html: extra character in [1271] Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Mon Dec 29 08:53:50 2008 @@ -72,7 +72,7 @@ if(isset($_GET['load'])) { //Preload the demo page here - echo
r1271 - trunk/demos
Author: rdworth Date: Mon Dec 29 07:30:12 2008 New Revision: 1271 Modified: trunk/demos/index.html Log: demos/indext.html: removed (invalid) H1 around page content Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Mon Dec 29 07:30:12 2008 @@ -72,7 +72,7 @@ if(isset($_GET['load'])) { //Preload the demo
r1270 - in trunk/demos: . accordion dialog resizable tabs tabs/ajax
Author: rdworth Date: Mon Dec 29 07:27:24 2008 New Revision: 1270 Modified: trunk/demos/accordion/fillspace.html (props changed) trunk/demos/demos.css (props changed) trunk/demos/dialog/buttons.html (props changed) trunk/demos/dialog/modal.html (props changed) trunk/demos/resizable/alsoresize.html (props changed) trunk/demos/resizable/animate.html (props changed) trunk/demos/resizable/aspectratio.html (props changed) trunk/demos/resizable/containment.html (props changed) trunk/demos/resizable/default.html
r1273 - branches/dev/menu/ui
Author: paul.bakaus Date: Mon Dec 29 07:39:04 2008 New Revision: 1273 Modified: branches/dev/menu/ui/ui.menu.js Log: menu: fixed add/remove/replace syntax, now uses jQuery selectors and a third argument to define the insertion type ('before/after/append') [fixed ajax, replace] Modified: branches/dev/menu/ui/ui.menu.js ============================================================================== --- branches/dev/menu/ui/ui.menu.js (original) +++ branches/dev/menu/ui/ui.menu.js Mon Dec 29 07:39:04
r1272 - in branches/dev/menu: tests/visual/menu ui
Author: paul.bakaus Date: Mon Dec 29 07:35:10 2008 New Revision: 1272 Modified: branches/dev/menu/tests/visual/menu/menu.html branches/dev/menu/ui/ui.menu.js Log: menu: fixed add/remove/replace syntax, now uses jQuery selectors and a third argument to define the insertion type ('before/after/append') Modified: branches/dev/menu/tests/visual/menu/menu.html ============================================================================== --- branches/dev/menu/tests/visual/menu/menu.html (original)
r1269 - in trunk/themes/default: . images
Author: rdworth Date: Mon Dec 29 07:20:36 2008 New Revision: 1269 Modified: trunk/themes/default/images/ffffff_40x100_textures_02_glass_65.png (props changed) trunk/themes/default/ui.accordion.css (contents, props changed) trunk/themes/default/ui.allplugins.css (contents, props changed) trunk/themes/default/ui.core.css (contents, props changed) trunk/themes/default/ui.dialog.css (contents, props changed) trunk/themes/default/ui.progressbar.css (contents, props changed) trunk/themes/default/ui.resizable.css
r1268 - branches/dev/menu/ui
Author: paul.bakaus Date: Mon Dec 29 07:15:20 2008 New Revision: 1268 Modified: branches/dev/menu/ui/ui.core.position.js Log: positionAround: fixed issue with empty jQuery collection not empty on index zero Modified: branches/dev/menu/ui/ui.core.position.js ============================================================================== --- branches/dev/menu/ui/ui.core.position.js (original) +++ branches/dev/menu/ui/ui.core.position.js Mon Dec 29 07:15:20 2008 @@ -12,13 +12,13 @@ height =
r1264 - trunk/demos/dialog
Author: scott.gonzalez Date: Sun Dec 28 18:20:43 2008 New Revision: 1264 Added: trunk/demos/dialog/buttons.html trunk/demos/dialog/modal.html Modified: trunk/demos/dialog/index.html Log: Dialog: Added demos for buttons and modal. Added: trunk/demos/dialog/buttons.html ============================================================================== --- (empty file) +++ trunk/demos/dialog/buttons.html Sun Dec 28 18:20:43 2008 @@ -0,0 +1,35 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery
r1266 - trunk/ui
Author: scott.gonzalez Date: Sun Dec 28 18:56:18 2008 New Revision: 1266 Modified: trunk/ui/ui.resizable.js Log: Resizable: Fixed order of default values. Modified: trunk/ui/ui.resizable.js ============================================================================== --- trunk/ui/ui.resizable.js (original) +++ trunk/ui/ui.resizable.js Sun Dec 28 18:56:18 2008 @@ -542,9 +542,9 @@ autoHide: false, cancel: ":input", containment: false, + delay: 0, disableSelection:
r1267 - trunk/demos/resizable
Author: scott.gonzalez Date: Sun Dec 28 19:07:22 2008 New Revision: 1267 Added: trunk/demos/resizable/alsoresize.html trunk/demos/resizable/animate.html trunk/demos/resizable/aspectratio.html trunk/demos/resizable/containment.html trunk/demos/resizable/default.html trunk/demos/resizable/delay.html trunk/demos/resizable/distance.html trunk/demos/resizable/ghost.html trunk/demos/resizable/grid.html trunk/demos/resizable/max.html trunk/demos/resizable/min.html Modified: trunk/demos/resizable/index.html
r1261 - in trunk/demos: accordion datepicker dialog draggable droppable progressbar resizable sel...
Author: scott.gonzalez Date: Sun Dec 28 18:05:12 2008 New Revision: 1261 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: Demos: Removed empty script tag. Modified: trunk/demos/accordion/index.html
r1262 - in trunk/demos: accordion datepicker dialog progressbar slider tabs
Author: scott.gonzalez Date: Sun Dec 28 18:10:15 2008 New Revision: 1262 Modified: trunk/demos/accordion/default.html trunk/demos/accordion/fillspace.html trunk/demos/accordion/mouseover.html trunk/demos/datepicker/default.html trunk/demos/dialog/default.html trunk/demos/progressbar/default.html trunk/demos/slider/default.html trunk/demos/slider/range.html trunk/demos/slider/rangemax.html trunk/demos/slider/rangemin.html trunk/demos/tabs/default.html Log: Demos: Added missing semicolon. Modified:
r1265 - in trunk/demos/tabs: . ajax
Author: scott.gonzalez Date: Sun Dec 28 18:38:39 2008 New Revision: 1265 Added: trunk/demos/tabs/ajax/ trunk/demos/tabs/ajax.html trunk/demos/tabs/ajax/content1.html trunk/demos/tabs/ajax/content2.html trunk/demos/tabs/deselectable.html trunk/demos/tabs/mouseover.html Modified: trunk/demos/tabs/index.html Log: Tabs: Added demos for ajax, deselectable, mouseover (event). Added: trunk/demos/tabs/ajax.html ============================================================================== --- (empty file)
r1263 - in trunk/demos: accordion datepicker dialog draggable droppable progressbar resizable sel...
Author: scott.gonzalez Date: Sun Dec 28 18:12:45 2008 New Revision: 1263 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: Demos: Removed unnecessary include of jQuery in index files.
r1260 - in trunk: demos/accordion ui
Author: joern.zaefferer Date: Fri Dec 26 02:18:38 2008 New Revision: 1260 Added: trunk/demos/accordion/fillspace.html (contents, props changed) Modified: trunk/demos/accordion/index.html trunk/ui/ui.accordion.js Log: accordion: Fixed #3682, setting overflow:auto for fillSpace:true accordions; added demo Added: trunk/demos/accordion/fillspace.html ============================================================================== --- (empty file) +++ trunk/demos/accordion/fillspace.html Fri Dec 26 02:18:38
Accordion: fillSpace, resize()
Hi, I just had a little play with the Accordion from trunk. It seems that the fillSpace option doesn't play nice. I had only a quick look, but it seems that the animation sets the content to "overflow:visible", though it should be "overflow:auto" as the contents could be bigger than the surrounding container. Additionally I had a play with a 3rd party layout plugin (http://layout.jquery-dev.net/). It would need a public resize() method which could be easily done as shown here: http://ui.jquery.com/bugs/ticket/3626
Next Page