aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
...
* added vertical tabs demo. This could be implemented very easily in the ↵Scott Jehl2009-02-051-0/+62
| | | | future by adding a class to the widget.
* set a taller initial height on the progress bar. resize icon looked awkward ↵Scott Jehl2009-02-051-1/+1
| | | | with it.
* Datepicker inline demo: Fixed #3967: Inline demo doesn't work in IE6 from ↵Scott González2009-02-041-1/+1
| | | | main demo page.
* Explode demo: Fixed Safari margin bug (fix for #3968).Scott González2009-02-021-1/+1
|
* Accordion: Fixed #3969: Deprecated alwaysOpen for collapsible option; fixed ↵Scott González2009-02-021-2/+2
| | | | demos, tests, and using alwaysOpen on init.
* Sortable demos: Updated all uses of connectWith to use a string instead of ↵Scott González2009-02-013-6/+6
| | | | an array (array is deprecated).
* eol-style and mime-typeRichard Worth2009-01-311-42/+42
|
* progressbar demos: Added animated progressbar demoRichard Worth2009-01-313-0/+43
|
* accordion demos: file renameRichard Worth2009-01-312-1/+1
|
* eol-style and mime-typeRichard Worth2009-01-311-57/+57
|
* added effect methods demos - still need class animationsScott Jehl2009-01-305-0/+243
|
* reverted r 1920Scott Jehl2009-01-3018-99/+937
|
* added effect methods demos - still have not made demos for the class animationsScott Jehl2009-01-3018-937/+99
|
* accordion: demo titleJörn Zaefferer2009-01-301-1/+1
|
* accordion: demo description typoJörn Zaefferer2009-01-301-1/+1
|
* accordion: added ul-visual-test; improved solution for fixing ul-accordions, ↵Jörn Zaefferer2009-01-301-3/+0
| | | | no more potential scope issues
* accordion: added noAutoHeight.html demoJörn Zaefferer2009-01-302-0/+61
|
* demos/slider/side-scroll: fixed broken layout on index page on IE6, relates ↵Bohdan Ganicky2009-01-301-4/+4
| | | | to #3851
* accordion: better default for header-optionJörn Zaefferer2009-01-305-8/+2
|
* demos/slider/side-scroll: partial fix for #3851 (Slider "Simple scrollbar" ↵Bohdan Ganicky2009-01-301-4/+5
| | | | demo broken on IE) ...still some issues
* demos: added docs + effects into index file again for 1.6 finalPaul Bakaus2009-01-301-7/+1
|
* demos draggable sortable: disable text selectionRichard Worth2009-01-301-1/+2
|
* demos draggable handle: disable text selectionRichard Worth2009-01-301-1/+1
|
* demos sortable connect-lists: disable text selectionRichard Worth2009-01-301-1/+1
|
* demos draggable handle: disable text selectionRichard Worth2009-01-301-0/+1
|
* typoRichard Worth2009-01-301-1/+1
|
* eol-style and mime-typeRichard Worth2009-01-309-395/+395
|
* Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, ↵Scott González2009-01-306-131/+90
| | | | allowing accordions to work with dl's and ul's again.
* tossed some framework classes on it, adjusted style. Set autoOpen to false - ↵Scott Jehl2009-01-291-22/+54
| | | | otherwise the purpose of the dialog is lost on the user
* demos dialog: Replaced old modal form with new functioning one. Thanks Scott ↵Richard Worth2009-01-292-162/+84
| | | | G and Cloudream.
* demos dialog modal-form2: changed link to button, removed autoOpen: falseRichard Worth2009-01-291-2/+2
|
* demos: readded effects_general for 1.6rc6 (updated to jQuery 1.3.1)Paul Bakaus2009-01-298-8/+8
|
* demos: readded effects_general for 1.6rc6Paul Bakaus2009-01-299-0/+395
|
* draggable: connectToSortable couldn't accept strings (fixes #3984)Paul Bakaus2009-01-291-1/+1
|
* Commented out new effects, about and theme left nav links, restored simple ↵Todd Parker2009-01-291-0/+7
| | | | effect demo links from live site.
* demos: dialog modal formChi Cheng2009-01-291-1/+1
|
* demos: dialog modal formChi Cheng2009-01-291-14/+47
|
* Dialog Demo: Beginning of new modal form demo.Scott González2009-01-291-0/+113
|
* New "All effects" page modeled after the visual tests. Changed so script is ↵Todd Parker2009-01-281-0/+222
| | | | in the head and framework classes are used. I kept the other all effect page (default.html) in this folder too in case we decide thsi is a better option. Needs props fixed.
* demos index: added bgiframe for modal demosRichard Worth2009-01-281-0/+1
|
* eol-style and mime-typeRichard Worth2009-01-281-62/+62
|
* demos tabs: added sortable tabs demoRichard Worth2009-01-282-0/+63
|
* demos: fixed demo descriptions to use CODE for option names instead of STRONGRichard Worth2009-01-2845-48/+48
|
* effect_types description: added note that effects can be toggledJörn Zaefferer2009-01-281-1/+1
|
* Created new folder for effect_types that includes all standard effects ↵Todd Parker2009-01-2716-0/+859
| | | | together to match the new effects docs structure. Also created a new default.html page that contains a set of all effect demos together on one page. If this looks ok, the 3 separate effects folders can be deleted.
* demos draggable delay-start: disable text selectionRichard Worth2009-01-271-0/+1
|
* dialog:Paul Bakaus2009-01-273-13/+1
| | | | | - implemented themeroller overlay, removes option overlay (now handled through CSS) (implements #3681) - implemented shadow option (boolean), if set to true, adds shadow from css framework (implements #3681)
* Added new Effect links and re-instated the About and Theming sections. NOTE: ↵Todd Parker2009-01-271-4/+12
| | | | Greedy re-wite is causing an error when loading this into the demos & docs part of the site and needs to be fixed
* demos: li's must have a height in IE6 in certain cases, or otherwise ↵Paul Bakaus2009-01-271-1/+1
| | | | event.target is the parent (related to #3880)
* demos: fixed file naming inconsistency. Multiple words now separated by ↵Richard Worth2009-01-2720-15/+15
| | | | hyphen, not underscore