rbbt-views 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +20 -0
- data/lib/rbbt/workflow/rest/auth.rb +69 -0
- data/lib/rbbt/workflow/rest/client.rb +162 -0
- data/lib/rbbt/workflow/rest/entity.rb +77 -0
- data/lib/rbbt/workflow/rest/render.rb +209 -0
- data/lib/rbbt/workflow/rest/util.rb +329 -0
- data/lib/rbbt/workflow/rest.rb +437 -0
- data/share/views/compass/_base.sass +19 -0
- data/share/views/compass/app.sass +103 -0
- data/share/views/compass/compass.config +33 -0
- data/share/views/compass/form.sass +23 -0
- data/share/views/compass/layout.sass +0 -0
- data/share/views/compass/main.sass +161 -0
- data/share/views/compass/screen.sass +8 -0
- data/share/views/dependencies.haml +7 -0
- data/share/views/entity/Gene.haml +6 -0
- data/share/views/error.haml +2 -0
- data/share/views/files.haml +5 -0
- data/share/views/form.haml +66 -0
- data/share/views/info.haml +19 -0
- data/share/views/job_list.haml +5 -0
- data/share/views/js/app.js +221 -0
- data/share/views/layout.haml +89 -0
- data/share/views/partials/_context_control.haml +14 -0
- data/share/views/partials/_job_control.haml +17 -0
- data/share/views/partials/_result_table.haml +43 -0
- data/share/views/partials/_result_table_controls.haml +47 -0
- data/share/views/public/plugins/jqgrid/css/ellipsis-xbl.xml +13 -0
- data/share/views/public/plugins/jqgrid/css/ui.jqgrid.css +140 -0
- data/share/views/public/plugins/jqgrid/js/Changes.txt +1160 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ar.js +126 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-bg.js +132 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-bg1251.js +132 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-cat.js +128 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-cn.js +132 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-cs.js +128 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-da.js +128 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-de.js +133 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-el.js +126 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-en.js +128 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-es.js +128 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-fa.js +145 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-fi.js +128 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-fr.js +126 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-gl.js +126 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-he.js +127 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-hu.js +129 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-is.js +126 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-it.js +1 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ja.js +155 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-lt.js +128 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-mne.js +128 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-nl.js +149 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-no.js +1 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-pl.js +127 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-pt-br.js +127 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-pt.js +125 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ro.js +139 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ru.js +127 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-sk.js +127 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-sr.js +128 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-sv.js +127 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-th.js +128 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-tr.js +126 -0
- data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ua.js +127 -0
- data/share/views/public/plugins/jqgrid/js/install.txt +43 -0
- data/share/views/public/plugins/jqgrid/js/jquery-1.5.2.min.js +16 -0
- data/share/views/public/plugins/jqgrid/js/jquery.jqGrid.min.js +464 -0
- data/share/views/public/plugins/jqgrid/js/jquery.jqGrid.src.js +10977 -0
- data/share/views/public/plugins/jqgrid/plugins/grid.addons.js +704 -0
- data/share/views/public/plugins/jqgrid/plugins/grid.postext.js +64 -0
- data/share/views/public/plugins/jqgrid/plugins/grid.setcolumns.js +126 -0
- data/share/views/public/plugins/jqgrid/plugins/jquery.contextmenu.js +144 -0
- data/share/views/public/plugins/jqgrid/plugins/jquery.searchFilter.js +716 -0
- data/share/views/public/plugins/jqgrid/plugins/jquery.tablednd.js +383 -0
- data/share/views/public/plugins/jqgrid/plugins/ui.multiselect.css +30 -0
- data/share/views/public/plugins/jqgrid/plugins/ui.multiselect.js +314 -0
- data/share/views/public/plugins/jqgrid/src/JsonXml.js +338 -0
- data/share/views/public/plugins/jqgrid/src/css/ellipsis-xbl.xml +13 -0
- data/share/views/public/plugins/jqgrid/src/css/ui.jqgrid.css +140 -0
- data/share/views/public/plugins/jqgrid/src/css/ui.multiselect.css +30 -0
- data/share/views/public/plugins/jqgrid/src/grid.base.js +3279 -0
- data/share/views/public/plugins/jqgrid/src/grid.celledit.js +488 -0
- data/share/views/public/plugins/jqgrid/src/grid.common.js +668 -0
- data/share/views/public/plugins/jqgrid/src/grid.custom.js +440 -0
- data/share/views/public/plugins/jqgrid/src/grid.filter.js +713 -0
- data/share/views/public/plugins/jqgrid/src/grid.formedit.js +1964 -0
- data/share/views/public/plugins/jqgrid/src/grid.grouping.js +292 -0
- data/share/views/public/plugins/jqgrid/src/grid.import.js +201 -0
- data/share/views/public/plugins/jqgrid/src/grid.inlinedit.js +311 -0
- data/share/views/public/plugins/jqgrid/src/grid.jqueryui.js +504 -0
- data/share/views/public/plugins/jqgrid/src/grid.loader.js +50 -0
- data/share/views/public/plugins/jqgrid/src/grid.subgrid.js +292 -0
- data/share/views/public/plugins/jqgrid/src/grid.tbltogrid.js +106 -0
- data/share/views/public/plugins/jqgrid/src/grid.treegrid.js +666 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ar.js +126 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-bg.js +132 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-bg1251.js +132 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-cat.js +128 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-cn.js +132 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-cs.js +128 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-da.js +128 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-de.js +133 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-dk.js +128 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-el.js +126 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-en.js +128 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-es.js +128 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-fa.js +145 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-fi.js +128 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-fr.js +126 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-gl.js +126 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-he.js +127 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-hu.js +129 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-is.js +126 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-it.js +1 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ja.js +155 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-lt.js +128 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-mne.js +128 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-nl.js +149 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-no.js +1 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-pl.js +127 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-pt-br.js +127 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-pt.js +125 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ro.js +139 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ru.js +127 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-sk.js +127 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-sr.js +128 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-sv.js +127 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-th.js +128 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-tr.js +126 -0
- data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ua.js +127 -0
- data/share/views/public/plugins/jqgrid/src/jqDnR.js +71 -0
- data/share/views/public/plugins/jqgrid/src/jqModal.js +69 -0
- data/share/views/public/plugins/jqgrid/src/jquery.fmatter.js +583 -0
- data/share/views/public/plugins/jquery/js/jquery-1.6.2.min.js +18 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_inset-soft_95_fef1ec_1x100.png +0 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_222222_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_2e83ff_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_454545_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_888888_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/css/custom-theme/jquery-ui-1.8.14.custom.css +568 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/AUTHORS.txt +30 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/GPL-LICENSE.txt +278 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/MIT-LICENSE.txt +25 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/collapsible.html +57 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/custom-icons.html +69 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/default.html +85 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/fillspace.html +76 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/hoverintent.html +134 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/index.html +25 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/mouseover.html +57 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/no-auto-height.html +60 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/sortable.html +83 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/addClass/default.html +52 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/addClass/index.html +18 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/animate/default.html +61 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/animate/index.html +18 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/categories.html +71 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/combobox.html +174 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/custom-data.html +95 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/default.html +64 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/folding.html +62 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/jquery_32x32.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/jqueryui_32x32.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/transparent_1x1.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/index.html +27 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/london.xml +114 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/maxheight.html +79 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/multiple-remote.html +84 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/multiple.html +99 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/remote-jsonp.html +86 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/remote-with-cache.html +59 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/remote.html +59 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/search.php +640 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/xml.html +72 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/checkbox.html +44 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/default.html +38 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/icons.html +56 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/index.html +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/radio.html +39 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/splitbutton.html +55 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/toolbar.html +120 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/alt-field.html +36 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/animation.html +58 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/buttonbar.html +35 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/date-formats.html +47 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/date-range.html +49 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/default.html +33 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/dropdown-month-year.html +36 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/icon-trigger.html +37 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/images/calendar.gif +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/index.html +31 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/inline.html +33 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/localization.html +162 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/min-max.html +33 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/multiple-calendars.html +36 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/other-months.html +37 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/show-week.html +39 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/demos.css +334 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/animated.html +56 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/default.html +54 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/index.html +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/modal-confirmation.html +69 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/modal-form.html +167 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/modal-message.html +71 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/modal.html +60 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/constrain-movement.html +69 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/cursor-style.html +49 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/default.html +39 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/delay-start.html +45 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/events.html +77 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/handle.html +50 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/index.html +28 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/revert.html +44 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/scroll.html +51 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/snap-to.html +68 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/sortable.html +57 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/visual-feedback.html +77 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/accepted-elements.html +60 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/default.html +53 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/index.html +24 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/photo-manager.html +184 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/propagation.html +80 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/revert.html +61 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/shopping-cart.html +101 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/visual-feedback.html +78 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/effect/default.html +109 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/effect/easing.html +108 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/effect/index.html +19 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/hide/default.html +102 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/hide/index.html +18 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/calendar.gif +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/demo-config-on.gif +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/demo-spindown-open.gif +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/icon-docs-info.gif +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/pbar-ani.gif +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/index.html +321 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/cycler.html +122 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/default.html +153 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/images/earth.jpg +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/images/flight.jpg +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/images/rocket.jpg +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/index.html +19 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/animated.html +44 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/default.html +35 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/images/pbar-ani.gif +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/index.html +20 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/resize.html +40 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/removeClass/default.html +52 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/removeClass/index.html +18 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/animate.html +43 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/aspect-ratio.html +42 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/constrain-area.html +47 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/default.html +40 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/delay-start.html +52 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/helper.html +43 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/index.html +28 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/max-min.html +45 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/snap-to-grid.html +42 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/synchronous-resize.html +49 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/textarea.html +41 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/visual-feedback.html +43 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/selectable/default.html +50 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/selectable/display-grid.html +55 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/selectable/index.html +20 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/selectable/serialize.html +61 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/show/default.html +104 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/show/index.html +18 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/colorpicker.html +95 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/default.html +37 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/hotelrooms.html +59 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/index.html +29 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/multiple-vertical.html +77 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/range-vertical.html +51 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/range.html +52 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/rangemax.html +50 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/rangemin.html +51 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/side-scroll.html +140 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/slider-vertical.html +52 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/steps.html +51 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/tabs.html +67 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/connect-lists-through-tabs.html +78 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/connect-lists.html +58 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/default.html +51 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/delay-start.html +67 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/display-grid.html +54 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/empty-lists.html +69 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/index.html +26 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/items.html +70 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/placeholder.html +56 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/portlets.html +96 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/switchClass/default.html +47 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/switchClass/index.html +18 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax/content1.html +4 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax/content2.html +4 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax/content3-slow.php +7 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax/content4-broken.php +3 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax.html +53 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/bottom.html +60 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/collapsible.html +55 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/cookie.html +57 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/default.html +49 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/index.html +25 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/manipulation.html +124 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/mouseover.html +53 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/sortable.html +58 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/vertical.html +61 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/toggle/default.html +94 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/toggle/index.html +18 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/toggleClass/default.html +46 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/demos/toggleClass/index.html +18 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/accordion.html +1017 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/addClass.html +109 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/animate.html +78 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/autocomplete.html +875 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/button.html +500 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/datepicker.html +2570 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/dialog.html +1698 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/draggable.html +1577 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/droppable.html +829 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/effect.html +143 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/hide.html +144 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/position.html +227 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/progressbar.html +460 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/removeClass.html +113 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/resizable.html +1201 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/selectable.html +848 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/show.html +144 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/slider.html +860 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/sortable.html +1953 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/switchClass.html +129 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/tabs.html +1549 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/toggle.html +144 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/docs/toggleClass.html +111 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/external/jquery.bgiframe-2.1.2.js +39 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/external/jquery.cookie.js +89 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/external/jquery.metadata.js +122 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/external/qunit.css +153 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/external/qunit.js +1261 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/jquery-1.5.1.js +8316 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.accordion.css +19 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.all.css +11 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.autocomplete.css +53 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.base.css +11 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.button.css +38 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.core.css +41 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.datepicker.css +68 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.dialog.css +21 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.progressbar.css +11 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.resizable.css +20 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.selectable.css +10 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.slider.css +24 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.tabs.css +18 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.theme.css +247 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_inset-soft_95_fef1ec_1x100.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_222222_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_2e83ff_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_454545_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_888888_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery-ui-1.8.14.custom.css +568 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.accordion.css +19 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.all.css +11 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.autocomplete.css +53 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.base.css +11 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.button.css +38 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.core.css +41 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.datepicker.css +68 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.dialog.css +21 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.progressbar.css +11 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.resizable.css +20 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.selectable.css +10 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.slider.css +24 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.tabs.css +18 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.theme.css +249 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery-ui-i18n.js +1379 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +24 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-da.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-de.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-el.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-es.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js +25 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-he.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-id.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-is.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-it.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-kz.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js +22 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js +21 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js +26 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js +24 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-th.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery-ui-1.8.14.custom.js +11729 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.blind.js +49 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.bounce.js +78 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.clip.js +54 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.core.js +746 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.drop.js +50 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.explode.js +79 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.fade.js +32 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.fold.js +56 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.highlight.js +50 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.pulsate.js +51 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.scale.js +178 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.shake.js +57 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.slide.js +50 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.transfer.js +45 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.accordion.js +611 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.autocomplete.js +612 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.button.js +416 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.core.js +312 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.datepicker.js +1814 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.dialog.js +878 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.draggable.js +823 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.droppable.js +296 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.mouse.js +160 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.position.js +252 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.progressbar.js +109 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.resizable.js +842 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.selectable.js +266 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.slider.js +666 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.sortable.js +1077 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.tabs.js +758 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.widget.js +262 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.blind.min.js +14 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.bounce.min.js +15 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.clip.min.js +14 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.core.min.js +30 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.drop.min.js +14 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.explode.min.js +15 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.fade.min.js +13 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.fold.min.js +14 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.highlight.min.js +14 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.pulsate.min.js +14 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.scale.min.js +20 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.shake.min.js +14 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.slide.min.js +14 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.transfer.min.js +14 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.accordion.min.js +30 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js +32 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.button.min.js +27 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.core.min.js +17 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.datepicker.min.js +83 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.dialog.min.js +40 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.draggable.min.js +50 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.droppable.min.js +27 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.mouse.min.js +17 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.position.min.js +16 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.progressbar.min.js +16 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.resizable.min.js +49 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.selectable.min.js +22 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.slider.min.js +33 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.sortable.min.js +60 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.tabs.min.js +35 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.widget.min.js +15 -0
- data/share/views/public/plugins/jquery-ui/development-bundle/version.txt +1 -0
- data/share/views/public/plugins/jquery-ui/index.html +367 -0
- data/share/views/public/plugins/jquery-ui/js/jquery-1.5.1.min.js +16 -0
- data/share/views/public/plugins/jquery-ui/js/jquery-ui-1.8.14.custom.min.js +789 -0
- data/share/views/result.haml +38 -0
- data/share/views/task_list.haml +7 -0
- data/share/views/wait.haml +2 -0
- data/share/views/workflow_list.haml +5 -0
- data/test/rbbt/workflow/rest/test_client.rb +29 -0
- data/test/test_helper.rb +4 -0
- metadata +686 -0
@@ -0,0 +1,1017 @@
|
|
1
|
+
|
2
|
+
<ul class="UIAPIPlugin-toc">
|
3
|
+
<li><a href="#overview">Overview</a></li>
|
4
|
+
<li><a href="#options">Options</a></li>
|
5
|
+
<li><a href="#events">Events</a></li>
|
6
|
+
<li><a href="#methods">Methods</a></li>
|
7
|
+
<li><a href="#theming">Theming</a></li>
|
8
|
+
</ul>
|
9
|
+
<div class="UIAPIPlugin">
|
10
|
+
<h1>jQuery UI Accordion</h1>
|
11
|
+
<div id="overview">
|
12
|
+
<h2 class="top-header">Overview</h2>
|
13
|
+
<div id="overview-main">
|
14
|
+
<p>Make the selected elements Accordion widgets. Semantic requirements:</p>
|
15
|
+
<p>The markup of your accordion container needs pairs of headers and content panels:</p>
|
16
|
+
<pre><div id="accordion">
|
17
|
+
<h3><a href="#">First header</a></h3>
|
18
|
+
<div>First content</div>
|
19
|
+
<h3><a href="#">Second header</a></h3>
|
20
|
+
<div>Second content</div>
|
21
|
+
</div></pre>
|
22
|
+
<p>If you use a different element for the header, specify the header-option with an appropriate selector, eg. header: 'a.header'. The content element must be always next to its header.</p>
|
23
|
+
<p>If you have links inside the accordion content and use a-elements as headers, add a class to them and use that as the header, eg. header: 'a.header'.</p>
|
24
|
+
<p>Use activate(Number) to change the active content programmatically.</p>
|
25
|
+
<div class="editsection" style="float:right;margin-left:5px;">[<a href="http://docs.jquery.com/action/edit/UI/API/1.8/Accordion?section=1" title="Edit section: NOTE: If you want multiple sections open at once, don't use an accordion">edit</a>]</div><a name="NOTE:_If_you_want_multiple_sections_open_at_once.2C_don.27t_use_an_accordion"></a><h4>NOTE: If you want multiple sections open at once, don't use an accordion</h4>
|
26
|
+
<p>An accordion doesn't allow more than one content panel to be open at the same time, and it takes a lot of effort to do that. If you are looking for a widget that allows more than one content panel to be open, don't use this. Usually it can be written with a few lines of jQuery instead, something like this:</p>
|
27
|
+
<pre>jQuery(document).ready(function(){
|
28
|
+
$('.accordion .head').click(function() {
|
29
|
+
$(this).next().toggle();
|
30
|
+
return false;
|
31
|
+
}).next().hide();
|
32
|
+
});</pre>
|
33
|
+
<p>Or animated:</p>
|
34
|
+
<pre>jQuery(document).ready(function(){
|
35
|
+
$('.accordion .head').click(function() {
|
36
|
+
$(this).next().toggle('slow');
|
37
|
+
return false;
|
38
|
+
}).next().hide();
|
39
|
+
});</pre>
|
40
|
+
</div>
|
41
|
+
<div id="overview-dependencies">
|
42
|
+
<h3>Dependencies</h3>
|
43
|
+
<ul>
|
44
|
+
<li>UI Core</li>
|
45
|
+
<li>UI Widget</li>
|
46
|
+
<li>UI Effects Core (Optional - only for non-default animations)</li>
|
47
|
+
</ul>
|
48
|
+
</div>
|
49
|
+
<div id="overview-example">
|
50
|
+
<h3>Example</h3>
|
51
|
+
<div id="overview-example" class="example">
|
52
|
+
<ul><li><a href="#demo"><span>Demo</span></a></li><li><a href="#source"><span>View Source</span></a></li></ul>
|
53
|
+
<p><div id="demo" class="tabs-container" rel="310">
|
54
|
+
A simple jQuery UI Accordion.<br />
|
55
|
+
</p>
|
56
|
+
<pre>$("#accordion").accordion();
|
57
|
+
</pre>
|
58
|
+
<p></div><div id="source" class="tabs-container">
|
59
|
+
</p>
|
60
|
+
<pre><!DOCTYPE html>
|
61
|
+
<html>
|
62
|
+
<head>
|
63
|
+
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
|
64
|
+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
|
65
|
+
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
|
66
|
+
|
67
|
+
<script>
|
68
|
+
$(document).ready(function() {
|
69
|
+
$("#accordion").accordion();
|
70
|
+
});
|
71
|
+
</script>
|
72
|
+
</head>
|
73
|
+
<body style="font-size:62.5%;">
|
74
|
+
|
75
|
+
<div id="accordion">
|
76
|
+
<h3><a href="#">Section 1</a></h3>
|
77
|
+
<div>
|
78
|
+
<p>
|
79
|
+
Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer
|
80
|
+
ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit
|
81
|
+
amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut
|
82
|
+
odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.
|
83
|
+
</p>
|
84
|
+
</div>
|
85
|
+
<h3><a href="#">Section 2</a></h3>
|
86
|
+
<div>
|
87
|
+
<p>
|
88
|
+
Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet
|
89
|
+
purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor
|
90
|
+
velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In
|
91
|
+
suscipit faucibus urna.
|
92
|
+
</p>
|
93
|
+
</div>
|
94
|
+
<h3><a href="#">Section 3</a></h3>
|
95
|
+
<div>
|
96
|
+
<p>
|
97
|
+
Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis.
|
98
|
+
Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero
|
99
|
+
ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis
|
100
|
+
lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.
|
101
|
+
</p>
|
102
|
+
<ul>
|
103
|
+
<li>List item one</li>
|
104
|
+
<li>List item two</li>
|
105
|
+
<li>List item three</li>
|
106
|
+
</ul>
|
107
|
+
</div>
|
108
|
+
<h3><a href="#">Section 4</a></h3>
|
109
|
+
<div>
|
110
|
+
<p>
|
111
|
+
Cras dictum. Pellentesque habitant morbi tristique senectus et netus
|
112
|
+
et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in
|
113
|
+
faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia
|
114
|
+
mauris vel est.
|
115
|
+
</p>
|
116
|
+
<p>
|
117
|
+
Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus.
|
118
|
+
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per
|
119
|
+
inceptos himenaeos.
|
120
|
+
</p>
|
121
|
+
</div>
|
122
|
+
</div>
|
123
|
+
|
124
|
+
</body>
|
125
|
+
</html>
|
126
|
+
</pre>
|
127
|
+
<p></div>
|
128
|
+
</p><p></div>
|
129
|
+
</div>
|
130
|
+
</div>
|
131
|
+
<div id="options">
|
132
|
+
<h2 class="top-header">Options</h2>
|
133
|
+
<ul class="options-list">
|
134
|
+
|
135
|
+
<li class="option" id="option-disabled">
|
136
|
+
<div class="option-header">
|
137
|
+
<h3 class="option-name"><a href="#option-disabled">disabled</a></h3>
|
138
|
+
<dl>
|
139
|
+
<dt class="option-type-label">Type:</dt>
|
140
|
+
<dd class="option-type">Boolean</dd>
|
141
|
+
|
142
|
+
<dt class="option-default-label">Default:</dt>
|
143
|
+
<dd class="option-default">false</dd>
|
144
|
+
|
145
|
+
</dl>
|
146
|
+
</div>
|
147
|
+
<div class="option-description">
|
148
|
+
<p>Disables (true) or enables (false) the accordion. Can be set when initialising (first creating) the accordion.</p>
|
149
|
+
</div>
|
150
|
+
<div class="option-examples">
|
151
|
+
<h4>Code examples</h4>
|
152
|
+
<dl class="option-examples-list">
|
153
|
+
|
154
|
+
<dt>
|
155
|
+
Initialize a accordion with the <code>disabled</code> option specified.
|
156
|
+
</dt>
|
157
|
+
<dd>
|
158
|
+
<pre><code>$( ".selector" ).accordion({ disabled: true });</code></pre>
|
159
|
+
</dd>
|
160
|
+
|
161
|
+
|
162
|
+
<dt>
|
163
|
+
Get or set the <code>disabled</code> option, after init.
|
164
|
+
</dt>
|
165
|
+
<dd>
|
166
|
+
<pre><code>//getter
|
167
|
+
var disabled = $( ".selector" ).accordion( "option", "disabled" );
|
168
|
+
//setter
|
169
|
+
$( ".selector" ).accordion( "option", "disabled", true );</code></pre>
|
170
|
+
</dd>
|
171
|
+
|
172
|
+
</dl>
|
173
|
+
</div>
|
174
|
+
</li>
|
175
|
+
|
176
|
+
|
177
|
+
<li class="option" id="option-active">
|
178
|
+
<div class="option-header">
|
179
|
+
<h3 class="option-name"><a href="#option-active">active</a></h3>
|
180
|
+
<dl>
|
181
|
+
<dt class="option-type-label">Type:</dt>
|
182
|
+
<dd class="option-type">Selector, Element, jQuery, Boolean, Number</dd>
|
183
|
+
|
184
|
+
<dt class="option-default-label">Default:</dt>
|
185
|
+
<dd class="option-default">first child</dd>
|
186
|
+
|
187
|
+
</dl>
|
188
|
+
</div>
|
189
|
+
<div class="option-description">
|
190
|
+
<p>Selector for the active element. Set to false to display none at start. Needs <code>collapsible: true</code>.</p>
|
191
|
+
</div>
|
192
|
+
<div class="option-examples">
|
193
|
+
<h4>Code examples</h4>
|
194
|
+
<dl class="option-examples-list">
|
195
|
+
|
196
|
+
<dt>
|
197
|
+
Initialize a accordion with the <code>active</code> option specified.
|
198
|
+
</dt>
|
199
|
+
<dd>
|
200
|
+
<pre><code>$( ".selector" ).accordion({ active: 2 });</code></pre>
|
201
|
+
</dd>
|
202
|
+
|
203
|
+
|
204
|
+
<dt>
|
205
|
+
Get or set the <code>active</code> option, after init.
|
206
|
+
</dt>
|
207
|
+
<dd>
|
208
|
+
<pre><code>//getter
|
209
|
+
var active = $( ".selector" ).accordion( "option", "active" );
|
210
|
+
//setter
|
211
|
+
$( ".selector" ).accordion( "option", "active", 2 );</code></pre>
|
212
|
+
</dd>
|
213
|
+
|
214
|
+
</dl>
|
215
|
+
</div>
|
216
|
+
</li>
|
217
|
+
|
218
|
+
|
219
|
+
<li class="option" id="option-animated">
|
220
|
+
<div class="option-header">
|
221
|
+
<h3 class="option-name"><a href="#option-animated">animated</a></h3>
|
222
|
+
<dl>
|
223
|
+
<dt class="option-type-label">Type:</dt>
|
224
|
+
<dd class="option-type">Boolean, String</dd>
|
225
|
+
|
226
|
+
<dt class="option-default-label">Default:</dt>
|
227
|
+
<dd class="option-default">'slide'</dd>
|
228
|
+
|
229
|
+
</dl>
|
230
|
+
</div>
|
231
|
+
<div class="option-description">
|
232
|
+
<p>Choose your favorite animation, or disable them (set to false). In addition to the default, 'bounceslide' and all defined easing methods are supported ('bounceslide' requires UI Effects Core).</p>
|
233
|
+
</div>
|
234
|
+
<div class="option-examples">
|
235
|
+
<h4>Code examples</h4>
|
236
|
+
<dl class="option-examples-list">
|
237
|
+
|
238
|
+
<dt>
|
239
|
+
Initialize a accordion with the <code>animated</code> option specified.
|
240
|
+
</dt>
|
241
|
+
<dd>
|
242
|
+
<pre><code>$( ".selector" ).accordion({ animated: 'bounceslide' });</code></pre>
|
243
|
+
</dd>
|
244
|
+
|
245
|
+
|
246
|
+
<dt>
|
247
|
+
Get or set the <code>animated</code> option, after init.
|
248
|
+
</dt>
|
249
|
+
<dd>
|
250
|
+
<pre><code>//getter
|
251
|
+
var animated = $( ".selector" ).accordion( "option", "animated" );
|
252
|
+
//setter
|
253
|
+
$( ".selector" ).accordion( "option", "animated", 'bounceslide' );</code></pre>
|
254
|
+
</dd>
|
255
|
+
|
256
|
+
</dl>
|
257
|
+
</div>
|
258
|
+
</li>
|
259
|
+
|
260
|
+
|
261
|
+
<li class="option" id="option-autoHeight">
|
262
|
+
<div class="option-header">
|
263
|
+
<h3 class="option-name"><a href="#option-autoHeight">autoHeight</a></h3>
|
264
|
+
<dl>
|
265
|
+
<dt class="option-type-label">Type:</dt>
|
266
|
+
<dd class="option-type">Boolean</dd>
|
267
|
+
|
268
|
+
<dt class="option-default-label">Default:</dt>
|
269
|
+
<dd class="option-default">true</dd>
|
270
|
+
|
271
|
+
</dl>
|
272
|
+
</div>
|
273
|
+
<div class="option-description">
|
274
|
+
<p>If set, the highest content part is used as height reference for all other parts. Provides more consistent animations.</p>
|
275
|
+
</div>
|
276
|
+
<div class="option-examples">
|
277
|
+
<h4>Code examples</h4>
|
278
|
+
<dl class="option-examples-list">
|
279
|
+
|
280
|
+
<dt>
|
281
|
+
Initialize a accordion with the <code>autoHeight</code> option specified.
|
282
|
+
</dt>
|
283
|
+
<dd>
|
284
|
+
<pre><code>$( ".selector" ).accordion({ autoHeight: false });</code></pre>
|
285
|
+
</dd>
|
286
|
+
|
287
|
+
|
288
|
+
<dt>
|
289
|
+
Get or set the <code>autoHeight</code> option, after init.
|
290
|
+
</dt>
|
291
|
+
<dd>
|
292
|
+
<pre><code>//getter
|
293
|
+
var autoHeight = $( ".selector" ).accordion( "option", "autoHeight" );
|
294
|
+
//setter
|
295
|
+
$( ".selector" ).accordion( "option", "autoHeight", false );</code></pre>
|
296
|
+
</dd>
|
297
|
+
|
298
|
+
</dl>
|
299
|
+
</div>
|
300
|
+
</li>
|
301
|
+
|
302
|
+
|
303
|
+
<li class="option" id="option-clearStyle">
|
304
|
+
<div class="option-header">
|
305
|
+
<h3 class="option-name"><a href="#option-clearStyle">clearStyle</a></h3>
|
306
|
+
<dl>
|
307
|
+
<dt class="option-type-label">Type:</dt>
|
308
|
+
<dd class="option-type">Boolean</dd>
|
309
|
+
|
310
|
+
<dt class="option-default-label">Default:</dt>
|
311
|
+
<dd class="option-default">false</dd>
|
312
|
+
|
313
|
+
</dl>
|
314
|
+
</div>
|
315
|
+
<div class="option-description">
|
316
|
+
<p>If set, clears height and overflow styles after finishing animations. This enables accordions to work with dynamic content. Won't work together with autoHeight.</p>
|
317
|
+
</div>
|
318
|
+
<div class="option-examples">
|
319
|
+
<h4>Code examples</h4>
|
320
|
+
<dl class="option-examples-list">
|
321
|
+
|
322
|
+
<dt>
|
323
|
+
Initialize a accordion with the <code>clearStyle</code> option specified.
|
324
|
+
</dt>
|
325
|
+
<dd>
|
326
|
+
<pre><code>$( ".selector" ).accordion({ clearStyle: true });</code></pre>
|
327
|
+
</dd>
|
328
|
+
|
329
|
+
|
330
|
+
<dt>
|
331
|
+
Get or set the <code>clearStyle</code> option, after init.
|
332
|
+
</dt>
|
333
|
+
<dd>
|
334
|
+
<pre><code>//getter
|
335
|
+
var clearStyle = $( ".selector" ).accordion( "option", "clearStyle" );
|
336
|
+
//setter
|
337
|
+
$( ".selector" ).accordion( "option", "clearStyle", true );</code></pre>
|
338
|
+
</dd>
|
339
|
+
|
340
|
+
</dl>
|
341
|
+
</div>
|
342
|
+
</li>
|
343
|
+
|
344
|
+
|
345
|
+
<li class="option" id="option-collapsible">
|
346
|
+
<div class="option-header">
|
347
|
+
<h3 class="option-name"><a href="#option-collapsible">collapsible</a></h3>
|
348
|
+
<dl>
|
349
|
+
<dt class="option-type-label">Type:</dt>
|
350
|
+
<dd class="option-type">Boolean</dd>
|
351
|
+
|
352
|
+
<dt class="option-default-label">Default:</dt>
|
353
|
+
<dd class="option-default">false</dd>
|
354
|
+
|
355
|
+
</dl>
|
356
|
+
</div>
|
357
|
+
<div class="option-description">
|
358
|
+
<p>Whether all the sections can be closed at once. Allows collapsing the active section by the triggering event (click is the default).</p>
|
359
|
+
</div>
|
360
|
+
<div class="option-examples">
|
361
|
+
<h4>Code examples</h4>
|
362
|
+
<dl class="option-examples-list">
|
363
|
+
|
364
|
+
<dt>
|
365
|
+
Initialize a accordion with the <code>collapsible</code> option specified.
|
366
|
+
</dt>
|
367
|
+
<dd>
|
368
|
+
<pre><code>$( ".selector" ).accordion({ collapsible: true });</code></pre>
|
369
|
+
</dd>
|
370
|
+
|
371
|
+
|
372
|
+
<dt>
|
373
|
+
Get or set the <code>collapsible</code> option, after init.
|
374
|
+
</dt>
|
375
|
+
<dd>
|
376
|
+
<pre><code>//getter
|
377
|
+
var collapsible = $( ".selector" ).accordion( "option", "collapsible" );
|
378
|
+
//setter
|
379
|
+
$( ".selector" ).accordion( "option", "collapsible", true );</code></pre>
|
380
|
+
</dd>
|
381
|
+
|
382
|
+
</dl>
|
383
|
+
</div>
|
384
|
+
</li>
|
385
|
+
|
386
|
+
|
387
|
+
<li class="option" id="option-event">
|
388
|
+
<div class="option-header">
|
389
|
+
<h3 class="option-name"><a href="#option-event">event</a></h3>
|
390
|
+
<dl>
|
391
|
+
<dt class="option-type-label">Type:</dt>
|
392
|
+
<dd class="option-type">String</dd>
|
393
|
+
|
394
|
+
<dt class="option-default-label">Default:</dt>
|
395
|
+
<dd class="option-default">'click'</dd>
|
396
|
+
|
397
|
+
</dl>
|
398
|
+
</div>
|
399
|
+
<div class="option-description">
|
400
|
+
<p>The event on which to trigger the accordion.</p>
|
401
|
+
</div>
|
402
|
+
<div class="option-examples">
|
403
|
+
<h4>Code examples</h4>
|
404
|
+
<dl class="option-examples-list">
|
405
|
+
|
406
|
+
<dt>
|
407
|
+
Initialize a accordion with the <code>event</code> option specified.
|
408
|
+
</dt>
|
409
|
+
<dd>
|
410
|
+
<pre><code>$( ".selector" ).accordion({ event: 'mouseover' });</code></pre>
|
411
|
+
</dd>
|
412
|
+
|
413
|
+
|
414
|
+
<dt>
|
415
|
+
Get or set the <code>event</code> option, after init.
|
416
|
+
</dt>
|
417
|
+
<dd>
|
418
|
+
<pre><code>//getter
|
419
|
+
var event = $( ".selector" ).accordion( "option", "event" );
|
420
|
+
//setter
|
421
|
+
$( ".selector" ).accordion( "option", "event", 'mouseover' );</code></pre>
|
422
|
+
</dd>
|
423
|
+
|
424
|
+
</dl>
|
425
|
+
</div>
|
426
|
+
</li>
|
427
|
+
|
428
|
+
|
429
|
+
<li class="option" id="option-fillSpace">
|
430
|
+
<div class="option-header">
|
431
|
+
<h3 class="option-name"><a href="#option-fillSpace">fillSpace</a></h3>
|
432
|
+
<dl>
|
433
|
+
<dt class="option-type-label">Type:</dt>
|
434
|
+
<dd class="option-type">Boolean</dd>
|
435
|
+
|
436
|
+
<dt class="option-default-label">Default:</dt>
|
437
|
+
<dd class="option-default">false</dd>
|
438
|
+
|
439
|
+
</dl>
|
440
|
+
</div>
|
441
|
+
<div class="option-description">
|
442
|
+
<p>If set, the accordion completely fills the height of the parent element. Overrides autoheight.</p>
|
443
|
+
</div>
|
444
|
+
<div class="option-examples">
|
445
|
+
<h4>Code examples</h4>
|
446
|
+
<dl class="option-examples-list">
|
447
|
+
|
448
|
+
<dt>
|
449
|
+
Initialize a accordion with the <code>fillSpace</code> option specified.
|
450
|
+
</dt>
|
451
|
+
<dd>
|
452
|
+
<pre><code>$( ".selector" ).accordion({ fillSpace: true });</code></pre>
|
453
|
+
</dd>
|
454
|
+
|
455
|
+
|
456
|
+
<dt>
|
457
|
+
Get or set the <code>fillSpace</code> option, after init.
|
458
|
+
</dt>
|
459
|
+
<dd>
|
460
|
+
<pre><code>//getter
|
461
|
+
var fillSpace = $( ".selector" ).accordion( "option", "fillSpace" );
|
462
|
+
//setter
|
463
|
+
$( ".selector" ).accordion( "option", "fillSpace", true );</code></pre>
|
464
|
+
</dd>
|
465
|
+
|
466
|
+
</dl>
|
467
|
+
</div>
|
468
|
+
</li>
|
469
|
+
|
470
|
+
|
471
|
+
<li class="option" id="option-header">
|
472
|
+
<div class="option-header">
|
473
|
+
<h3 class="option-name"><a href="#option-header">header</a></h3>
|
474
|
+
<dl>
|
475
|
+
<dt class="option-type-label">Type:</dt>
|
476
|
+
<dd class="option-type">Selector, jQuery</dd>
|
477
|
+
|
478
|
+
<dt class="option-default-label">Default:</dt>
|
479
|
+
<dd class="option-default">'> li > :first-child,> :not(li):even'</dd>
|
480
|
+
|
481
|
+
</dl>
|
482
|
+
</div>
|
483
|
+
<div class="option-description">
|
484
|
+
<p>Selector for the header element.</p>
|
485
|
+
</div>
|
486
|
+
<div class="option-examples">
|
487
|
+
<h4>Code examples</h4>
|
488
|
+
<dl class="option-examples-list">
|
489
|
+
|
490
|
+
<dt>
|
491
|
+
Initialize a accordion with the <code>header</code> option specified.
|
492
|
+
</dt>
|
493
|
+
<dd>
|
494
|
+
<pre><code>$( ".selector" ).accordion({ header: 'h3' });</code></pre>
|
495
|
+
</dd>
|
496
|
+
|
497
|
+
|
498
|
+
<dt>
|
499
|
+
Get or set the <code>header</code> option, after init.
|
500
|
+
</dt>
|
501
|
+
<dd>
|
502
|
+
<pre><code>//getter
|
503
|
+
var header = $( ".selector" ).accordion( "option", "header" );
|
504
|
+
//setter
|
505
|
+
$( ".selector" ).accordion( "option", "header", 'h3' );</code></pre>
|
506
|
+
</dd>
|
507
|
+
|
508
|
+
</dl>
|
509
|
+
</div>
|
510
|
+
</li>
|
511
|
+
|
512
|
+
|
513
|
+
<li class="option" id="option-icons">
|
514
|
+
<div class="option-header">
|
515
|
+
<h3 class="option-name"><a href="#option-icons">icons</a></h3>
|
516
|
+
<dl>
|
517
|
+
<dt class="option-type-label">Type:</dt>
|
518
|
+
<dd class="option-type">Object</dd>
|
519
|
+
|
520
|
+
<dt class="option-default-label">Default:</dt>
|
521
|
+
<dd class="option-default">{ 'header': 'ui-icon-triangle-1-e', 'headerSelected': 'ui-icon-triangle-1-s' }</dd>
|
522
|
+
|
523
|
+
</dl>
|
524
|
+
</div>
|
525
|
+
<div class="option-description">
|
526
|
+
<p>Icons to use for headers. Icons may be specified for 'header' and 'headerSelected', and we recommend using the icons native to the jQuery UI CSS Framework manipulated by <a href="http://www.themeroller.com" class="external text" title="http://www.themeroller.com">jQuery UI ThemeRoller</a></p>
|
527
|
+
</div>
|
528
|
+
<div class="option-examples">
|
529
|
+
<h4>Code examples</h4>
|
530
|
+
<dl class="option-examples-list">
|
531
|
+
|
532
|
+
<dt>
|
533
|
+
Initialize a accordion with the <code>icons</code> option specified.
|
534
|
+
</dt>
|
535
|
+
<dd>
|
536
|
+
<pre><code>$( ".selector" ).accordion({ icons: { 'header': 'ui-icon-plus', 'headerSelected': 'ui-icon-minus' } });</code></pre>
|
537
|
+
</dd>
|
538
|
+
|
539
|
+
|
540
|
+
<dt>
|
541
|
+
Get or set the <code>icons</code> option, after init.
|
542
|
+
</dt>
|
543
|
+
<dd>
|
544
|
+
<pre><code>//getter
|
545
|
+
var icons = $( ".selector" ).accordion( "option", "icons" );
|
546
|
+
//setter
|
547
|
+
$( ".selector" ).accordion( "option", "icons", { 'header': 'ui-icon-plus', 'headerSelected': 'ui-icon-minus' } );</code></pre>
|
548
|
+
</dd>
|
549
|
+
|
550
|
+
</dl>
|
551
|
+
</div>
|
552
|
+
</li>
|
553
|
+
|
554
|
+
|
555
|
+
<li class="option" id="option-navigation">
|
556
|
+
<div class="option-header">
|
557
|
+
<h3 class="option-name"><a href="#option-navigation">navigation</a></h3>
|
558
|
+
<dl>
|
559
|
+
<dt class="option-type-label">Type:</dt>
|
560
|
+
<dd class="option-type">Boolean</dd>
|
561
|
+
|
562
|
+
<dt class="option-default-label">Default:</dt>
|
563
|
+
<dd class="option-default">false</dd>
|
564
|
+
|
565
|
+
</dl>
|
566
|
+
</div>
|
567
|
+
<div class="option-description">
|
568
|
+
<p>If set, looks for the anchor that matches location.href and activates it. Great for href-based state-saving. Use navigationFilter to implement your own matcher.</p>
|
569
|
+
</div>
|
570
|
+
<div class="option-examples">
|
571
|
+
<h4>Code examples</h4>
|
572
|
+
<dl class="option-examples-list">
|
573
|
+
|
574
|
+
<dt>
|
575
|
+
Initialize a accordion with the <code>navigation</code> option specified.
|
576
|
+
</dt>
|
577
|
+
<dd>
|
578
|
+
<pre><code>$( ".selector" ).accordion({ navigation: true });</code></pre>
|
579
|
+
</dd>
|
580
|
+
|
581
|
+
|
582
|
+
<dt>
|
583
|
+
Get or set the <code>navigation</code> option, after init.
|
584
|
+
</dt>
|
585
|
+
<dd>
|
586
|
+
<pre><code>//getter
|
587
|
+
var navigation = $( ".selector" ).accordion( "option", "navigation" );
|
588
|
+
//setter
|
589
|
+
$( ".selector" ).accordion( "option", "navigation", true );</code></pre>
|
590
|
+
</dd>
|
591
|
+
|
592
|
+
</dl>
|
593
|
+
</div>
|
594
|
+
</li>
|
595
|
+
|
596
|
+
|
597
|
+
<li class="option" id="option-navigationFilter">
|
598
|
+
<div class="option-header">
|
599
|
+
<h3 class="option-name"><a href="#option-navigationFilter">navigationFilter</a></h3>
|
600
|
+
<dl>
|
601
|
+
<dt class="option-type-label">Type:</dt>
|
602
|
+
<dd class="option-type">Function</dd>
|
603
|
+
|
604
|
+
<dt class="option-default-label">Default:</dt>
|
605
|
+
<dd class="option-default"> </dd>
|
606
|
+
|
607
|
+
</dl>
|
608
|
+
</div>
|
609
|
+
<div class="option-description">
|
610
|
+
<p>Overwrite the default location.href-matching with your own matcher.</p>
|
611
|
+
</div>
|
612
|
+
<div class="option-examples">
|
613
|
+
<h4>Code examples</h4>
|
614
|
+
<dl class="option-examples-list">
|
615
|
+
|
616
|
+
<dt>
|
617
|
+
Initialize a accordion with the <code>navigationFilter</code> option specified.
|
618
|
+
</dt>
|
619
|
+
<dd>
|
620
|
+
<pre><code>$( ".selector" ).accordion({ navigationFilter: function(){ ... } });</code></pre>
|
621
|
+
</dd>
|
622
|
+
|
623
|
+
|
624
|
+
<dt>
|
625
|
+
Get or set the <code>navigationFilter</code> option, after init.
|
626
|
+
</dt>
|
627
|
+
<dd>
|
628
|
+
<pre><code>//getter
|
629
|
+
var navigationFilter = $( ".selector" ).accordion( "option", "navigationFilter" );
|
630
|
+
//setter
|
631
|
+
$( ".selector" ).accordion( "option", "navigationFilter", function(){ ... } );</code></pre>
|
632
|
+
</dd>
|
633
|
+
|
634
|
+
</dl>
|
635
|
+
</div>
|
636
|
+
</li>
|
637
|
+
|
638
|
+
</ul>
|
639
|
+
</div>
|
640
|
+
<div id="events">
|
641
|
+
<h2 class="top-header">Events</h2>
|
642
|
+
<ul class="events-list">
|
643
|
+
|
644
|
+
<li class="event" id="event-create">
|
645
|
+
<div class="event-header">
|
646
|
+
<h3 class="event-name"><a href="#event-create">create</a></h3>
|
647
|
+
<dl>
|
648
|
+
<dt class="event-type-label">Type:</dt>
|
649
|
+
<dd class="event-type">accordioncreate</dd>
|
650
|
+
</dl>
|
651
|
+
</div>
|
652
|
+
<div class="event-description">
|
653
|
+
<p>This event is triggered when accordion is created.</p>
|
654
|
+
</div>
|
655
|
+
<div class="event-examples">
|
656
|
+
<h4>Code examples</h4>
|
657
|
+
<dl class="event-examples-list">
|
658
|
+
|
659
|
+
<dt>
|
660
|
+
Supply a callback function to handle the <code>create</code> event as an init option.
|
661
|
+
</dt>
|
662
|
+
<dd>
|
663
|
+
<pre><code>$( ".selector" ).accordion({
|
664
|
+
create: function(event, ui) { ... }
|
665
|
+
});</code></pre>
|
666
|
+
</dd>
|
667
|
+
|
668
|
+
|
669
|
+
<dt>
|
670
|
+
Bind to the <code>create</code> event by type: <code>accordioncreate</code>.
|
671
|
+
</dt>
|
672
|
+
<dd>
|
673
|
+
<pre><code>$( ".selector" ).bind( "accordioncreate", function(event, ui) {
|
674
|
+
...
|
675
|
+
});</code></pre>
|
676
|
+
</dd>
|
677
|
+
|
678
|
+
</dl>
|
679
|
+
</div>
|
680
|
+
</li>
|
681
|
+
|
682
|
+
|
683
|
+
<li class="event" id="event-change">
|
684
|
+
<div class="event-header">
|
685
|
+
<h3 class="event-name"><a href="#event-change">change</a></h3>
|
686
|
+
<dl>
|
687
|
+
<dt class="event-type-label">Type:</dt>
|
688
|
+
<dd class="event-type">accordionchange</dd>
|
689
|
+
</dl>
|
690
|
+
</div>
|
691
|
+
<div class="event-description">
|
692
|
+
<p>This event is triggered every time the accordion changes. If the accordion is animated, the event will be triggered upon completion of the animation; otherwise, it is triggered immediately.
|
693
|
+
</p>
|
694
|
+
<pre>$('.ui-accordion').bind('accordionchange', function(event, ui) {
|
695
|
+
ui.newHeader // jQuery object, activated header
|
696
|
+
ui.oldHeader // jQuery object, previous header
|
697
|
+
ui.newContent // jQuery object, activated content
|
698
|
+
ui.oldContent // jQuery object, previous content
|
699
|
+
});</pre></p>
|
700
|
+
</div>
|
701
|
+
<div class="event-examples">
|
702
|
+
<h4>Code examples</h4>
|
703
|
+
<dl class="event-examples-list">
|
704
|
+
|
705
|
+
<dt>
|
706
|
+
Supply a callback function to handle the <code>change</code> event as an init option.
|
707
|
+
</dt>
|
708
|
+
<dd>
|
709
|
+
<pre><code>$( ".selector" ).accordion({
|
710
|
+
change: function(event, ui) { ... }
|
711
|
+
});</code></pre>
|
712
|
+
</dd>
|
713
|
+
|
714
|
+
|
715
|
+
<dt>
|
716
|
+
Bind to the <code>change</code> event by type: <code>accordionchange</code>.
|
717
|
+
</dt>
|
718
|
+
<dd>
|
719
|
+
<pre><code>$( ".selector" ).bind( "accordionchange", function(event, ui) {
|
720
|
+
...
|
721
|
+
});</code></pre>
|
722
|
+
</dd>
|
723
|
+
|
724
|
+
</dl>
|
725
|
+
</div>
|
726
|
+
</li>
|
727
|
+
|
728
|
+
<p>
|
729
|
+
<li class="event" id="event-changestart">
|
730
|
+
<div class="event-header">
|
731
|
+
<h3 class="event-name"><a href="#event-changestart">changestart</a></h3>
|
732
|
+
<dl>
|
733
|
+
<dt class="event-type-label">Type:</dt>
|
734
|
+
<dd class="event-type">accordionchangestart</dd>
|
735
|
+
</dl>
|
736
|
+
</div>
|
737
|
+
<div class="event-description">
|
738
|
+
<p>This event is triggered every time the accordion starts to change.
|
739
|
+
</p>
|
740
|
+
<pre>$('.ui-accordion').bind('accordionchangestart', function(event, ui) {
|
741
|
+
ui.newHeader // jQuery object, activated header
|
742
|
+
ui.oldHeader // jQuery object, previous header
|
743
|
+
ui.newContent // jQuery object, activated content
|
744
|
+
ui.oldContent // jQuery object, previous content
|
745
|
+
});</pre></p>
|
746
|
+
</div>
|
747
|
+
<div class="event-examples">
|
748
|
+
<h4>Code examples</h4>
|
749
|
+
<dl class="event-examples-list">
|
750
|
+
|
751
|
+
<dt>
|
752
|
+
Supply a callback function to handle the <code>changestart</code> event as an init option.
|
753
|
+
</dt>
|
754
|
+
<dd>
|
755
|
+
<pre><code>$( ".selector" ).accordion({
|
756
|
+
changestart: function(event, ui) { ... }
|
757
|
+
});</code></pre>
|
758
|
+
</dd>
|
759
|
+
|
760
|
+
|
761
|
+
<dt>
|
762
|
+
Bind to the <code>changestart</code> event by type: <code>accordionchangestart</code>.
|
763
|
+
</dt>
|
764
|
+
<dd>
|
765
|
+
<pre><code>$( ".selector" ).bind( "accordionchangestart", function(event, ui) {
|
766
|
+
...
|
767
|
+
});</code></pre>
|
768
|
+
</dd>
|
769
|
+
|
770
|
+
</dl>
|
771
|
+
</div>
|
772
|
+
</li>
|
773
|
+
|
774
|
+
</ul>
|
775
|
+
</div>
|
776
|
+
<div id="methods">
|
777
|
+
<h2 class="top-header">Methods</h2>
|
778
|
+
<ul class="methods-list">
|
779
|
+
|
780
|
+
<li class="method" id="method-destroy">
|
781
|
+
<div class="method-header">
|
782
|
+
<h3 class="method-name"><a href="#method-destroy">destroy</a></h3>
|
783
|
+
<dl>
|
784
|
+
<dt class="method-signature-label">Signature:</dt>
|
785
|
+
<dd class="method-signature">.accordion( "destroy"
|
786
|
+
|
787
|
+
|
788
|
+
|
789
|
+
|
790
|
+
|
791
|
+
|
792
|
+
|
793
|
+
)</dd>
|
794
|
+
</dl>
|
795
|
+
</div>
|
796
|
+
<div class="method-description">
|
797
|
+
<p>Remove the accordion functionality completely. This will return the element back to its pre-init state.</p>
|
798
|
+
</div>
|
799
|
+
</li>
|
800
|
+
|
801
|
+
<p>
|
802
|
+
<li class="method" id="method-disable">
|
803
|
+
<div class="method-header">
|
804
|
+
<h3 class="method-name"><a href="#method-disable">disable</a></h3>
|
805
|
+
<dl>
|
806
|
+
<dt class="method-signature-label">Signature:</dt>
|
807
|
+
<dd class="method-signature">.accordion( "disable"
|
808
|
+
|
809
|
+
|
810
|
+
|
811
|
+
|
812
|
+
|
813
|
+
|
814
|
+
|
815
|
+
)</dd>
|
816
|
+
</dl>
|
817
|
+
</div>
|
818
|
+
<div class="method-description">
|
819
|
+
<p>Disable the accordion.</p>
|
820
|
+
</div>
|
821
|
+
</li>
|
822
|
+
|
823
|
+
|
824
|
+
<li class="method" id="method-enable">
|
825
|
+
<div class="method-header">
|
826
|
+
<h3 class="method-name"><a href="#method-enable">enable</a></h3>
|
827
|
+
<dl>
|
828
|
+
<dt class="method-signature-label">Signature:</dt>
|
829
|
+
<dd class="method-signature">.accordion( "enable"
|
830
|
+
|
831
|
+
|
832
|
+
|
833
|
+
|
834
|
+
|
835
|
+
|
836
|
+
|
837
|
+
)</dd>
|
838
|
+
</dl>
|
839
|
+
</div>
|
840
|
+
<div class="method-description">
|
841
|
+
<p>Enable the accordion.</p>
|
842
|
+
</div>
|
843
|
+
</li>
|
844
|
+
|
845
|
+
|
846
|
+
<li class="method" id="method-option">
|
847
|
+
<div class="method-header">
|
848
|
+
<h3 class="method-name"><a href="#method-option">option</a></h3>
|
849
|
+
<dl>
|
850
|
+
<dt class="method-signature-label">Signature:</dt>
|
851
|
+
<dd class="method-signature">.accordion( "option"
|
852
|
+
|
853
|
+
, optionName
|
854
|
+
|
855
|
+
, <span class="optional">[</span>value<span class="optional">] </span>
|
856
|
+
|
857
|
+
|
858
|
+
|
859
|
+
)</dd>
|
860
|
+
</dl>
|
861
|
+
</div>
|
862
|
+
<div class="method-description">
|
863
|
+
<p>Get or set any accordion option. If no value is specified, will act as a getter.</p>
|
864
|
+
</div>
|
865
|
+
</li>
|
866
|
+
|
867
|
+
|
868
|
+
<li class="method" id="method-option">
|
869
|
+
<div class="method-header">
|
870
|
+
<h3 class="method-name"><a href="#method-option">option</a></h3>
|
871
|
+
<dl>
|
872
|
+
<dt class="method-signature-label">Signature:</dt>
|
873
|
+
<dd class="method-signature">.accordion( "option"
|
874
|
+
|
875
|
+
, options
|
876
|
+
|
877
|
+
|
878
|
+
|
879
|
+
|
880
|
+
|
881
|
+
)</dd>
|
882
|
+
</dl>
|
883
|
+
</div>
|
884
|
+
<div class="method-description">
|
885
|
+
<p>Set multiple accordion options at once by providing an options object.</p>
|
886
|
+
</div>
|
887
|
+
</li>
|
888
|
+
|
889
|
+
|
890
|
+
<li class="method" id="method-widget">
|
891
|
+
<div class="method-header">
|
892
|
+
<h3 class="method-name"><a href="#method-widget">widget</a></h3>
|
893
|
+
<dl>
|
894
|
+
<dt class="method-signature-label">Signature:</dt>
|
895
|
+
<dd class="method-signature">.accordion( "widget"
|
896
|
+
|
897
|
+
|
898
|
+
|
899
|
+
|
900
|
+
|
901
|
+
|
902
|
+
|
903
|
+
)</dd>
|
904
|
+
</dl>
|
905
|
+
</div>
|
906
|
+
<div class="method-description">
|
907
|
+
<p>Returns the .ui-accordion element.</p>
|
908
|
+
</div>
|
909
|
+
</li>
|
910
|
+
|
911
|
+
|
912
|
+
<li class="method" id="method-activate">
|
913
|
+
<div class="method-header">
|
914
|
+
<h3 class="method-name"><a href="#method-activate">activate</a></h3>
|
915
|
+
<dl>
|
916
|
+
<dt class="method-signature-label">Signature:</dt>
|
917
|
+
<dd class="method-signature">.accordion( "activate"
|
918
|
+
|
919
|
+
, index
|
920
|
+
|
921
|
+
|
922
|
+
|
923
|
+
|
924
|
+
|
925
|
+
)</dd>
|
926
|
+
</dl>
|
927
|
+
</div>
|
928
|
+
<div class="method-description">
|
929
|
+
<p>Activate a content part of the Accordion programmatically. The index can be a zero-indexed number to match the position of the header to close or a Selector matching an element. Pass <code>false</code> to close all (only possible with <code>collapsible:true</code>).</p>
|
930
|
+
</div>
|
931
|
+
</li>
|
932
|
+
|
933
|
+
|
934
|
+
<li class="method" id="method-resize">
|
935
|
+
<div class="method-header">
|
936
|
+
<h3 class="method-name"><a href="#method-resize">resize</a></h3>
|
937
|
+
<dl>
|
938
|
+
<dt class="method-signature-label">Signature:</dt>
|
939
|
+
<dd class="method-signature">.accordion( "resize"
|
940
|
+
|
941
|
+
|
942
|
+
|
943
|
+
|
944
|
+
|
945
|
+
|
946
|
+
|
947
|
+
)</dd>
|
948
|
+
</dl>
|
949
|
+
</div>
|
950
|
+
<div class="method-description">
|
951
|
+
<p>Recompute heights of the accordion contents when using the fillSpace option and the container height changed. For example, when the container is a resizable, this method should be called by its resize-event.</p>
|
952
|
+
</div>
|
953
|
+
</li>
|
954
|
+
|
955
|
+
</ul>
|
956
|
+
</div>
|
957
|
+
<div id="theming">
|
958
|
+
<h2 class="top-header">Theming</h2>
|
959
|
+
<p>The jQuery UI Accordion plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain.
|
960
|
+
</p>
|
961
|
+
<p>If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.accordion.css stylesheet that can be modified. These classes are highlighed in bold below.
|
962
|
+
</p>
|
963
|
+
|
964
|
+
<h3>Sample markup with jQuery UI CSS Framework classes</h3>
|
965
|
+
<div class="<strong>ui-accordion</strong> ui-widget ui-helper-reset"><br />
|
966
|
+
<h3 class="<strong>ui-accordion-header</strong> ui-helper-reset ui-state-active ui-corner-top"><br />
|
967
|
+
<span class="ui-icon ui-icon-triangle-1-s"/><br />
|
968
|
+
<a href="#">Section 1</a><br />
|
969
|
+
</h3><br />
|
970
|
+
<div class="<strong>ui-accordion-content</strong> ui-helper-reset ui-widget-content ui-corner-bottom <strong>ui-accordion-content-active</strong>"><br />
|
971
|
+
Section 1 content<br />
|
972
|
+
</div><br />
|
973
|
+
<h3 class="<strong>ui-accordion-header</strong> ui-helper-reset ui-state-default ui-corner-all"><br />
|
974
|
+
<span class="ui-icon ui-icon-triangle-1-e"/><br />
|
975
|
+
<a href="#">Section 2</a><br />
|
976
|
+
</h3><br />
|
977
|
+
<div class="<strong>ui-accordion-content</strong> ui-helper-reset ui-widget-content ui-corner-bottom"><br />
|
978
|
+
Section 2 content<br />
|
979
|
+
</div><br />
|
980
|
+
<h3 class="<strong>ui-accordion-header</strong> ui-helper-reset ui-state-default ui-corner-all"><br />
|
981
|
+
<span class="ui-icon ui-icon-triangle-1-e"/><br />
|
982
|
+
<a href="#">Section 3</a><br />
|
983
|
+
</h3><br />
|
984
|
+
<div class="<strong>ui-accordion-content</strong> ui-helper-reset ui-widget-content ui-corner-bottom"><br />
|
985
|
+
Section 3 content<br />
|
986
|
+
</div><br />
|
987
|
+
</div><br />
|
988
|
+
<p class="theme-note">
|
989
|
+
<strong>
|
990
|
+
Note: This is a sample of markup generated by the accordion plugin, not markup you should use to create a accordion. The only markup needed for that is <br /><div><br />
|
991
|
+
   <h3><a href="#">Section 1</a></h3><br />
|
992
|
+
   <div><br />
|
993
|
+
      Section 1 content<br />
|
994
|
+
   </div><br />
|
995
|
+
   <h3><a href="#">Section 2</a></h3><br />
|
996
|
+
   <div><br />
|
997
|
+
      Section 2 content<br />
|
998
|
+
   </div><br />
|
999
|
+
   <h3><a href="#">Section 3</a></h3><br />
|
1000
|
+
   <div><br />
|
1001
|
+
      Section 3 content<br />
|
1002
|
+
   </div><br />
|
1003
|
+
</div>.
|
1004
|
+
</strong>
|
1005
|
+
</p>
|
1006
|
+
|
1007
|
+
</div>
|
1008
|
+
</div>
|
1009
|
+
|
1010
|
+
</p><!--
|
1011
|
+
Pre-expand include size: 38033 bytes
|
1012
|
+
Post-expand include size: 63819 bytes
|
1013
|
+
Template argument size: 35523 bytes
|
1014
|
+
Maximum: 2097152 bytes
|
1015
|
+
-->
|
1016
|
+
|
1017
|
+
<!-- Saved in parser cache with key jqdocs_docs:pcache:idhash:3773-1!1!0!!en!2 and timestamp 20110617203225 -->
|