r1787 - in trunk/tests/static: . draggable droppable resizable selectable sortable
Author: rdworth Date: Sat Jan 24 13:33:44 2009 New Revision: 1787 Added: trunk/tests/static/index.html Modified: trunk/tests/static/draggable/default.html trunk/tests/static/droppable/default.html trunk/tests/static/resizable/default.html trunk/tests/static/selectable/default.html trunk/tests/static/sortable/default.html Log: tests static: added index Modified: trunk/tests/static/draggable/default.html ============================================================================== --- trunk/tests/static/draggable/default.html (original)
r1786 - trunk/ui
Author: klaus.hartl Date: Sat Jan 24 09:20:46 2009 New Revision: 1786 Modified: trunk/ui/ui.tabs.js Log: Tabs: rotation handles asynchronous loading/animations, fixes #2651 Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Sat Jan 24 09:20:46 2009 @@ -473,6 +473,7 @@ var self = this, o = this.options, $a = this.$tabs.eq(index), a = $a[0], bypassCache
r1773 - trunk/demos
Author: rdworth Date: Fri Jan 23 18:13:49 2009 New Revision: 1773 Removed: trunk/demos/ui.theme.css Modified: trunk/demos/demos.css trunk/demos/index.html Log: demos: rolled demos ui.theme.css into demos.css Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original) +++ trunk/demos/demos.css Fri Jan 23 18:13:49 2009 @@ -211,6 +211,68 @@ #demo-link { font-size:11px; padding-top: 6px; clear: both; overflow:
r1785 - trunk/demos
Author: rdworth Date: Sat Jan 24 06:05:41 2009 New Revision: 1785 Modified: trunk/demos/demos.css Log: demos: fixed view source pre, code padding Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original) +++ trunk/demos/demos.css Sat Jan 24 06:05:41 2009 @@ -168,6 +168,7 @@ #demo-notes { width:520px; color:#333; font-size: 1em; } .demo-description p code { padding: 0; font-weight: bold; } +#demo-source
r1782 - trunk/demos/accordion
Author: rdworth Date: Sat Jan 24 05:04:02 2009 New Revision: 1782 Modified: trunk/demos/accordion/default.html Log: demos/accordion/default.html: line wrapping for view source Modified: trunk/demos/accordion/default.html ============================================================================== --- trunk/demos/accordion/default.html (original) +++ trunk/demos/accordion/default.html Sat Jan 24 05:04:02 2009 @@ -23,19 +23,34 @@ <div> <h3><a href="#">Section 1</a></h3> <div>
r1783 - trunk/demos/accordion
Author: rdworth Date: Sat Jan 24 05:07:06 2009 New Revision: 1783 Modified: trunk/demos/accordion/default.html Log: demos/accordion/default.html: line wrapping for view source Modified: trunk/demos/accordion/default.html ============================================================================== --- trunk/demos/accordion/default.html (original) +++ trunk/demos/accordion/default.html Sat Jan 24 05:07:06 2009 @@ -78,13 +78,15 @@ </div><!-- End demo --> - - <div class="demo-description"> -
r1779 - in trunk/tests: static static/accordion static/datepicker static/dialog static/draggable ...
Author: rdworth Date: Sat Jan 24 03:51:12 2009 New Revision: 1779 Added: trunk/tests/static/accordion/default.html trunk/tests/static/datepicker/default.html trunk/tests/static/dialog/default.html trunk/tests/static/draggable/default.html trunk/tests/static/droppable/default.html trunk/tests/static/progressbar/default.html trunk/tests/static/resizable/default.html trunk/tests/static/selectable/default.html trunk/tests/static/slider/default.html trunk/tests/static/sortable/default.html trunk/tests/static/static.css
r1781 - in trunk: . tests/static tests/static/accordion tests/static/datepicker tests/static/dial...
Author: rdworth Date: Sat Jan 24 04:07:26 2009 New Revision: 1781 Modified: trunk/jquery-1.3.1.js (contents, props changed) trunk/tests/static/accordion/default.html (contents, props changed) trunk/tests/static/datepicker/default.html (contents, props changed) trunk/tests/static/dialog/default.html (contents, props changed) trunk/tests/static/draggable/default.html (contents, props changed) trunk/tests/static/droppable/default.html (contents, props changed) trunk/tests/static/progressbar/default.html
r1778 - in trunk/tests/visual: . accordion datepicker dialog draggable droppable progressbar resi...
Author: rdworth Date: Sat Jan 24 03:20:19 2009 New Revision: 1778 Added: trunk/tests/visual/visual.css Modified: trunk/tests/visual/accordion/default.html trunk/tests/visual/datepicker/default.html trunk/tests/visual/dialog/default.html trunk/tests/visual/draggable/default.html trunk/tests/visual/droppable/default.html trunk/tests/visual/progressbar/default.html trunk/tests/visual/resizable/default.html trunk/tests/visual/selectable/default.html trunk/tests/visual/slider/default.html trunk/tests/visual/sortable/default.html
r1777 - trunk/demos
Author: paul.bakaus Date: Sat Jan 24 03:12:40 2009 New Revision: 1777 Modified: trunk/demos/index.html Log: demos: view source should show the actual full source, not just the javascript Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Sat Jan 24 03:12:40 2009 @@ -153,7 +153,7 @@ function loadDemo(path) { var directory = path.match(/([^\/]+)\/[^\/\.]+\.html$/)[1];
r1776 - trunk/demos
Author: joern.zaefferer Date: Sat Jan 24 02:51:03 2009 New Revision: 1776 Modified: trunk/demos/index.html Log: demos update, View Source Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Sat Jan 24 02:51:03 2009 @@ -153,7 +153,7 @@ function loadDemo(path) { var directory = path.match(/([^\/]+)\/[^\/\.]+\.html$/)[1]; $.get(path, function(data)
r1780 - trunk/external/bgiframe
Author: rdworth Date: Sat Jan 24 04:02:58 2009 New Revision: 1780 Modified: trunk/external/bgiframe/jquery.bgiframe.js (props changed) trunk/external/bgiframe/jquery.bgiframe.min.js (props changed) trunk/external/bgiframe/jquery.bgiframe.pack.js (props changed) Log: external/bgiframe: mime-type:text/javascript
Static doc pages - an update and a few questions
Hi all - I wanted to give you an update on adding the static doc pages like Changelog, Roadmap, Dev guide and Theming to the site. Paul spent a bunch of time with Maggie and I this morning and was able to dynamically pull in the rendered jQuery.com wiki doc content by writing a new PHP template that grabs fresh content every few minutes from the wiki. You can see the pages here, use the left nav to move between them: http://ui-dev.jquery.com/documentation/Developer_Guide We also pushed up the updated
r1775 - in trunk/tests/visual: . accordion datepicker dialog draggable droppable progressbar resi...
Author: rdworth Date: Fri Jan 23 20:31:59 2009 New Revision: 1775 Added: trunk/tests/visual/accordion/default.html trunk/tests/visual/draggable/default.html trunk/tests/visual/droppable/default.html trunk/tests/visual/index.html trunk/tests/visual/progressbar/default.html trunk/tests/visual/resizable/default.html trunk/tests/visual/selectable/default.html trunk/tests/visual/sortable/default.html trunk/tests/visual/tabs/default.html Modified: trunk/tests/visual/datepicker/default.html trunk/tests/visual/dialog/default.html
r1774 - trunk/ui
Author: rdworth Date: Fri Jan 23 20:13:03 2009 New Revision: 1774 Modified: trunk/ui/ui.tabs.js Log: tabs: removed non-breaking space char Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Fri Jan 23 20:13:03 2009 @@ -83,7 +83,7 @@ }, _cookie: function() { - var cookie = this.cookie || (this.cookie = this.options.cookie.name | | 'ui-tabs-' + $.data(this.list[0]));
r1772 - trunk/ui
Author: eduardolundgren Date: Fri Jan 23 17:36:22 2009 New Revision: 1772 Modified: trunk/ui/ui.draggable.js trunk/ui/ui.resizable.js Log: Remove trailing spaces Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Fri Jan 23 17:36:22 2009 @@ -612,7 +612,7 @@ else if(event.pageY - i.overflowOffset.top < o.scrollSensitivity) i.scrollParent[0].scrollTop
Historical docs
stevenrigney: I was a bit disappointed that jqueryUI site was fully up to date with the RC version, but I couldn't find good docs on the stable release. 9 minutes ago · Reply · View Tweet ...I think there is a way to get there via URL but I don't remember the syntax. Maybe we should add links to old docs on the UI landing page somewhere?
Documentation synchronization
Hey team, all embedded documentation from the wiki, - static documentation pages (theming pages, changelog etc) - theming tab on widget pages - all other tabs on documentation pages (these come from the processed xslt) are now synced automatically. The first two use my caching and fetching script, meaning they're updated every 10 minutes right now (we can set that to a higher/lower time for performance reasons on production). The scripts that are generated through the ant task are updated using the
r1771 - trunk/demos
Author: fg.maggie Date: Fri Jan 23 12:37:34 2009 New Revision: 1771 Modified: trunk/demos/index.html Log: added ThemeSwitcher link to demos nav Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Fri Jan 23 12:37:34 2009 @@ -245,6 +245,7 @@ <dd><a href="http://ui.jquery.com/documentation/Theming">Theming jQuery UI</a></dd> <dd><a
r1770 - trunk/ui
Author: klaus.hartl Date: Fri Jan 23 12:11:02 2009 New Revision: 1770 Modified: trunk/ui/ui.tabs.js Log: Tabs: added ability to define the cookie name, fixes #2393 Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Fri Jan 23 12:11:02 2009 @@ -83,7 +83,7 @@ }, _cookie: function() { - var cookie = this.cookie || (this.cookie = 'ui-tabs-' + $.data(this.list[0]));
r1769 - trunk/demos/accordion
Author: fg.maggie Date: Fri Jan 23 11:46:51 2009 New Revision: 1769 Modified: trunk/demos/accordion/fillspace.html Log: added header markup Modified: trunk/demos/accordion/fillspace.html ============================================================================== --- trunk/demos/accordion/fillspace.html (original) +++ trunk/demos/accordion/fillspace.html Fri Jan 23 11:46:51 2009 @@ -29,7 +29,8 @@ <div class="demo"> -Resize the outer container: +<h3 class="docs">Resize the outer container:</h3>
r1768 - trunk/ui
Author: paul.bakaus Date: Fri Jan 23 11:28:58 2009 New Revision: 1768 Modified: trunk/ui/ui.resizable.js Log: resizable: removed unneeded isVisible method Modified: trunk/ui/ui.resizable.js ============================================================================== --- trunk/ui/ui.resizable.js (original) +++ trunk/ui/ui.resizable.js Fri Jan 23 11:28:58 2009 @@ -786,8 +786,4 @@ }); -function isVisible(element) { - return !($(element).is(':hidden') || $(element).parents(':hidden').length);
r1767 - trunk/build/build
Author: paul.bakaus Date: Fri Jan 23 11:27:16 2009 New Revision: 1767 Modified: trunk/build/build/style.xsl Log: build: theming tab for documentation now creates a placeholder (%%THEMING%%) that can be easily replaced Modified: trunk/build/build/style.xsl ============================================================================== --- trunk/build/build/style.xsl (original) +++ trunk/build/build/style.xsl Fri Jan 23 11:27:16 2009 @@ -203,50 +203,7 @@ <!-- TAB 4 --> <div
Docs edits
Just as an FYI, I made some changes to the jQ wiki docs pages that will hopefully sync over to the UI site docs (when/how does this happen?). On all the pluginname/Theming pages, there are 3 links at the bottom and the first link was pointing to docs/UI/ instead of docs/UI/Theming so I fixed all these links on all widget pages. On all the interaction pages (draggable, resizable, etc.), there are a bunch of bulleted items in the londesc field which shows up on the Overview tab of these pages on the
Adding other button(s) in title bar
I was wondering if the minimize button and maximize/restore button could be added with the option of displaying them or not for backward compatibility? I don't think you should handle the functionality of the click but to be able to have them and set the callback function would be great. If the callback function is not given then the click does nothing. I'm not a good javascript programmer that's why i ask otherwise i would do it myself. That's also why i think it would not be too difficult to add.
r1766 - trunk/demos
Author: paul.bakaus Date: Fri Jan 23 05:57:09 2009 New Revision: 1766 Modified: trunk/demos/demos.css Log: demos: made right nav look good in IE Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original) +++ trunk/demos/demos.css Fri Jan 23 05:57:09 2009 @@ -147,7 +147,9 @@ #demo-config-menu li { font-size:12px; padding:0 0 0 10px; margin:3px 0; zoom: 1; } #demo-config-menu li a:link, -#demo-config-menu
custom download highlight effect
hi, just noticed that when you try to download eg. the highlight effect (+ effects core), you don't get the highlight effect -- you get slide instead. ta, Jez.
r1765 - trunk/ui
Author: paul.bakaus Date: Fri Jan 23 05:10:17 2009 New Revision: 1765 Modified: trunk/ui/ui.draggable.js Log: draggable: draggable should not scroll when constrained in one axis (fixes #3868) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Fri Jan 23 05:10:17 2009 @@ -606,28 +606,36 @@ if(i.scrollParent[0] != document && i.scrollParent[0].tagName !=
r1764 - trunk/ui
Author: paul.bakaus Date: Fri Jan 23 05:04:08 2009 New Revision: 1764 Modified: trunk/ui/ui.draggable.js Log: draggable: removed ui.options (fixes #3917) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Fri Jan 23 05:04:08 2009 @@ -387,8 +387,7 @@ return { helper: this.helper, position: this.position, - absolutePosition:
r1762 - trunk/tests/visual/dialog
Author: rdworth Date: Fri Jan 23 02:52:57 2009 New Revision: 1762 Added: trunk/tests/visual/dialog/default.html Log: tests visual dialog: Added default Added: trunk/tests/visual/dialog/default.html ============================================================================== --- (empty file) +++ trunk/tests/visual/dialog/default.html Fri Jan 23 02:52:57 2009 @@ -0,0 +1,22 @@ +<!doctype html> +<html lang="en"> +<head> + <title>Dialog Visual Test: Default</title> + <link rel="stylesheet"
r1761 - trunk/demos/accordion
Author: paul.bakaus Date: Fri Jan 23 02:08:45 2009 New Revision: 1761 Modified: trunk/demos/accordion/default.html Log: accordion demos: removed duplicate </div>, fixes demos/accordion right hand nav on website Modified: trunk/demos/accordion/default.html ============================================================================== --- trunk/demos/accordion/default.html (original) +++ trunk/demos/accordion/default.html Fri Jan 23 02:08:45 2009 @@ -60,8 +60,6 @@ Click headers to expand/collapse
demos.css in /trunk/css
Hi all -- It looks like all of the demo pages are referencing 2 stylesheets: base.css and demos.css. The 3 style rules in demos.css used to be written to the template page (thanks, Paul, for cleaning that up!), but now I'm wondering why we don't just consolidate those stylesheets? If anyone can think of why they should stay separate, let me know, otherwise I'll merge them. Thanks, Maggie
accordion demo page broken on dev
The examples nav, which is supposed to sit next to the demo frame, is pushed down / underneath the documentation tabs, which also look blown up (FF on Mac). Any idea why this page is off and the others still seem OK? http://ui-dev.jquery.com/demos/accordion -- Maggie
Changes between jQuery UI 1.5 and 1.6
Is there a page on the wiki or in another place that lists the changes we made on the API between jQuery UI 1.5 and 1.6 ?<br clear="all"> -- Eduardo Lundgren Software Engineer Liferay, Inc. Enterprise. Open Source. For Life.
r1758 - trunk/tests/visual/datepicker
Author: rdworth Date: Thu Jan 22 16:58:00 2009 New Revision: 1758 Added: trunk/tests/visual/datepicker/default.html Log: tests/visual/datepicker: created default visual datepicker test Added: trunk/tests/visual/datepicker/default.html ============================================================================== --- (empty file) +++ trunk/tests/visual/datepicker/default.html Thu Jan 22 16:58:00 2009 @@ -0,0 +1,20 @@ +<!doctype html> +<html lang="en"> +<head> + <title>Simple Datepicker</title>
r1757 - in trunk: demos/effects_easings/images themes/base/images
Author: rdworth Date: Thu Jan 22 16:28:57 2009 New Revision: 1757 Modified: trunk/demos/effects_easings/images/target.png (props changed) trunk/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png (props changed) trunk/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png (props changed) trunk/themes/base/images/ui-bg_glass_65_ffffff_1x400.png (props changed) trunk/themes/base/images/ui-bg_glass_75_dadada_1x400.png (props changed) trunk/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png (props changed)
r1760 - trunk/themes/base
Author: rdworth Date: Thu Jan 22 17:01:15 2009 New Revision: 1760 Modified: trunk/themes/base/ui.base.css (contents, props changed) Log: eol-style, mime-type Modified: trunk/themes/base/ui.base.css ============================================================================== --- trunk/themes/base/ui.base.css (original) +++ trunk/themes/base/ui.base.css Thu Jan 22 17:01:15 2009 @@ -1,9 +1,9 @@ -@import url("ui.core.css"); - -@import url("ui.accordion.css"); -@import url("ui.datepicker.css");
r1759 - trunk/tests/visual/datepicker
Author: rdworth Date: Thu Jan 22 16:58:41 2009 New Revision: 1759 Modified: trunk/tests/visual/datepicker/default.html (contents, props changed) Log: eol-style, mime-type Modified: trunk/tests/visual/datepicker/default.html ============================================================================== --- trunk/tests/visual/datepicker/default.html (original) +++ trunk/tests/visual/datepicker/default.html Thu Jan 22 16:58:41 2009 @@ -1,20 +1,20 @@ -<!doctype html> -<html lang="en"> -<head> - <title>Simple
r1756 - trunk/ui
Author: klaus.hartl Date: Thu Jan 22 13:48:39 2009 New Revision: 1756 Modified: trunk/ui/ui.tabs.js Log: Tabs: always hide added panels, fixes #3875 Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Thu Jan 22 13:48:39 2009 @@ -381,11 +381,9 @@ // try to find an existing element before creating a new one var $panel = $('#' + id); if (!$panel.length) {
Fields edition of modal dialog
jquery-1.3 + ui-jquery-1.6rc5 With this code I can edit my fields: $("#creerDialog").dialog( { autoOpen:false, width: 415, height: 280, position:"center", title:"création d'un résident", resizable:false, buttons: { "Sauver":function(){creation();$(this).dialog ('close')}, "Effacer":function(){$("#form1").each(function() {this.reset();})} } }); With this one I cannot ! WHY ? $("#creerDialog").dialog( { modal:true, autoOpen:false, width: 415, height: 280, position:"center", title:"création d'un résident",
Next Page