]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
13 years agoTabs: Fixed disable method and cleaned up tests for enable and disable methods.
Scott González [Thu, 28 Apr 2011 16:04:08 +0000 (12:04 -0400)]
Tabs: Fixed disable method and cleaned up tests for enable and disable methods.

13 years agoTabs: enable/disable handle when current state already matches, fix error when disabl...
David Petersen [Mon, 18 Apr 2011 01:09:47 +0000 (21:09 -0400)]
Tabs: enable/disable handle when current state already matches, fix error when disabled = true and enable gets called

13 years agoTabs: simplify disabled logic
David Petersen [Sun, 17 Apr 2011 23:51:45 +0000 (19:51 -0400)]
Tabs: simplify disabled logic

13 years agoTabs: Make sure prototype.url is defined before trying to shim it
David Petersen [Thu, 28 Apr 2011 13:07:54 +0000 (09:07 -0400)]
Tabs: Make sure prototype.url is defined before trying to shim it

13 years agoClass Animation: Use .attr( "class" ) instead of .attr( "className" ) and adjust...
Scott González [Wed, 27 Apr 2011 14:42:21 +0000 (10:42 -0400)]
Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6."

13 years agoMerge branch 'master' into menubar
Jörn Zaefferer [Tue, 26 Apr 2011 20:05:44 +0000 (22:05 +0200)]
Merge branch 'master' into menubar

Conflicts:
ui/jquery.ui.menu.js

13 years agoWidget: define a null default for the create callback.
Scott González [Mon, 25 Apr 2011 18:04:30 +0000 (14:04 -0400)]
Widget: define a null default for the create callback.

13 years agoAccordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.
Scott González [Mon, 25 Apr 2011 12:10:39 +0000 (08:10 -0400)]
Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.

13 years agoMenu: Add ui-state-active to parent item when submenu item receives focus.
jzaefferer [Sat, 23 Apr 2011 15:36:52 +0000 (17:36 +0200)]
Menu: Add ui-state-active to parent item when submenu item receives focus.

13 years agoremoved unbind for focusin and focusout 183/head
Hans Hillen [Sat, 23 Apr 2011 15:35:03 +0000 (17:35 +0200)]
removed unbind for focusin and focusout

13 years agochange self.open to this.open
Hans Hillen [Sat, 23 Apr 2011 15:31:25 +0000 (17:31 +0200)]
change self.open to this.open

13 years agoFix collapsing submenus issue
Hans Hillen [Fri, 22 Apr 2011 21:14:04 +0000 (23:14 +0200)]
Fix collapsing submenus issue

13 years agoFix error for Escape key on menubar item
Hans Hillen [Fri, 22 Apr 2011 21:11:53 +0000 (23:11 +0200)]
Fix error for Escape key on menubar item

13 years agoPrevent branch menuitems from firing select event
Hans Hillen [Fri, 22 Apr 2011 18:22:56 +0000 (20:22 +0200)]
Prevent branch menuitems from firing select event

13 years agoAdded focusin & focusout handler for menubar
Hans Hillen [Fri, 22 Apr 2011 18:22:16 +0000 (20:22 +0200)]
Added focusin & focusout handler for menubar

13 years agoSet menu item link top padding to px (in place of em); this fixes the issue where...
maggiewachs [Thu, 21 Apr 2011 18:29:45 +0000 (14:29 -0400)]
Set menu item link top padding to px (in place of em); this fixes the issue where the submenu jumped when mousing over the parent item's menu icon.

13 years agoRemoved duplicate selector reference
maggiewachs [Thu, 21 Apr 2011 15:30:29 +0000 (11:30 -0400)]
Removed duplicate selector reference

13 years agoFix menubar escape key + minor css fix
Hans Hillen [Wed, 20 Apr 2011 18:15:26 +0000 (20:15 +0200)]
Fix menubar escape key + minor css fix

13 years agoMenu: Drop statis test pages. default was outdated, icons is replaced by actual icons...
jzaefferer [Wed, 20 Apr 2011 15:19:15 +0000 (17:19 +0200)]
Menu: Drop statis test pages. default was outdated, icons is replaced by actual icons support as part of menu.

13 years agoMenu: Add icons support
jzaefferer [Wed, 20 Apr 2011 15:18:15 +0000 (17:18 +0200)]
Menu: Add icons support

13 years agoMenu: Make keyboard focus matching take submenus into account
jzaefferer [Wed, 20 Apr 2011 13:35:40 +0000 (15:35 +0200)]
Menu: Make keyboard focus matching take submenus into account

13 years agoFix "menubar does not collapse when clicking on other menubar" + minor changes
Hans Hillen [Mon, 18 Apr 2011 21:05:50 +0000 (23:05 +0200)]
Fix "menubar does not collapse when clicking on other menubar" + minor changes

13 years agoClose popup when blurred and make sure that shift-tab when popup is open
jzaefferer [Mon, 18 Apr 2011 15:07:08 +0000 (17:07 +0200)]
Close popup when blurred and make sure that shift-tab when popup is open
skips the trigger.

13 years agoAdded icon removal to _destroy
Hans Hillen [Fri, 15 Apr 2011 18:31:43 +0000 (20:31 +0200)]
Added icon removal to _destroy

13 years agoUpdated menubar test to use UL elements rather than DIVs
Hans Hillen [Fri, 15 Apr 2011 17:19:27 +0000 (19:19 +0200)]
Updated menubar test to use UL elements rather than DIVs

13 years agoAccessibility / bug fixes for menubar
Hans Hillen [Fri, 15 Apr 2011 17:18:58 +0000 (19:18 +0200)]
Accessibility / bug fixes for menubar

13 years agoARIA & Focus changes to menu, specifically to how aria-activedescendant is handled
Hans Hillen [Fri, 15 Apr 2011 17:18:38 +0000 (19:18 +0200)]
ARIA & Focus changes to menu, specifically to how aria-activedescendant is handled

13 years agoAccordion tests: Coding standards.
Scott González [Fri, 15 Apr 2011 15:29:26 +0000 (11:29 -0400)]
Accordion tests: Coding standards.

13 years agoTabs: Rewrote some ticket tests and moved to approriate file.
Scott González [Fri, 15 Apr 2011 15:04:49 +0000 (11:04 -0400)]
Tabs: Rewrote some ticket tests and moved to approriate file.

13 years agoTabs: Better tests for tab state.
Scott González [Fri, 15 Apr 2011 12:53:05 +0000 (08:53 -0400)]
Tabs: Better tests for tab state.

13 years agoDatepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect day name for...
Lopo [Tue, 12 Apr 2011 10:43:19 +0000 (12:43 +0200)]
Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect day name for Slovak localization.

13 years agoDatepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker: Incorrect dateF...
Scott González [Fri, 15 Apr 2011 04:08:03 +0000 (00:08 -0400)]
Datepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker: Incorrect dateFormat in jquery.ui.datepicker-nl.js.

13 years agoUpdate popup utility: Defer _open call and let click event propagate.
jzaefferer [Wed, 13 Apr 2011 16:37:32 +0000 (18:37 +0200)]
Update popup utility: Defer _open call and let click event propagate.
Fixes other popups to close. Also update aria usage.

13 years agoOverhaul tooltip implementation. Avoid queuing and other problems by
jzaefferer [Wed, 13 Apr 2011 12:01:46 +0000 (14:01 +0200)]
Overhaul tooltip implementation. Avoid queuing and other problems by
creating the tooltip element on the fly, never reusing it.
Use aria-describedby attribute to find the associated tooltip again.
Allows customizing animations much easier (just replace fadeIn/fadeOut),
still open.
Updated demos and visual test to replace now-missing .widget() method.
Added tooltipClass for that.

13 years agoTabs: Fixed issues with collapsible and active options.
Scott González [Mon, 11 Apr 2011 17:49:22 +0000 (13:49 -0400)]
Tabs: Fixed issues with collapsible and active options.

13 years agoTabs: Update ajax demo to use beforeLoad event instead of deprecated ajaxOptions...
Scott González [Mon, 11 Apr 2011 14:39:33 +0000 (10:39 -0400)]
Tabs: Update ajax demo to use beforeLoad event instead of deprecated ajaxOptions option.

13 years agoTabs: Updated references to .ui-tabs-selected to use .ui-tabs-active.
Scott González [Mon, 11 Apr 2011 14:08:32 +0000 (10:08 -0400)]
Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active.

13 years agoResizable: use background-image:url(data:) instead of background-image:url(about...
Richard Worth [Sun, 10 Apr 2011 03:12:53 +0000 (23:12 -0400)]
Resizable: use background-image:url(data:) instead of background-image:url(about:blank) as it's shorter and safer. Thanks @epascarello . Better fixes #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps

13 years agoResizable: Added a non-visible yet non-transparent (apparently) no-request background...
Richard Worth [Sat, 9 Apr 2011 19:54:17 +0000 (15:54 -0400)]
Resizable: Added a non-visible yet non-transparent (apparently) no-request background-image on resizable handles to work around an IE bug. Fixed #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps

13 years agoProgressbar: Added unit test for #7231 - valueDiv should be hidden when value is...
Richard Worth [Sat, 9 Apr 2011 18:53:15 +0000 (14:53 -0400)]
Progressbar: Added unit test for #7231 - valueDiv should be hidden when value is at 0%

13 years agoProgressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be hidden...
Kyle Florence [Fri, 8 Apr 2011 23:55:14 +0000 (16:55 -0700)]
Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be hidden when value is at 0%

13 years agoAdding popup utility prototype to visual menu tests
jzaefferer [Fri, 8 Apr 2011 13:31:06 +0000 (15:31 +0200)]
Adding popup utility prototype to visual menu tests

13 years agoTabs: Added tests for aria-controls attribute being assigned on init.
Scott González [Thu, 7 Apr 2011 17:53:20 +0000 (13:53 -0400)]
Tabs: Added tests for aria-controls attribute being assigned on init.

13 years agoSortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.
Richard Worth [Thu, 7 Apr 2011 13:08:48 +0000 (09:08 -0400)]
Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.

13 years agoTabs: Cleaned up _tabId() implementation.
Scott González [Wed, 6 Apr 2011 01:39:02 +0000 (21:39 -0400)]
Tabs: Cleaned up _tabId() implementation.

13 years agoTabs: Updated test for deprecated length method.
Scott González [Wed, 6 Apr 2011 00:07:27 +0000 (20:07 -0400)]
Tabs: Updated test for deprecated length method.

13 years agoTabs: Better handling of active option and various cleanup.
Scott González [Tue, 5 Apr 2011 20:53:52 +0000 (16:53 -0400)]
Tabs: Better handling of active option and various cleanup.

13 years agoTabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - Tabs: Add...
Scott González [Tue, 5 Apr 2011 15:28:05 +0000 (11:28 -0400)]
Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.

13 years agoTabs: cleanup.
Scott González [Mon, 4 Apr 2011 21:06:13 +0000 (17:06 -0400)]
Tabs: cleanup.

13 years agoTabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename show event...
Scott González [Mon, 4 Apr 2011 19:28:33 +0000 (15:28 -0400)]
Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename show event to activate.

13 years agoAccordion: Added test to ensure activate event is not triggered if beforeActive is...
Scott González [Mon, 4 Apr 2011 19:26:32 +0000 (15:26 -0400)]
Accordion: Added test to ensure activate event is not triggered if beforeActive is prevented.

13 years agoTabs: Properly handle switching from active: false.
Scott González [Mon, 4 Apr 2011 18:27:38 +0000 (14:27 -0400)]
Tabs: Properly handle switching from active: false.

13 years agoAccordion: When simulating events, make sure we use DOM elements, not jQuery objects.
Scott González [Mon, 4 Apr 2011 18:22:54 +0000 (14:22 -0400)]
Accordion: When simulating events, make sure we use DOM elements, not jQuery objects.

13 years agoAccordion: Removed unnecessary test.
Scott González [Mon, 4 Apr 2011 16:00:04 +0000 (12:00 -0400)]
Accordion: Removed unnecessary test.

13 years agoAccordion: Pass original event in beforeActivate event.
Scott González [Mon, 4 Apr 2011 15:53:19 +0000 (11:53 -0400)]
Accordion: Pass original event in beforeActivate event.

13 years agoAccordion tests: Only use single words inside headers to avoid breaking onto multiple...
Scott González [Mon, 4 Apr 2011 15:43:58 +0000 (11:43 -0400)]
Accordion tests: Only use single words inside headers to avoid breaking onto multiple lines.

13 years agoAccordion tests: Only use single words inside headers to avoid breaking onto multiple...
Scott González [Mon, 4 Apr 2011 15:33:09 +0000 (11:33 -0400)]
Accordion tests: Only use single words inside headers to avoid breaking onto multiple lines.

13 years agoTabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: Rename...
Scott González [Mon, 4 Apr 2011 15:22:32 +0000 (11:22 -0400)]
Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: Rename select event to beforeActivate.

13 years agoTabs: Test cleanup.
Scott González [Mon, 4 Apr 2011 14:11:19 +0000 (10:11 -0400)]
Tabs: Test cleanup.

13 years agoTests: Renamed files for deprecated tests now that TestSwarm is setup to properly...
Scott González [Mon, 4 Apr 2011 13:19:20 +0000 (09:19 -0400)]
Tests: Renamed files for deprecated tests now that TestSwarm is setup to properly handle them.

13 years agoAccordion tests: lowercase doctype.
Scott González [Mon, 4 Apr 2011 13:12:08 +0000 (09:12 -0400)]
Accordion tests: lowercase doctype.

13 years agoAutocomplete (combobox demo): Blur the button on click to avoid a bug.
Scott González [Mon, 4 Apr 2011 12:54:09 +0000 (08:54 -0400)]
Autocomplete (combobox demo): Blur the button on click to avoid a bug.

Thanks tyron.

13 years agoDatepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows only single...
Scott González [Mon, 4 Apr 2011 11:55:42 +0000 (07:55 -0400)]
Datepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows only single year in year dropdown if numberOfMonths > 1.

13 years agoTests: Allow overriding enable and disable methods to add custom logic.
Scott González [Wed, 30 Mar 2011 00:38:58 +0000 (20:38 -0400)]
Tests: Allow overriding enable and disable methods to add custom logic.

13 years agoVisual tests: Removed index page. A directory listing of all files is more useful...
Scott González [Tue, 29 Mar 2011 22:21:04 +0000 (18:21 -0400)]
Visual tests: Removed index page. A directory listing of all files is more useful than an incomplete listing of tests.

13 years agoDialog: Removed unnecessary visual test files.
Scott González [Tue, 29 Mar 2011 22:18:21 +0000 (18:18 -0400)]
Dialog: Removed unnecessary visual test files.

13 years agoMerge branch 'tabs_1.9' of https://github.com/petersendidit/jquery-ui into petersendi...
Scott González [Tue, 29 Mar 2011 19:40:28 +0000 (15:40 -0400)]
Merge branch 'tabs_1.9' of https://github.com/petersendidit/jquery-ui into petersendidit-tabs

13 years agoCore: Fixed spacing.
Scott González [Tue, 29 Mar 2011 14:17:40 +0000 (10:17 -0400)]
Core: Fixed spacing.

13 years agoTabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency Updates
David Petersen [Tue, 29 Mar 2011 11:44:01 +0000 (07:44 -0400)]
Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency Updates

13 years agoTabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie option
David Petersen [Tue, 29 Mar 2011 02:46:31 +0000 (22:46 -0400)]
Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie option

13 years agoTabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select method
David Petersen [Tue, 29 Mar 2011 02:28:59 +0000 (22:28 -0400)]
Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select method

13 years agoSlider: Properly handle value and value methods as setters. Fixes #4881 - Slider...
Scott González [Mon, 28 Mar 2011 21:34:04 +0000 (17:34 -0400)]
Slider: Properly handle value and value methods as setters. Fixes #4881 - Slider: value and values methods as setters aren't chainable.

13 years agoDraggable: Removed empty tickets test file.
Scott González [Mon, 28 Mar 2011 16:41:29 +0000 (12:41 -0400)]
Draggable: Removed empty tickets test file.

13 years agoDroppable: Removed empty tickets test file.
Scott González [Mon, 28 Mar 2011 16:41:07 +0000 (12:41 -0400)]
Droppable: Removed empty tickets test file.

13 years agoProgressbar: Removed empty tickets test file.
Scott González [Mon, 28 Mar 2011 16:40:38 +0000 (12:40 -0400)]
Progressbar: Removed empty tickets test file.

13 years agoResizable: Removed empty tickets test file.
Scott González [Mon, 28 Mar 2011 16:40:17 +0000 (12:40 -0400)]
Resizable: Removed empty tickets test file.

13 years agoSelectable: Removed empty tickets test file.
Scott González [Mon, 28 Mar 2011 16:39:55 +0000 (12:39 -0400)]
Selectable: Removed empty tickets test file.

13 years agoSlider: Removed empty tickets test file.
Scott González [Mon, 28 Mar 2011 16:38:32 +0000 (12:38 -0400)]
Slider: Removed empty tickets test file.

13 years agoWidget: Moved tests out of _tickets into _core.
Scott González [Mon, 28 Mar 2011 16:37:08 +0000 (12:37 -0400)]
Widget: Moved tests out of _tickets into _core.

13 years agoMerge branch 'master' of github.com:jquery/jquery-ui
Richard Worth [Mon, 28 Mar 2011 15:20:21 +0000 (11:20 -0400)]
Merge branch 'master' of github.com:jquery/jquery-ui

13 years agoRemoved empty ticket test files.
Scott González [Mon, 28 Mar 2011 15:20:03 +0000 (11:20 -0400)]
Removed empty ticket test files.

13 years agoAccordion: Removed empty ticket test file.
Scott González [Mon, 28 Mar 2011 15:15:29 +0000 (11:15 -0400)]
Accordion: Removed empty ticket test file.

13 years agoAutocomplete: changed autoFocus default back to false. Reverts #7042 - Autocomplete...
Richard Worth [Mon, 28 Mar 2011 15:13:53 +0000 (11:13 -0400)]
Autocomplete: changed autoFocus default back to false. Reverts #7042 - Autocomplete: Default autoFocus to true

13 years agoTabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select event...
David Petersen [Sun, 27 Mar 2011 21:02:58 +0000 (17:02 -0400)]
Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select event to beforeActivate

13 years agoTabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to activate
David Petersen [Sun, 27 Mar 2011 20:55:05 +0000 (16:55 -0400)]
Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to activate

13 years agoTabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected option...
David Petersen [Sun, 27 Mar 2011 20:37:43 +0000 (16:37 -0400)]
Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected option to active

13 years agoTabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) Fixes ...
David Petersen [Sun, 27 Mar 2011 19:12:53 +0000 (15:12 -0400)]
Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) Fixes #7139 Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options)

13 years agoTabs: Deprecate url method; use aria-controls instead of title to specify panels...
David Petersen [Sun, 27 Mar 2011 02:14:17 +0000 (22:14 -0400)]
Tabs: Deprecate url method; use aria-controls instead of title to specify panels. Fixes #7132 Tabs: Deprecate url method; use aria-controls instead of title to specify panels

13 years agoUse this.running to know if we are still in process of showing/hidding a tab
David Petersen [Sun, 27 Mar 2011 00:49:59 +0000 (20:49 -0400)]
Use this.running to know if we are still in process of showing/hidding a tab

13 years agoTabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh method
David Petersen [Sun, 27 Mar 2011 00:37:26 +0000 (20:37 -0400)]
Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh method

13 years agoTabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length method
David Petersen [Sat, 26 Mar 2011 20:49:14 +0000 (16:49 -0400)]
Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length method

13 years agoTabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and remove...
David Petersen [Sat, 26 Mar 2011 20:29:57 +0000 (16:29 -0400)]
Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and remove methods

13 years agoTabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate enable and...
David Petersen [Sat, 26 Mar 2011 20:12:05 +0000 (16:12 -0400)]
Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate enable and disable events

13 years agoTabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner option
David Petersen [Sat, 26 Mar 2011 19:48:53 +0000 (15:48 -0400)]
Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner option

13 years agoTabs: Deprecate abort method. Fixes #7133 Tabs: Deprecate abort method
David Petersen [Sat, 26 Mar 2011 19:23:08 +0000 (15:23 -0400)]
Tabs: Deprecate abort method. Fixes #7133 Tabs: Deprecate abort method

13 years agoTabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes #7131...
David Petersen [Sat, 26 Mar 2011 19:00:39 +0000 (15:00 -0400)]
Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes #7131 Tabs: Add beforeload event; deprecate ajaxOptions and cache options

13 years agoTabs: Split out event handler, showtab, hidetab, resetStyle to their own methods
David Petersen [Sat, 26 Mar 2011 16:04:14 +0000 (12:04 -0400)]
Tabs: Split out event handler, showtab, hidetab, resetStyle to their own methods

13 years agoWidget: Allow setting individual properties of deep options. Fixes #7035 - Widget...
Scott González [Thu, 24 Mar 2011 13:21:53 +0000 (09:21 -0400)]
Widget: Allow setting individual properties of deep options. Fixes #7035 - Widget: Extend .option() to set partial nested options.

13 years agoProgressbar: Removed visual test pages.
Scott González [Wed, 23 Mar 2011 14:31:12 +0000 (10:31 -0400)]
Progressbar: Removed visual test pages.

13 years agoTabs: Removed visual test pages.
Scott González [Wed, 23 Mar 2011 14:30:08 +0000 (10:30 -0400)]
Tabs: Removed visual test pages.