r1755 - trunk/themes/base
Author: fg.maggie Date: Thu Jan 22 08:41:16 2009 New Revision: 1755 Modified: trunk/themes/base/ui.accordion.css Log: replaced * html hack with the zoom attribute (also a hack, but cleaner) Modified: trunk/themes/base/ui.accordion.css ============================================================================== --- trunk/themes/base/ui.accordion.css (original) +++ trunk/themes/base/ui.accordion.css Thu Jan 22 08:41:16 2009 @@ -1,8 +1,7 @@ /* Accordion ----------------------------------*/ .ui-accordion
How to center a title ?
Hi, I am using the standard ui-dialog plugin (jquery-ui- personalized-1.6rc5.js). How can I center the title in this code ? $("#createDialog").dialog( { width: 415, height: 280, position:"center", title:"creation", resizable:false, buttons: { "Save":function(){creation();}, "Clearr":function(){$("#form1").each(function(){this.reset ();})} } } );
How to center the title of the dialog
How to center the title of the dialog in this example ? Libraries version: jquery-1.3.js jquery-ui-personalized-1.6rc5.js $(document).ready(function() { $("#myDialog").hide(); $('#myButton').click(function() { $("#myDialog").dialog( { width:450, height: 300, position:"center", title: "this is my title", resizable:false }); }); }); <div class="ui-dialog" id='myDialog' > <form action='' id='myForm'> ... </form> </div> <button type="submit" class="ui-state-default ui-state-hover ui- corner-all" id="myButton">Open</button>
r1753 - trunk/ui
Author: rdworth Date: Thu Jan 22 05:10:18 2009 New Revision: 1753 Modified: trunk/ui/effects.core.js trunk/ui/effects.pulsate.js trunk/ui/ui.accordion.js trunk/ui/ui.core.js trunk/ui/ui.datepicker.js trunk/ui/ui.draggable.js trunk/ui/ui.resizable.js trunk/ui/ui.slider.js trunk/ui/ui.sortable.js trunk/ui/ui.tabs.js Log: whitespace Modified: trunk/ui/effects.core.js ============================================================================== --- trunk/ui/effects.core.js (original) +++ trunk/ui/effects.core.js Thu
r1754 - trunk/ui
Author: paul.bakaus Date: Thu Jan 22 06:53:53 2009 New Revision: 1754 Modified: trunk/ui/ui.resizable.js Log: resizable: - knobHandles and default themes + theme detection removed (fixes #3906) - partial refactor Modified: trunk/ui/ui.resizable.js ============================================================================== --- trunk/ui/ui.resizable.js (original) +++ trunk/ui/ui.resizable.js Thu Jan 22 06:53:53 2009 @@ -16,158 +16,100 @@ _init: function() { - var self = this, o
r1752 - in trunk: build ui
Author: rdworth Date: Thu Jan 22 05:09:18 2009 New Revision: 1752 Removed: trunk/ui/build.xml Modified: trunk/build/build.xml Log: Merged remove-spaces target (ui/build.xml) into new whitespace target (build/build.xml). Deleted ui/build.xml Modified: trunk/build/build.xml ============================================================================== --- trunk/build/build.xml (original) +++ trunk/build/build.xml Thu Jan 22 05:09:18 2009 @@ -198,4 +198,12 @@ </delete> </target>
r1751 - trunk/tests/visual/slider
Author: rdworth Date: Thu Jan 22 05:05:32 2009 New Revision: 1751 Added: trunk/tests/visual/slider/default.html Log: tests/visual/slider: Added default visual test for slider Added: trunk/tests/visual/slider/default.html ============================================================================== --- (empty file) +++ trunk/tests/visual/slider/default.html Thu Jan 22 05:05:32 2009 @@ -0,0 +1,20 @@ +<!doctype html> +<html lang="en"> +<head> + <title>Slider Visual Test Page</title> + <link
r1747 - trunk/themes/base
Author: rdworth Date: Thu Jan 22 03:47:26 2009 New Revision: 1747 Added: trunk/themes/base/ui.base.css Removed: trunk/themes/base/ui.allplugins.css Modified: trunk/themes/base/ui.all.css Log: themes/base: removed ui.allplugins.css in favor of ui.base.css (which @imports core and then all plugins). The link pattern is now ui.base.css ui.theme.css where before it was ui.core.css ui.theme.css ui.allplugins.css Modified: trunk/themes/base/ui.all.css ==============================================================================
r1750 - in trunk: build release
Author: rdworth Date: Thu Jan 22 04:10:03 2009 New Revision: 1750 Added: trunk/build/ - copied from r1746, /trunk/release/ trunk/build/build.xml - copied unchanged from r1749, /trunk/release/build.xml Removed: trunk/release/ Log: renamed 'release' folder 'build'
r1749 - trunk/release
Author: rdworth Date: Thu Jan 22 04:04:23 2009 New Revision: 1749 Modified: trunk/release/build.xml Log: Removed @author - all attribution goes in AUTHORS.txt Modified: trunk/release/build.xml ============================================================================== --- trunk/release/build.xml (original) +++ trunk/release/build.xml Thu Jan 22 04:04:23 2009 @@ -6,7 +6,6 @@ Call task called 'deploy-release' to build a full release. The release built will be stored on 'dist' dir.
r1748 - in trunk/tests: static static/accordion static/datepicker static/dialog static/draggable ...
Author: rdworth Date: Thu Jan 22 04:01:20 2009 New Revision: 1748 Added: trunk/tests/static/accordion/ trunk/tests/static/accordion/accordion.html - copied, changed from r1746, /trunk/tests/static/accordion.html trunk/tests/static/datepicker/ trunk/tests/static/datepicker/datepicker.html - copied, changed from r1746, /trunk/tests/static/datepicker.html trunk/tests/static/dialog/ trunk/tests/static/dialog/dialog.html - copied, changed from r1746, /trunk/tests/static/dialog.html trunk/tests/static/draggable/
r1746 - in trunk: . demos demos/accordion demos/datepicker demos/dialog demos/draggable demos/dro...
Author: rdworth Date: Thu Jan 22 01:13:28 2009 New Revision: 1746 Added: trunk/jquery-1.3.1.js Removed: trunk/jquery-1.3.js Modified: trunk/demos/accordion/collapsible.html trunk/demos/accordion/custom_icons.html trunk/demos/accordion/default.html trunk/demos/accordion/fillspace.html trunk/demos/accordion/mouseover.html trunk/demos/datepicker/alt_field.html trunk/demos/datepicker/buttonbar.html trunk/demos/datepicker/date_formats.html trunk/demos/datepicker/default.html trunk/demos/datepicker/dropdown_month_year.html
r1745 - trunk/ui
Author: rdworth Date: Wed Jan 21 18:43:16 2009 New Revision: 1745 Modified: trunk/ui/ui.accordion.js Log: accordion: fixed always open regression introduced by r1715 Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Wed Jan 21 18:43:16 2009 @@ -372,7 +372,7 @@ $.extend($.ui.accordion, { version: "@VERSION", defaults: { - active: false, + active:
r1744 - trunk/tests/unit/core
Author: scott.gonzalez Date: Wed Jan 21 17:45:42 2009 New Revision: 1744 Modified: trunk/tests/unit/core/selector.js Log: Core tests: Tests for :data selector. Modified: trunk/tests/unit/core/selector.js ============================================================================== --- trunk/tests/unit/core/selector.js (original) +++ trunk/tests/unit/core/selector.js Wed Jan 21 17:45:42 2009 @@ -1,5 +1,5 @@ /* - * core unit tests + * selector unit tests */ (function($) { @@ -20,6 +20,63 @@
r1542 - trunk/ui
Author: paul.bakaus Date: Wed Jan 7 09:43:15 2009 New Revision: 1542 Modified: trunk/ui/ui.draggable.js trunk/ui/ui.droppable.js trunk/ui/ui.sortable.js Log: draggable,droppable,sortable: properly implemented cssNamespace option across plugins (selectable & resizable to go, so those options should stay undocumented until all plugins are converted. Fixes #3707) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original)
Gallery of the ThemeRoller
Hi, Do you know how to download the gallery of themes of the ThemeRoller ? I mean in one operation, not one by one.
Moving a form-window under FF or IE7
Hi, I am testing a very simple dialog window, open by pressing a button. In the dialog window I have an html form. The window is correctly displayed with FF and IE7 but, for IE7, the form "doesn't follow" the window when the window is moved by pressing the title bar. Any idea ? Is jquery-1.3 not yet compatible with IE7 ? Libraries version: jquery-1.3.js jquery-ui-personalized-1.6rc5.js $(document).ready(function() { $("#myDialog").hide(); $('#myButton').click(function() { $("#myDialog").dialog( {
new theme image naming conventions
I've changed the image naming conventions for our CSS framework images so that they're easier to read and understand. Textures will now look like this: ui-bg_diagonals-small_40_db4865_40x40.png ( pattern: ui-bg_{texturename}_{textureopacity}_{texturecolor}_ {texturedims}.{ext} ) and icons will look like this: ui-icons_88a206_256x240.png ( pattern: ui-icons_{iconcolor}_{iconimagedims}.{ext} ) This makes sorting in directories much better as well. The change should be effective in ThemeRoller later
r1743 - trunk/demos
Author: fg.todd Date: Wed Jan 21 13:14:33 2009 New Revision: 1743 Modified: trunk/demos/index.html Log: Fixed link to TR docs Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Wed Jan 21 13:14:33 2009 @@ -244,7 +244,7 @@ <dt>Theming</dt> <dd><a href="http://ui.jquery.com/documentation/Theming">Theming jQuery UI</a></dd> <dd><a
r1742 - trunk/ui
Author: klaus.hartl Date: Wed Jan 21 13:05:07 2009 New Revision: 1742 Modified: trunk/ui/ui.tabs.js Log: UI Tabs: fixed broken animations and the frequently reported "jumpyness", fixes #3872 Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Wed Jan 21 13:05:07 2009 @@ -233,7 +233,7 @@ // set up animations var hideFx, showFx; if (o.fx) { - if
r1741 - trunk/themes/base
Author: scottjehl Date: Wed Jan 21 12:27:41 2009 New Revision: 1741 Modified: trunk/themes/base/ui.datepicker.css Log: YUI combat: specified padding and borders for td, th Modified: trunk/themes/base/ui.datepicker.css ============================================================================== --- trunk/themes/base/ui.datepicker.css (original) +++ trunk/themes/base/ui.datepicker.css Wed Jan 21 12:27:41 2009 @@ -16,7 +16,8 @@ .ui-datepicker select.ui-datepicker-year { width: 49%;} .ui-datepicker
r1740 - trunk/themes/base
Author: scottjehl Date: Wed Jan 21 12:18:44 2009 New Revision: 1740 Modified: trunk/themes/base/ui.tabs.css Log: added list-style: none; to li's to combat other framework css Modified: trunk/themes/base/ui.tabs.css ============================================================================== --- trunk/themes/base/ui.tabs.css (original) +++ trunk/themes/base/ui.tabs.css Wed Jan 21 12:18:44 2009 @@ -2,7 +2,7 @@ ----------------------------------*/ .ui-tabs {padding: .2em;} .ui-tabs .ui-tabs-nav
r1739 - trunk/tests/static
Author: scottjehl Date: Wed Jan 21 12:02:21 2009 New Revision: 1739 Modified: trunk/tests/static/icons.html Log: added pin icons Modified: trunk/tests/static/icons.html ============================================================================== --- trunk/tests/static/icons.html (original) +++ trunk/tests/static/icons.html Wed Jan 21 12:02:21 2009 @@ -36,196 +36,198 @@ <ul class="ui-widget icon-collection"> -<li class="ui-state-default ui-corner-all" title=".ui-icon-carat-1-n"><span class="ui-icon
r1738 - in trunk/themes/base: . images
Author: scottjehl Date: Wed Jan 21 11:25:39 2009 New Revision: 1738 Added: trunk/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png (contents, props changed) trunk/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png (contents, props changed) trunk/themes/base/images/ui-bg_glass_65_ffffff_1x400.png (contents, props changed) trunk/themes/base/images/ui-bg_glass_75_dadada_1x400.png (contents, props changed) trunk/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png (contents, props changed) trunk/themes/base/images/ui-bg_glass_75_ffffff_1x400.png
r1737 - trunk/demos
Author: fg.todd Date: Wed Jan 21 10:17:39 2009 New Revision: 1737 Modified: trunk/demos/demos.css trunk/demos/index.html Log: Added new About and Theme links to left nav, removed letterspacing from css. Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original) +++ trunk/demos/demos.css Wed Jan 21 10:17:39 2009 @@ -82,7 +82,6 @@ .demos-nav h4 { margin: 0; padding: 0; - letter-spacing: 0.75pt;
r1735 - trunk/themes/base
Author: scottjehl Date: Wed Jan 21 10:12:13 2009 New Revision: 1735 Modified: trunk/themes/base/ui.accordion.css trunk/themes/base/ui.all.css trunk/themes/base/ui.datepicker.css trunk/themes/base/ui.dialog.css trunk/themes/base/ui.progressbar.css trunk/themes/base/ui.slider.css trunk/themes/base/ui.tabs.css Log: prefixed all interior selectors with .ui-pluginname Modified: trunk/themes/base/ui.accordion.css ============================================================================== --- trunk/themes/base/ui.accordion.css (original)
r1736 - trunk/themes/base
Author: scottjehl Date: Wed Jan 21 10:13:56 2009 New Revision: 1736 Modified: trunk/themes/base/ui.accordion.css Log: added margin-bottom: 2px to fix gap beneath open accordion panels Modified: trunk/themes/base/ui.accordion.css ============================================================================== --- trunk/themes/base/ui.accordion.css (original) +++ trunk/themes/base/ui.accordion.css Wed Jan 21 10:13:56 2009 @@ -6,5 +6,5 @@ .ui-accordion .ui-accordion-selected .ui-accordion-header
specificity change to all plugin css files
We have a current limitation where ui.theme.css needs to precede our plugin CSS files. This is because our plugin CSS files contain certain styles that override style properties set in the framework classes in ui.theme.css. Since we've written most of our plugin CSS selectors as concisely as possible, we end up with a 1-to-1 specificity conflict between the styles and whatever comes last in the CSS ends up being applied. This could be done better. By prefacing each of our selectors with .ui-pluginname
Demo landing v2
Since the demos and docs are being combined into one page, we need to tweak the landing page to accommodate the developer and theming docs. This is my proposed design to add that in without re-working too much: http://jqueryui.pbwiki.com/f/demo_landing_v2.png I works pretty well and makes the page feel a fit more finished. In addition to hard-coding these links into the existing landing page, we also need to add these to the left nav of all the detail pages (at the bottom of the lest, below effects?)
Some questions on sortable: connectWith, dropOnEmpty
Two quick questions that came to me as I was looking at the sortable API: 1. why is connectWith an array instead of a jQuery selector? 2. what's the use case for dropOnEmpty: false? Thanks. - Richard
r1734 - trunk/ui
Author: joern.zaefferer Date: Wed Jan 21 05:37:20 2009 New Revision: 1734 Modified: trunk/ui/ui.accordion.js Log: accordion: fix for #3896 Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Wed Jan 21 05:37:20 2009 @@ -356,7 +356,7 @@ if (this.running) return; if (o.clearStyle) { - o.toShow.add(o.toHide).css({ + this.toShow.add(this.toHide).css({
png8 in ThemeRoller
I wanted to bump this issue back up again in hopes someone on the dev list might have some ideas. ThemeRoller currently spits out png24 images for its icons and textures. The icons use alpha transparency and need to be converted to png8 so they look "less bad" in ie6. We're currently using phpThumb on top of GD to handle our image conversion, but phpThumb's "reduce color depth" filter doesn't retain image quality well so we can't use that for converting to png8. Does anyone know of any php scripts
r1584 - in trunk: demos release release/build
Author: joern.zaefferer Date: Sat Jan 10 04:49:21 2009 New Revision: 1584 Added: trunk/demos/ui.theme.css Modified: trunk/demos/ (props changed) trunk/demos/demos.css trunk/demos/index.html trunk/release/build.xml trunk/release/build/style.xsl Log: demo-docs update Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original) +++ trunk/demos/demos.css Sat Jan 10 04:49:21 2009 @@ -206,7 +206,7 @@ #demo-link
r1661 - trunk/demos
Author: scott.gonzalez Date: Sat Jan 17 17:51:19 2009 New Revision: 1661 Modified: trunk/demos/index.html Log: Demos: Fixed #3852: Add in extra directory level for href and src attributes when demos are loaded from demos/index.html. Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Sat Jan 17 17:51:19 2009 @@ -150,6 +150,7 @@ } function
:data selector
Which of the following values, for x should make this return true: $('<div/>').data('test', x).is(':data(test)'); values: null '' (empty string) 0 (zero) [] (empty array) {} (empty object)
r1733 - in trunk: tests/unit/core ui
Author: scott.gonzalez Date: Tue Jan 20 19:25:02 2009 New Revision: 1733 Added: trunk/tests/unit/core/selector.js Modified: trunk/tests/unit/core/core.html trunk/tests/unit/core/core.js trunk/ui/ui.core.js Log: Core: Partial fix for #3559: Proper implementation for :focusable and :tabbable selectors. Modified: trunk/tests/unit/core/core.html ============================================================================== --- trunk/tests/unit/core/core.html (original) +++ trunk/tests/unit/core/core.html Tue
r1732 - trunk/ui
Author: eduardolundgren Date: Tue Jan 20 19:07:58 2009 New Revision: 1732 Modified: trunk/ui/ui.resizable.js Log: Fixed #3733 Modified: trunk/ui/ui.resizable.js ============================================================================== --- trunk/ui/ui.resizable.js (original) +++ trunk/ui/ui.resizable.js Tue Jan 20 19:07:58 2009 @@ -722,8 +722,7 @@ ps = self.containerSize, co = self.containerOffset, cs = self.size, cp = self.position, pRatio = o._aspectRatio
r1728 - trunk/demos/slider
Author: fg.maggie Date: Tue Jan 20 13:10:12 2009 New Revision: 1728 Modified: trunk/demos/slider/colorpicker.html trunk/demos/slider/default.html trunk/demos/slider/index.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/side_scroll.html trunk/demos/slider/slider_vertical.html trunk/demos/slider/steps.html Log: slightly reorganized/renamed demos to
r1676 - trunk/ui
Author: paul.bakaus Date: Mon Jan 19 03:34:22 2009 New Revision: 1676 Modified: trunk/ui/ui.draggable.js trunk/ui/ui.sortable.js Log: draggable,sortable: if connectToSortable is used, ui.sender has to be the original draggable (fixes #3856) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Mon Jan 19 03:34:22 2009 @@ -466,10 +466,7 @@ //Trigger
r1725 - trunk/themes/base
Author: bohdan.ganicky Date: Tue Jan 20 11:13:10 2009 New Revision: 1725 Modified: trunk/themes/base/ui.accordion.css Log: ui.accordion.css: modified fix for #3844, hasLayout issue in IE6 Modified: trunk/themes/base/ui.accordion.css ============================================================================== --- trunk/themes/base/ui.accordion.css (original) +++ trunk/themes/base/ui.accordion.css Tue Jan 20 11:13:10 2009 @@ -2,8 +2,9 @@ ----------------------------------*/ .ui-accordion-group
Next Page