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,1201 @@
|
|
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 Resizable</h1>
|
11
|
+
<div id="overview">
|
12
|
+
<h2 class="top-header">Overview</h2>
|
13
|
+
<div id="overview-main">
|
14
|
+
<p>The jQuery UI Resizable plugin makes selected elements resizable (meaning they have draggable resize handles). You can specify one or more handles as well as min and max width and height.</p>
|
15
|
+
<p>All callbacks (start,stop,resize) receive two arguments: The original browser event and a prepared ui object. The ui object has the following fields:</p>
|
16
|
+
<ul>
|
17
|
+
<li><b>ui.helper</b> - a jQuery object containing the helper element</li>
|
18
|
+
<li><b>ui.originalPosition</b> - {top, left} before resizing started</li>
|
19
|
+
<li><b>ui.originalSize</b> - {width, height} before resizing started</li>
|
20
|
+
<li><b>ui.position</b> - {top, left} current position</li>
|
21
|
+
<li><b>ui.size</b> - {width, height} current size</li>
|
22
|
+
</ul>
|
23
|
+
</div>
|
24
|
+
<div id="overview-dependencies">
|
25
|
+
<h3>Dependencies</h3>
|
26
|
+
<ul>
|
27
|
+
<li>UI Core</li>
|
28
|
+
<li>UI Widget</li>
|
29
|
+
<li>UI Mouse</li>
|
30
|
+
</ul>
|
31
|
+
</div>
|
32
|
+
<div id="overview-example">
|
33
|
+
<h3>Example</h3>
|
34
|
+
<div id="overview-example" class="example">
|
35
|
+
<ul><li><a href="#demo"><span>Demo</span></a></li><li><a href="#source"><span>View Source</span></a></li></ul>
|
36
|
+
<p><div id="demo" class="tabs-container" rel="250">
|
37
|
+
A simple jQuery UI Resizable.<br />
|
38
|
+
</p>
|
39
|
+
<pre>$("#resizable").resizable();
|
40
|
+
</pre>
|
41
|
+
<p></div><div id="source" class="tabs-container">
|
42
|
+
</p>
|
43
|
+
<pre><!DOCTYPE html>
|
44
|
+
<html>
|
45
|
+
<head>
|
46
|
+
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
|
47
|
+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
|
48
|
+
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
|
49
|
+
<style type="text/css">
|
50
|
+
#resizable { width: 100px; height: 100px; background: silver; }
|
51
|
+
</style>
|
52
|
+
<script>
|
53
|
+
$(document).ready(function() {
|
54
|
+
$("#resizable").resizable();
|
55
|
+
});
|
56
|
+
</script>
|
57
|
+
</head>
|
58
|
+
<body style="font-size:62.5%;">
|
59
|
+
|
60
|
+
<div id="resizable"></div>
|
61
|
+
|
62
|
+
</body>
|
63
|
+
</html>
|
64
|
+
</pre>
|
65
|
+
<p></div>
|
66
|
+
</p><p></div>
|
67
|
+
</div>
|
68
|
+
</div>
|
69
|
+
<div id="options">
|
70
|
+
<h2 class="top-header">Options</h2>
|
71
|
+
<ul class="options-list">
|
72
|
+
|
73
|
+
<li class="option" id="option-disabled">
|
74
|
+
<div class="option-header">
|
75
|
+
<h3 class="option-name"><a href="#option-disabled">disabled</a></h3>
|
76
|
+
<dl>
|
77
|
+
<dt class="option-type-label">Type:</dt>
|
78
|
+
<dd class="option-type">Boolean</dd>
|
79
|
+
|
80
|
+
<dt class="option-default-label">Default:</dt>
|
81
|
+
<dd class="option-default">false</dd>
|
82
|
+
|
83
|
+
</dl>
|
84
|
+
</div>
|
85
|
+
<div class="option-description">
|
86
|
+
<p>Disables (true) or enables (false) the resizable. Can be set when initialising (first creating) the resizable.</p>
|
87
|
+
</div>
|
88
|
+
<div class="option-examples">
|
89
|
+
<h4>Code examples</h4>
|
90
|
+
<dl class="option-examples-list">
|
91
|
+
|
92
|
+
<dt>
|
93
|
+
Initialize a resizable with the <code>disabled</code> option specified.
|
94
|
+
</dt>
|
95
|
+
<dd>
|
96
|
+
<pre><code>$( ".selector" ).resizable({ disabled: true });</code></pre>
|
97
|
+
</dd>
|
98
|
+
|
99
|
+
|
100
|
+
<dt>
|
101
|
+
Get or set the <code>disabled</code> option, after init.
|
102
|
+
</dt>
|
103
|
+
<dd>
|
104
|
+
<pre><code>//getter
|
105
|
+
var disabled = $( ".selector" ).resizable( "option", "disabled" );
|
106
|
+
//setter
|
107
|
+
$( ".selector" ).resizable( "option", "disabled", true );</code></pre>
|
108
|
+
</dd>
|
109
|
+
|
110
|
+
</dl>
|
111
|
+
</div>
|
112
|
+
</li>
|
113
|
+
|
114
|
+
|
115
|
+
<li class="option" id="option-alsoResize">
|
116
|
+
<div class="option-header">
|
117
|
+
<h3 class="option-name"><a href="#option-alsoResize">alsoResize</a></h3>
|
118
|
+
<dl>
|
119
|
+
<dt class="option-type-label">Type:</dt>
|
120
|
+
<dd class="option-type">Selector, jQuery, Element</dd>
|
121
|
+
|
122
|
+
<dt class="option-default-label">Default:</dt>
|
123
|
+
<dd class="option-default">false</dd>
|
124
|
+
|
125
|
+
</dl>
|
126
|
+
</div>
|
127
|
+
<div class="option-description">
|
128
|
+
<p>Resize these elements synchronous when resizing.</p>
|
129
|
+
</div>
|
130
|
+
<div class="option-examples">
|
131
|
+
<h4>Code examples</h4>
|
132
|
+
<dl class="option-examples-list">
|
133
|
+
|
134
|
+
<dt>
|
135
|
+
Initialize a resizable with the <code>alsoResize</code> option specified.
|
136
|
+
</dt>
|
137
|
+
<dd>
|
138
|
+
<pre><code>$( ".selector" ).resizable({ alsoResize: '.other' });</code></pre>
|
139
|
+
</dd>
|
140
|
+
|
141
|
+
|
142
|
+
<dt>
|
143
|
+
Get or set the <code>alsoResize</code> option, after init.
|
144
|
+
</dt>
|
145
|
+
<dd>
|
146
|
+
<pre><code>//getter
|
147
|
+
var alsoResize = $( ".selector" ).resizable( "option", "alsoResize" );
|
148
|
+
//setter
|
149
|
+
$( ".selector" ).resizable( "option", "alsoResize", '.other' );</code></pre>
|
150
|
+
</dd>
|
151
|
+
|
152
|
+
</dl>
|
153
|
+
</div>
|
154
|
+
</li>
|
155
|
+
|
156
|
+
|
157
|
+
<li class="option" id="option-animate">
|
158
|
+
<div class="option-header">
|
159
|
+
<h3 class="option-name"><a href="#option-animate">animate</a></h3>
|
160
|
+
<dl>
|
161
|
+
<dt class="option-type-label">Type:</dt>
|
162
|
+
<dd class="option-type">Boolean</dd>
|
163
|
+
|
164
|
+
<dt class="option-default-label">Default:</dt>
|
165
|
+
<dd class="option-default">false</dd>
|
166
|
+
|
167
|
+
</dl>
|
168
|
+
</div>
|
169
|
+
<div class="option-description">
|
170
|
+
<p>Animates to the final size after resizing.</p>
|
171
|
+
</div>
|
172
|
+
<div class="option-examples">
|
173
|
+
<h4>Code examples</h4>
|
174
|
+
<dl class="option-examples-list">
|
175
|
+
|
176
|
+
<dt>
|
177
|
+
Initialize a resizable with the <code>animate</code> option specified.
|
178
|
+
</dt>
|
179
|
+
<dd>
|
180
|
+
<pre><code>$( ".selector" ).resizable({ animate: true });</code></pre>
|
181
|
+
</dd>
|
182
|
+
|
183
|
+
|
184
|
+
<dt>
|
185
|
+
Get or set the <code>animate</code> option, after init.
|
186
|
+
</dt>
|
187
|
+
<dd>
|
188
|
+
<pre><code>//getter
|
189
|
+
var animate = $( ".selector" ).resizable( "option", "animate" );
|
190
|
+
//setter
|
191
|
+
$( ".selector" ).resizable( "option", "animate", true );</code></pre>
|
192
|
+
</dd>
|
193
|
+
|
194
|
+
</dl>
|
195
|
+
</div>
|
196
|
+
</li>
|
197
|
+
|
198
|
+
|
199
|
+
<li class="option" id="option-animateDuration">
|
200
|
+
<div class="option-header">
|
201
|
+
<h3 class="option-name"><a href="#option-animateDuration">animateDuration</a></h3>
|
202
|
+
<dl>
|
203
|
+
<dt class="option-type-label">Type:</dt>
|
204
|
+
<dd class="option-type">Integer, String</dd>
|
205
|
+
|
206
|
+
<dt class="option-default-label">Default:</dt>
|
207
|
+
<dd class="option-default">'slow'</dd>
|
208
|
+
|
209
|
+
</dl>
|
210
|
+
</div>
|
211
|
+
<div class="option-description">
|
212
|
+
<p>Duration time for animating, in milliseconds. Other possible values: 'slow', 'normal', 'fast'.</p>
|
213
|
+
</div>
|
214
|
+
<div class="option-examples">
|
215
|
+
<h4>Code examples</h4>
|
216
|
+
<dl class="option-examples-list">
|
217
|
+
|
218
|
+
<dt>
|
219
|
+
Initialize a resizable with the <code>animateDuration</code> option specified.
|
220
|
+
</dt>
|
221
|
+
<dd>
|
222
|
+
<pre><code>$( ".selector" ).resizable({ animateDuration: 500 });</code></pre>
|
223
|
+
</dd>
|
224
|
+
|
225
|
+
|
226
|
+
<dt>
|
227
|
+
Get or set the <code>animateDuration</code> option, after init.
|
228
|
+
</dt>
|
229
|
+
<dd>
|
230
|
+
<pre><code>//getter
|
231
|
+
var animateDuration = $( ".selector" ).resizable( "option", "animateDuration" );
|
232
|
+
//setter
|
233
|
+
$( ".selector" ).resizable( "option", "animateDuration", 500 );</code></pre>
|
234
|
+
</dd>
|
235
|
+
|
236
|
+
</dl>
|
237
|
+
</div>
|
238
|
+
</li>
|
239
|
+
|
240
|
+
|
241
|
+
<li class="option" id="option-animateEasing">
|
242
|
+
<div class="option-header">
|
243
|
+
<h3 class="option-name"><a href="#option-animateEasing">animateEasing</a></h3>
|
244
|
+
<dl>
|
245
|
+
<dt class="option-type-label">Type:</dt>
|
246
|
+
<dd class="option-type">String</dd>
|
247
|
+
|
248
|
+
<dt class="option-default-label">Default:</dt>
|
249
|
+
<dd class="option-default">'swing'</dd>
|
250
|
+
|
251
|
+
</dl>
|
252
|
+
</div>
|
253
|
+
<div class="option-description">
|
254
|
+
<p>Easing effect for animating.</p>
|
255
|
+
</div>
|
256
|
+
<div class="option-examples">
|
257
|
+
<h4>Code examples</h4>
|
258
|
+
<dl class="option-examples-list">
|
259
|
+
|
260
|
+
<dt>
|
261
|
+
Initialize a resizable with the <code>animateEasing</code> option specified.
|
262
|
+
</dt>
|
263
|
+
<dd>
|
264
|
+
<pre><code>$( ".selector" ).resizable({ animateEasing: 'swing' });</code></pre>
|
265
|
+
</dd>
|
266
|
+
|
267
|
+
|
268
|
+
<dt>
|
269
|
+
Get or set the <code>animateEasing</code> option, after init.
|
270
|
+
</dt>
|
271
|
+
<dd>
|
272
|
+
<pre><code>//getter
|
273
|
+
var animateEasing = $( ".selector" ).resizable( "option", "animateEasing" );
|
274
|
+
//setter
|
275
|
+
$( ".selector" ).resizable( "option", "animateEasing", 'swing' );</code></pre>
|
276
|
+
</dd>
|
277
|
+
|
278
|
+
</dl>
|
279
|
+
</div>
|
280
|
+
</li>
|
281
|
+
|
282
|
+
|
283
|
+
<li class="option" id="option-aspectRatio">
|
284
|
+
<div class="option-header">
|
285
|
+
<h3 class="option-name"><a href="#option-aspectRatio">aspectRatio</a></h3>
|
286
|
+
<dl>
|
287
|
+
<dt class="option-type-label">Type:</dt>
|
288
|
+
<dd class="option-type">Boolean, Float</dd>
|
289
|
+
|
290
|
+
<dt class="option-default-label">Default:</dt>
|
291
|
+
<dd class="option-default">false</dd>
|
292
|
+
|
293
|
+
</dl>
|
294
|
+
</div>
|
295
|
+
<div class="option-description">
|
296
|
+
<p>If set to true, resizing is constrained by the original aspect ratio. Otherwise a custom aspect ratio can be specified, such as 9 / 16, or 0.5.</p>
|
297
|
+
</div>
|
298
|
+
<div class="option-examples">
|
299
|
+
<h4>Code examples</h4>
|
300
|
+
<dl class="option-examples-list">
|
301
|
+
|
302
|
+
<dt>
|
303
|
+
Initialize a resizable with the <code>aspectRatio</code> option specified.
|
304
|
+
</dt>
|
305
|
+
<dd>
|
306
|
+
<pre><code>$( ".selector" ).resizable({ aspectRatio: .75 });</code></pre>
|
307
|
+
</dd>
|
308
|
+
|
309
|
+
|
310
|
+
<dt>
|
311
|
+
Get or set the <code>aspectRatio</code> option, after init.
|
312
|
+
</dt>
|
313
|
+
<dd>
|
314
|
+
<pre><code>//getter
|
315
|
+
var aspectRatio = $( ".selector" ).resizable( "option", "aspectRatio" );
|
316
|
+
//setter
|
317
|
+
$( ".selector" ).resizable( "option", "aspectRatio", .75 );</code></pre>
|
318
|
+
</dd>
|
319
|
+
|
320
|
+
</dl>
|
321
|
+
</div>
|
322
|
+
</li>
|
323
|
+
|
324
|
+
|
325
|
+
<li class="option" id="option-autoHide">
|
326
|
+
<div class="option-header">
|
327
|
+
<h3 class="option-name"><a href="#option-autoHide">autoHide</a></h3>
|
328
|
+
<dl>
|
329
|
+
<dt class="option-type-label">Type:</dt>
|
330
|
+
<dd class="option-type">Boolean</dd>
|
331
|
+
|
332
|
+
<dt class="option-default-label">Default:</dt>
|
333
|
+
<dd class="option-default">false</dd>
|
334
|
+
|
335
|
+
</dl>
|
336
|
+
</div>
|
337
|
+
<div class="option-description">
|
338
|
+
<p>If set to true, automatically hides the handles except when the mouse hovers over the element.</p>
|
339
|
+
</div>
|
340
|
+
<div class="option-examples">
|
341
|
+
<h4>Code examples</h4>
|
342
|
+
<dl class="option-examples-list">
|
343
|
+
|
344
|
+
<dt>
|
345
|
+
Initialize a resizable with the <code>autoHide</code> option specified.
|
346
|
+
</dt>
|
347
|
+
<dd>
|
348
|
+
<pre><code>$( ".selector" ).resizable({ autoHide: true });</code></pre>
|
349
|
+
</dd>
|
350
|
+
|
351
|
+
|
352
|
+
<dt>
|
353
|
+
Get or set the <code>autoHide</code> option, after init.
|
354
|
+
</dt>
|
355
|
+
<dd>
|
356
|
+
<pre><code>//getter
|
357
|
+
var autoHide = $( ".selector" ).resizable( "option", "autoHide" );
|
358
|
+
//setter
|
359
|
+
$( ".selector" ).resizable( "option", "autoHide", true );</code></pre>
|
360
|
+
</dd>
|
361
|
+
|
362
|
+
</dl>
|
363
|
+
</div>
|
364
|
+
</li>
|
365
|
+
|
366
|
+
|
367
|
+
<li class="option" id="option-cancel">
|
368
|
+
<div class="option-header">
|
369
|
+
<h3 class="option-name"><a href="#option-cancel">cancel</a></h3>
|
370
|
+
<dl>
|
371
|
+
<dt class="option-type-label">Type:</dt>
|
372
|
+
<dd class="option-type">Selector</dd>
|
373
|
+
|
374
|
+
<dt class="option-default-label">Default:</dt>
|
375
|
+
<dd class="option-default">':input,option'</dd>
|
376
|
+
|
377
|
+
</dl>
|
378
|
+
</div>
|
379
|
+
<div class="option-description">
|
380
|
+
<p>Prevents resizing if you start on elements matching the selector.</p>
|
381
|
+
</div>
|
382
|
+
<div class="option-examples">
|
383
|
+
<h4>Code examples</h4>
|
384
|
+
<dl class="option-examples-list">
|
385
|
+
|
386
|
+
<dt>
|
387
|
+
Initialize a resizable with the <code>cancel</code> option specified.
|
388
|
+
</dt>
|
389
|
+
<dd>
|
390
|
+
<pre><code>$( ".selector" ).resizable({ cancel: ':input,option' });</code></pre>
|
391
|
+
</dd>
|
392
|
+
|
393
|
+
|
394
|
+
<dt>
|
395
|
+
Get or set the <code>cancel</code> option, after init.
|
396
|
+
</dt>
|
397
|
+
<dd>
|
398
|
+
<pre><code>//getter
|
399
|
+
var cancel = $( ".selector" ).resizable( "option", "cancel" );
|
400
|
+
//setter
|
401
|
+
$( ".selector" ).resizable( "option", "cancel", ':input,option' );</code></pre>
|
402
|
+
</dd>
|
403
|
+
|
404
|
+
</dl>
|
405
|
+
</div>
|
406
|
+
</li>
|
407
|
+
|
408
|
+
|
409
|
+
<li class="option" id="option-containment">
|
410
|
+
<div class="option-header">
|
411
|
+
<h3 class="option-name"><a href="#option-containment">containment</a></h3>
|
412
|
+
<dl>
|
413
|
+
<dt class="option-type-label">Type:</dt>
|
414
|
+
<dd class="option-type">String, Element, Selector</dd>
|
415
|
+
|
416
|
+
<dt class="option-default-label">Default:</dt>
|
417
|
+
<dd class="option-default">false</dd>
|
418
|
+
|
419
|
+
</dl>
|
420
|
+
</div>
|
421
|
+
<div class="option-description">
|
422
|
+
<p>Constrains resizing to within the bounds of the specified element. Possible values: 'parent', 'document', a DOMElement, or a Selector.</p>
|
423
|
+
</div>
|
424
|
+
<div class="option-examples">
|
425
|
+
<h4>Code examples</h4>
|
426
|
+
<dl class="option-examples-list">
|
427
|
+
|
428
|
+
<dt>
|
429
|
+
Initialize a resizable with the <code>containment</code> option specified.
|
430
|
+
</dt>
|
431
|
+
<dd>
|
432
|
+
<pre><code>$( ".selector" ).resizable({ containment: 'parent' });</code></pre>
|
433
|
+
</dd>
|
434
|
+
|
435
|
+
|
436
|
+
<dt>
|
437
|
+
Get or set the <code>containment</code> option, after init.
|
438
|
+
</dt>
|
439
|
+
<dd>
|
440
|
+
<pre><code>//getter
|
441
|
+
var containment = $( ".selector" ).resizable( "option", "containment" );
|
442
|
+
//setter
|
443
|
+
$( ".selector" ).resizable( "option", "containment", 'parent' );</code></pre>
|
444
|
+
</dd>
|
445
|
+
|
446
|
+
</dl>
|
447
|
+
</div>
|
448
|
+
</li>
|
449
|
+
|
450
|
+
|
451
|
+
<li class="option" id="option-delay">
|
452
|
+
<div class="option-header">
|
453
|
+
<h3 class="option-name"><a href="#option-delay">delay</a></h3>
|
454
|
+
<dl>
|
455
|
+
<dt class="option-type-label">Type:</dt>
|
456
|
+
<dd class="option-type">Integer</dd>
|
457
|
+
|
458
|
+
<dt class="option-default-label">Default:</dt>
|
459
|
+
<dd class="option-default">0</dd>
|
460
|
+
|
461
|
+
</dl>
|
462
|
+
</div>
|
463
|
+
<div class="option-description">
|
464
|
+
<p>Tolerance, in milliseconds, for when resizing should start. If specified, resizing will not start until after mouse is moved beyond duration. This can help prevent unintended resizing when clicking on an element.</p>
|
465
|
+
</div>
|
466
|
+
<div class="option-examples">
|
467
|
+
<h4>Code examples</h4>
|
468
|
+
<dl class="option-examples-list">
|
469
|
+
|
470
|
+
<dt>
|
471
|
+
Initialize a resizable with the <code>delay</code> option specified.
|
472
|
+
</dt>
|
473
|
+
<dd>
|
474
|
+
<pre><code>$( ".selector" ).resizable({ delay: 20 });</code></pre>
|
475
|
+
</dd>
|
476
|
+
|
477
|
+
|
478
|
+
<dt>
|
479
|
+
Get or set the <code>delay</code> option, after init.
|
480
|
+
</dt>
|
481
|
+
<dd>
|
482
|
+
<pre><code>//getter
|
483
|
+
var delay = $( ".selector" ).resizable( "option", "delay" );
|
484
|
+
//setter
|
485
|
+
$( ".selector" ).resizable( "option", "delay", 20 );</code></pre>
|
486
|
+
</dd>
|
487
|
+
|
488
|
+
</dl>
|
489
|
+
</div>
|
490
|
+
</li>
|
491
|
+
|
492
|
+
|
493
|
+
<li class="option" id="option-distance">
|
494
|
+
<div class="option-header">
|
495
|
+
<h3 class="option-name"><a href="#option-distance">distance</a></h3>
|
496
|
+
<dl>
|
497
|
+
<dt class="option-type-label">Type:</dt>
|
498
|
+
<dd class="option-type">Integer</dd>
|
499
|
+
|
500
|
+
<dt class="option-default-label">Default:</dt>
|
501
|
+
<dd class="option-default">1</dd>
|
502
|
+
|
503
|
+
</dl>
|
504
|
+
</div>
|
505
|
+
<div class="option-description">
|
506
|
+
<p>Tolerance, in pixels, for when resizing should start. If specified, resizing will not start until after mouse is moved beyond distance. This can help prevent unintended resizing when clicking on an element.</p>
|
507
|
+
</div>
|
508
|
+
<div class="option-examples">
|
509
|
+
<h4>Code examples</h4>
|
510
|
+
<dl class="option-examples-list">
|
511
|
+
|
512
|
+
<dt>
|
513
|
+
Initialize a resizable with the <code>distance</code> option specified.
|
514
|
+
</dt>
|
515
|
+
<dd>
|
516
|
+
<pre><code>$( ".selector" ).resizable({ distance: 20 });</code></pre>
|
517
|
+
</dd>
|
518
|
+
|
519
|
+
|
520
|
+
<dt>
|
521
|
+
Get or set the <code>distance</code> option, after init.
|
522
|
+
</dt>
|
523
|
+
<dd>
|
524
|
+
<pre><code>//getter
|
525
|
+
var distance = $( ".selector" ).resizable( "option", "distance" );
|
526
|
+
//setter
|
527
|
+
$( ".selector" ).resizable( "option", "distance", 20 );</code></pre>
|
528
|
+
</dd>
|
529
|
+
|
530
|
+
</dl>
|
531
|
+
</div>
|
532
|
+
</li>
|
533
|
+
|
534
|
+
|
535
|
+
<li class="option" id="option-ghost">
|
536
|
+
<div class="option-header">
|
537
|
+
<h3 class="option-name"><a href="#option-ghost">ghost</a></h3>
|
538
|
+
<dl>
|
539
|
+
<dt class="option-type-label">Type:</dt>
|
540
|
+
<dd class="option-type">Boolean</dd>
|
541
|
+
|
542
|
+
<dt class="option-default-label">Default:</dt>
|
543
|
+
<dd class="option-default">false</dd>
|
544
|
+
|
545
|
+
</dl>
|
546
|
+
</div>
|
547
|
+
<div class="option-description">
|
548
|
+
<p>If set to true, a semi-transparent helper element is shown for resizing.</p>
|
549
|
+
</div>
|
550
|
+
<div class="option-examples">
|
551
|
+
<h4>Code examples</h4>
|
552
|
+
<dl class="option-examples-list">
|
553
|
+
|
554
|
+
<dt>
|
555
|
+
Initialize a resizable with the <code>ghost</code> option specified.
|
556
|
+
</dt>
|
557
|
+
<dd>
|
558
|
+
<pre><code>$( ".selector" ).resizable({ ghost: true });</code></pre>
|
559
|
+
</dd>
|
560
|
+
|
561
|
+
|
562
|
+
<dt>
|
563
|
+
Get or set the <code>ghost</code> option, after init.
|
564
|
+
</dt>
|
565
|
+
<dd>
|
566
|
+
<pre><code>//getter
|
567
|
+
var ghost = $( ".selector" ).resizable( "option", "ghost" );
|
568
|
+
//setter
|
569
|
+
$( ".selector" ).resizable( "option", "ghost", true );</code></pre>
|
570
|
+
</dd>
|
571
|
+
|
572
|
+
</dl>
|
573
|
+
</div>
|
574
|
+
</li>
|
575
|
+
|
576
|
+
|
577
|
+
<li class="option" id="option-grid">
|
578
|
+
<div class="option-header">
|
579
|
+
<h3 class="option-name"><a href="#option-grid">grid</a></h3>
|
580
|
+
<dl>
|
581
|
+
<dt class="option-type-label">Type:</dt>
|
582
|
+
<dd class="option-type">Array</dd>
|
583
|
+
|
584
|
+
<dt class="option-default-label">Default:</dt>
|
585
|
+
<dd class="option-default">false</dd>
|
586
|
+
|
587
|
+
</dl>
|
588
|
+
</div>
|
589
|
+
<div class="option-description">
|
590
|
+
<p>Snaps the resizing element to a grid, every x and y pixels. Array values: [x, y]</p>
|
591
|
+
</div>
|
592
|
+
<div class="option-examples">
|
593
|
+
<h4>Code examples</h4>
|
594
|
+
<dl class="option-examples-list">
|
595
|
+
|
596
|
+
<dt>
|
597
|
+
Initialize a resizable with the <code>grid</code> option specified.
|
598
|
+
</dt>
|
599
|
+
<dd>
|
600
|
+
<pre><code>$( ".selector" ).resizable({ grid: [50, 50] });</code></pre>
|
601
|
+
</dd>
|
602
|
+
|
603
|
+
|
604
|
+
<dt>
|
605
|
+
Get or set the <code>grid</code> option, after init.
|
606
|
+
</dt>
|
607
|
+
<dd>
|
608
|
+
<pre><code>//getter
|
609
|
+
var grid = $( ".selector" ).resizable( "option", "grid" );
|
610
|
+
//setter
|
611
|
+
$( ".selector" ).resizable( "option", "grid", [50, 50] );</code></pre>
|
612
|
+
</dd>
|
613
|
+
|
614
|
+
</dl>
|
615
|
+
</div>
|
616
|
+
</li>
|
617
|
+
|
618
|
+
|
619
|
+
<li class="option" id="option-handles">
|
620
|
+
<div class="option-header">
|
621
|
+
<h3 class="option-name"><a href="#option-handles">handles</a></h3>
|
622
|
+
<dl>
|
623
|
+
<dt class="option-type-label">Type:</dt>
|
624
|
+
<dd class="option-type">String, Object</dd>
|
625
|
+
|
626
|
+
<dt class="option-default-label">Default:</dt>
|
627
|
+
<dd class="option-default">'e, s, se'</dd>
|
628
|
+
|
629
|
+
</dl>
|
630
|
+
</div>
|
631
|
+
<div class="option-description">
|
632
|
+
<p>If specified as a string, should be a comma-split list of any of the following: 'n, e, s, w, ne, se, sw, nw, all'. The necessary handles will be auto-generated by the plugin.
|
633
|
+
</p><p>If specified as an object, the following keys are supported: { n, e, s, w, ne, se, sw, nw }. The value of any specified should be a jQuery selector matching the child element of the resizable to use as that handle. If the handle is not a child of the resizable, you can pass in the DOMElement or a valid jQuery object directly.</p>
|
634
|
+
</div>
|
635
|
+
<div class="option-examples">
|
636
|
+
<h4>Code examples</h4>
|
637
|
+
<dl class="option-examples-list">
|
638
|
+
|
639
|
+
<dt>
|
640
|
+
Initialize a resizable with the <code>handles</code> option specified.
|
641
|
+
</dt>
|
642
|
+
<dd>
|
643
|
+
<pre><code>$( ".selector" ).resizable({ handles: 'n, e, s, w' });</code></pre>
|
644
|
+
</dd>
|
645
|
+
|
646
|
+
|
647
|
+
<dt>
|
648
|
+
Get or set the <code>handles</code> option, after init.
|
649
|
+
</dt>
|
650
|
+
<dd>
|
651
|
+
<pre><code>//getter
|
652
|
+
var handles = $( ".selector" ).resizable( "option", "handles" );
|
653
|
+
//setter
|
654
|
+
$( ".selector" ).resizable( "option", "handles", 'n, e, s, w' );</code></pre>
|
655
|
+
</dd>
|
656
|
+
|
657
|
+
</dl>
|
658
|
+
</div>
|
659
|
+
</li>
|
660
|
+
|
661
|
+
|
662
|
+
<li class="option" id="option-helper">
|
663
|
+
<div class="option-header">
|
664
|
+
<h3 class="option-name"><a href="#option-helper">helper</a></h3>
|
665
|
+
<dl>
|
666
|
+
<dt class="option-type-label">Type:</dt>
|
667
|
+
<dd class="option-type">String</dd>
|
668
|
+
|
669
|
+
<dt class="option-default-label">Default:</dt>
|
670
|
+
<dd class="option-default">false</dd>
|
671
|
+
|
672
|
+
</dl>
|
673
|
+
</div>
|
674
|
+
<div class="option-description">
|
675
|
+
<p>This is the css class that will be added to a proxy element to outline the resize during the drag of the resize handle. Once the resize is complete, the original element is sized.</p>
|
676
|
+
</div>
|
677
|
+
<div class="option-examples">
|
678
|
+
<h4>Code examples</h4>
|
679
|
+
<dl class="option-examples-list">
|
680
|
+
|
681
|
+
<dt>
|
682
|
+
Initialize a resizable with the <code>helper</code> option specified.
|
683
|
+
</dt>
|
684
|
+
<dd>
|
685
|
+
<pre><code>$( ".selector" ).resizable({ helper: 'ui-state-highlight' });</code></pre>
|
686
|
+
</dd>
|
687
|
+
|
688
|
+
|
689
|
+
<dt>
|
690
|
+
Get or set the <code>helper</code> option, after init.
|
691
|
+
</dt>
|
692
|
+
<dd>
|
693
|
+
<pre><code>//getter
|
694
|
+
var helper = $( ".selector" ).resizable( "option", "helper" );
|
695
|
+
//setter
|
696
|
+
$( ".selector" ).resizable( "option", "helper", 'ui-state-highlight' );</code></pre>
|
697
|
+
</dd>
|
698
|
+
|
699
|
+
</dl>
|
700
|
+
</div>
|
701
|
+
</li>
|
702
|
+
|
703
|
+
|
704
|
+
<li class="option" id="option-maxHeight">
|
705
|
+
<div class="option-header">
|
706
|
+
<h3 class="option-name"><a href="#option-maxHeight">maxHeight</a></h3>
|
707
|
+
<dl>
|
708
|
+
<dt class="option-type-label">Type:</dt>
|
709
|
+
<dd class="option-type">Integer</dd>
|
710
|
+
|
711
|
+
<dt class="option-default-label">Default:</dt>
|
712
|
+
<dd class="option-default">null</dd>
|
713
|
+
|
714
|
+
</dl>
|
715
|
+
</div>
|
716
|
+
<div class="option-description">
|
717
|
+
<p>This is the maximum height the resizable should be allowed to resize to.</p>
|
718
|
+
</div>
|
719
|
+
<div class="option-examples">
|
720
|
+
<h4>Code examples</h4>
|
721
|
+
<dl class="option-examples-list">
|
722
|
+
|
723
|
+
<dt>
|
724
|
+
Initialize a resizable with the <code>maxHeight</code> option specified.
|
725
|
+
</dt>
|
726
|
+
<dd>
|
727
|
+
<pre><code>$( ".selector" ).resizable({ maxHeight: 300 });</code></pre>
|
728
|
+
</dd>
|
729
|
+
|
730
|
+
|
731
|
+
<dt>
|
732
|
+
Get or set the <code>maxHeight</code> option, after init.
|
733
|
+
</dt>
|
734
|
+
<dd>
|
735
|
+
<pre><code>//getter
|
736
|
+
var maxHeight = $( ".selector" ).resizable( "option", "maxHeight" );
|
737
|
+
//setter
|
738
|
+
$( ".selector" ).resizable( "option", "maxHeight", 300 );</code></pre>
|
739
|
+
</dd>
|
740
|
+
|
741
|
+
</dl>
|
742
|
+
</div>
|
743
|
+
</li>
|
744
|
+
|
745
|
+
|
746
|
+
<li class="option" id="option-maxWidth">
|
747
|
+
<div class="option-header">
|
748
|
+
<h3 class="option-name"><a href="#option-maxWidth">maxWidth</a></h3>
|
749
|
+
<dl>
|
750
|
+
<dt class="option-type-label">Type:</dt>
|
751
|
+
<dd class="option-type">Integer</dd>
|
752
|
+
|
753
|
+
<dt class="option-default-label">Default:</dt>
|
754
|
+
<dd class="option-default">null</dd>
|
755
|
+
|
756
|
+
</dl>
|
757
|
+
</div>
|
758
|
+
<div class="option-description">
|
759
|
+
<p>This is the maximum width the resizable should be allowed to resize to.</p>
|
760
|
+
</div>
|
761
|
+
<div class="option-examples">
|
762
|
+
<h4>Code examples</h4>
|
763
|
+
<dl class="option-examples-list">
|
764
|
+
|
765
|
+
<dt>
|
766
|
+
Initialize a resizable with the <code>maxWidth</code> option specified.
|
767
|
+
</dt>
|
768
|
+
<dd>
|
769
|
+
<pre><code>$( ".selector" ).resizable({ maxWidth: 250 });</code></pre>
|
770
|
+
</dd>
|
771
|
+
|
772
|
+
|
773
|
+
<dt>
|
774
|
+
Get or set the <code>maxWidth</code> option, after init.
|
775
|
+
</dt>
|
776
|
+
<dd>
|
777
|
+
<pre><code>//getter
|
778
|
+
var maxWidth = $( ".selector" ).resizable( "option", "maxWidth" );
|
779
|
+
//setter
|
780
|
+
$( ".selector" ).resizable( "option", "maxWidth", 250 );</code></pre>
|
781
|
+
</dd>
|
782
|
+
|
783
|
+
</dl>
|
784
|
+
</div>
|
785
|
+
</li>
|
786
|
+
|
787
|
+
|
788
|
+
<li class="option" id="option-minHeight">
|
789
|
+
<div class="option-header">
|
790
|
+
<h3 class="option-name"><a href="#option-minHeight">minHeight</a></h3>
|
791
|
+
<dl>
|
792
|
+
<dt class="option-type-label">Type:</dt>
|
793
|
+
<dd class="option-type">Integer</dd>
|
794
|
+
|
795
|
+
<dt class="option-default-label">Default:</dt>
|
796
|
+
<dd class="option-default">10</dd>
|
797
|
+
|
798
|
+
</dl>
|
799
|
+
</div>
|
800
|
+
<div class="option-description">
|
801
|
+
<p>This is the minimum height the resizable should be allowed to resize to.</p>
|
802
|
+
</div>
|
803
|
+
<div class="option-examples">
|
804
|
+
<h4>Code examples</h4>
|
805
|
+
<dl class="option-examples-list">
|
806
|
+
|
807
|
+
<dt>
|
808
|
+
Initialize a resizable with the <code>minHeight</code> option specified.
|
809
|
+
</dt>
|
810
|
+
<dd>
|
811
|
+
<pre><code>$( ".selector" ).resizable({ minHeight: 150 });</code></pre>
|
812
|
+
</dd>
|
813
|
+
|
814
|
+
|
815
|
+
<dt>
|
816
|
+
Get or set the <code>minHeight</code> option, after init.
|
817
|
+
</dt>
|
818
|
+
<dd>
|
819
|
+
<pre><code>//getter
|
820
|
+
var minHeight = $( ".selector" ).resizable( "option", "minHeight" );
|
821
|
+
//setter
|
822
|
+
$( ".selector" ).resizable( "option", "minHeight", 150 );</code></pre>
|
823
|
+
</dd>
|
824
|
+
|
825
|
+
</dl>
|
826
|
+
</div>
|
827
|
+
</li>
|
828
|
+
|
829
|
+
|
830
|
+
<li class="option" id="option-minWidth">
|
831
|
+
<div class="option-header">
|
832
|
+
<h3 class="option-name"><a href="#option-minWidth">minWidth</a></h3>
|
833
|
+
<dl>
|
834
|
+
<dt class="option-type-label">Type:</dt>
|
835
|
+
<dd class="option-type">Integer</dd>
|
836
|
+
|
837
|
+
<dt class="option-default-label">Default:</dt>
|
838
|
+
<dd class="option-default">10</dd>
|
839
|
+
|
840
|
+
</dl>
|
841
|
+
</div>
|
842
|
+
<div class="option-description">
|
843
|
+
<p>This is the minimum width the resizable should be allowed to resize to.</p>
|
844
|
+
</div>
|
845
|
+
<div class="option-examples">
|
846
|
+
<h4>Code examples</h4>
|
847
|
+
<dl class="option-examples-list">
|
848
|
+
|
849
|
+
<dt>
|
850
|
+
Initialize a resizable with the <code>minWidth</code> option specified.
|
851
|
+
</dt>
|
852
|
+
<dd>
|
853
|
+
<pre><code>$( ".selector" ).resizable({ minWidth: 75 });</code></pre>
|
854
|
+
</dd>
|
855
|
+
|
856
|
+
|
857
|
+
<dt>
|
858
|
+
Get or set the <code>minWidth</code> option, after init.
|
859
|
+
</dt>
|
860
|
+
<dd>
|
861
|
+
<pre><code>//getter
|
862
|
+
var minWidth = $( ".selector" ).resizable( "option", "minWidth" );
|
863
|
+
//setter
|
864
|
+
$( ".selector" ).resizable( "option", "minWidth", 75 );</code></pre>
|
865
|
+
</dd>
|
866
|
+
|
867
|
+
</dl>
|
868
|
+
</div>
|
869
|
+
</li>
|
870
|
+
|
871
|
+
</ul>
|
872
|
+
</div>
|
873
|
+
<div id="events">
|
874
|
+
<h2 class="top-header">Events</h2>
|
875
|
+
<ul class="events-list">
|
876
|
+
|
877
|
+
<li class="event" id="event-create">
|
878
|
+
<div class="event-header">
|
879
|
+
<h3 class="event-name"><a href="#event-create">create</a></h3>
|
880
|
+
<dl>
|
881
|
+
<dt class="event-type-label">Type:</dt>
|
882
|
+
<dd class="event-type">resizecreate</dd>
|
883
|
+
</dl>
|
884
|
+
</div>
|
885
|
+
<div class="event-description">
|
886
|
+
<p>This event is triggered when resizable is created.</p>
|
887
|
+
</div>
|
888
|
+
<div class="event-examples">
|
889
|
+
<h4>Code examples</h4>
|
890
|
+
<dl class="event-examples-list">
|
891
|
+
|
892
|
+
<dt>
|
893
|
+
Supply a callback function to handle the <code>create</code> event as an init option.
|
894
|
+
</dt>
|
895
|
+
<dd>
|
896
|
+
<pre><code>$( ".selector" ).resizable({
|
897
|
+
create: function(event, ui) { ... }
|
898
|
+
});</code></pre>
|
899
|
+
</dd>
|
900
|
+
|
901
|
+
|
902
|
+
<dt>
|
903
|
+
Bind to the <code>create</code> event by type: <code>resizecreate</code>.
|
904
|
+
</dt>
|
905
|
+
<dd>
|
906
|
+
<pre><code>$( ".selector" ).bind( "resizecreate", function(event, ui) {
|
907
|
+
...
|
908
|
+
});</code></pre>
|
909
|
+
</dd>
|
910
|
+
|
911
|
+
</dl>
|
912
|
+
</div>
|
913
|
+
</li>
|
914
|
+
|
915
|
+
|
916
|
+
<li class="event" id="event-start">
|
917
|
+
<div class="event-header">
|
918
|
+
<h3 class="event-name"><a href="#event-start">start</a></h3>
|
919
|
+
<dl>
|
920
|
+
<dt class="event-type-label">Type:</dt>
|
921
|
+
<dd class="event-type">resizestart</dd>
|
922
|
+
</dl>
|
923
|
+
</div>
|
924
|
+
<div class="event-description">
|
925
|
+
<p>This event is triggered at the start of a resize operation.</p>
|
926
|
+
</div>
|
927
|
+
<div class="event-examples">
|
928
|
+
<h4>Code examples</h4>
|
929
|
+
<dl class="event-examples-list">
|
930
|
+
|
931
|
+
<dt>
|
932
|
+
Supply a callback function to handle the <code>start</code> event as an init option.
|
933
|
+
</dt>
|
934
|
+
<dd>
|
935
|
+
<pre><code>$( ".selector" ).resizable({
|
936
|
+
start: function(event, ui) { ... }
|
937
|
+
});</code></pre>
|
938
|
+
</dd>
|
939
|
+
|
940
|
+
|
941
|
+
<dt>
|
942
|
+
Bind to the <code>start</code> event by type: <code>resizestart</code>.
|
943
|
+
</dt>
|
944
|
+
<dd>
|
945
|
+
<pre><code>$( ".selector" ).bind( "resizestart", function(event, ui) {
|
946
|
+
...
|
947
|
+
});</code></pre>
|
948
|
+
</dd>
|
949
|
+
|
950
|
+
</dl>
|
951
|
+
</div>
|
952
|
+
</li>
|
953
|
+
|
954
|
+
|
955
|
+
<li class="event" id="event-resize">
|
956
|
+
<div class="event-header">
|
957
|
+
<h3 class="event-name"><a href="#event-resize">resize</a></h3>
|
958
|
+
<dl>
|
959
|
+
<dt class="event-type-label">Type:</dt>
|
960
|
+
<dd class="event-type">resize</dd>
|
961
|
+
</dl>
|
962
|
+
</div>
|
963
|
+
<div class="event-description">
|
964
|
+
<p>This event is triggered during the resize, on the drag of the resize handler.</p>
|
965
|
+
</div>
|
966
|
+
<div class="event-examples">
|
967
|
+
<h4>Code examples</h4>
|
968
|
+
<dl class="event-examples-list">
|
969
|
+
|
970
|
+
<dt>
|
971
|
+
Supply a callback function to handle the <code>resize</code> event as an init option.
|
972
|
+
</dt>
|
973
|
+
<dd>
|
974
|
+
<pre><code>$( ".selector" ).resizable({
|
975
|
+
resize: function(event, ui) { ... }
|
976
|
+
});</code></pre>
|
977
|
+
</dd>
|
978
|
+
|
979
|
+
|
980
|
+
<dt>
|
981
|
+
Bind to the <code>resize</code> event by type: <code>resize</code>.
|
982
|
+
</dt>
|
983
|
+
<dd>
|
984
|
+
<pre><code>$( ".selector" ).bind( "resize", function(event, ui) {
|
985
|
+
...
|
986
|
+
});</code></pre>
|
987
|
+
</dd>
|
988
|
+
|
989
|
+
</dl>
|
990
|
+
</div>
|
991
|
+
</li>
|
992
|
+
|
993
|
+
|
994
|
+
<li class="event" id="event-stop">
|
995
|
+
<div class="event-header">
|
996
|
+
<h3 class="event-name"><a href="#event-stop">stop</a></h3>
|
997
|
+
<dl>
|
998
|
+
<dt class="event-type-label">Type:</dt>
|
999
|
+
<dd class="event-type">resizestop</dd>
|
1000
|
+
</dl>
|
1001
|
+
</div>
|
1002
|
+
<div class="event-description">
|
1003
|
+
<p>This event is triggered at the end of a resize operation.</p>
|
1004
|
+
</div>
|
1005
|
+
<div class="event-examples">
|
1006
|
+
<h4>Code examples</h4>
|
1007
|
+
<dl class="event-examples-list">
|
1008
|
+
|
1009
|
+
<dt>
|
1010
|
+
Supply a callback function to handle the <code>stop</code> event as an init option.
|
1011
|
+
</dt>
|
1012
|
+
<dd>
|
1013
|
+
<pre><code>$( ".selector" ).resizable({
|
1014
|
+
stop: function(event, ui) { ... }
|
1015
|
+
});</code></pre>
|
1016
|
+
</dd>
|
1017
|
+
|
1018
|
+
|
1019
|
+
<dt>
|
1020
|
+
Bind to the <code>stop</code> event by type: <code>resizestop</code>.
|
1021
|
+
</dt>
|
1022
|
+
<dd>
|
1023
|
+
<pre><code>$( ".selector" ).bind( "resizestop", function(event, ui) {
|
1024
|
+
...
|
1025
|
+
});</code></pre>
|
1026
|
+
</dd>
|
1027
|
+
|
1028
|
+
</dl>
|
1029
|
+
</div>
|
1030
|
+
</li>
|
1031
|
+
|
1032
|
+
</ul>
|
1033
|
+
</div>
|
1034
|
+
<div id="methods">
|
1035
|
+
<h2 class="top-header">Methods</h2>
|
1036
|
+
<ul class="methods-list">
|
1037
|
+
|
1038
|
+
<li class="method" id="method-destroy">
|
1039
|
+
<div class="method-header">
|
1040
|
+
<h3 class="method-name"><a href="#method-destroy">destroy</a></h3>
|
1041
|
+
<dl>
|
1042
|
+
<dt class="method-signature-label">Signature:</dt>
|
1043
|
+
<dd class="method-signature">.resizable( "destroy"
|
1044
|
+
|
1045
|
+
|
1046
|
+
|
1047
|
+
|
1048
|
+
|
1049
|
+
|
1050
|
+
|
1051
|
+
)</dd>
|
1052
|
+
</dl>
|
1053
|
+
</div>
|
1054
|
+
<div class="method-description">
|
1055
|
+
<p>Remove the resizable functionality completely. This will return the element back to its pre-init state.</p>
|
1056
|
+
</div>
|
1057
|
+
</li>
|
1058
|
+
|
1059
|
+
|
1060
|
+
<li class="method" id="method-disable">
|
1061
|
+
<div class="method-header">
|
1062
|
+
<h3 class="method-name"><a href="#method-disable">disable</a></h3>
|
1063
|
+
<dl>
|
1064
|
+
<dt class="method-signature-label">Signature:</dt>
|
1065
|
+
<dd class="method-signature">.resizable( "disable"
|
1066
|
+
|
1067
|
+
|
1068
|
+
|
1069
|
+
|
1070
|
+
|
1071
|
+
|
1072
|
+
|
1073
|
+
)</dd>
|
1074
|
+
</dl>
|
1075
|
+
</div>
|
1076
|
+
<div class="method-description">
|
1077
|
+
<p>Disable the resizable.</p>
|
1078
|
+
</div>
|
1079
|
+
</li>
|
1080
|
+
|
1081
|
+
|
1082
|
+
<li class="method" id="method-enable">
|
1083
|
+
<div class="method-header">
|
1084
|
+
<h3 class="method-name"><a href="#method-enable">enable</a></h3>
|
1085
|
+
<dl>
|
1086
|
+
<dt class="method-signature-label">Signature:</dt>
|
1087
|
+
<dd class="method-signature">.resizable( "enable"
|
1088
|
+
|
1089
|
+
|
1090
|
+
|
1091
|
+
|
1092
|
+
|
1093
|
+
|
1094
|
+
|
1095
|
+
)</dd>
|
1096
|
+
</dl>
|
1097
|
+
</div>
|
1098
|
+
<div class="method-description">
|
1099
|
+
<p>Enable the resizable.</p>
|
1100
|
+
</div>
|
1101
|
+
</li>
|
1102
|
+
|
1103
|
+
|
1104
|
+
<li class="method" id="method-option">
|
1105
|
+
<div class="method-header">
|
1106
|
+
<h3 class="method-name"><a href="#method-option">option</a></h3>
|
1107
|
+
<dl>
|
1108
|
+
<dt class="method-signature-label">Signature:</dt>
|
1109
|
+
<dd class="method-signature">.resizable( "option"
|
1110
|
+
|
1111
|
+
, optionName
|
1112
|
+
|
1113
|
+
, <span class="optional">[</span>value<span class="optional">] </span>
|
1114
|
+
|
1115
|
+
|
1116
|
+
|
1117
|
+
)</dd>
|
1118
|
+
</dl>
|
1119
|
+
</div>
|
1120
|
+
<div class="method-description">
|
1121
|
+
<p>Get or set any resizable option. If no value is specified, will act as a getter.</p>
|
1122
|
+
</div>
|
1123
|
+
</li>
|
1124
|
+
|
1125
|
+
|
1126
|
+
<li class="method" id="method-option">
|
1127
|
+
<div class="method-header">
|
1128
|
+
<h3 class="method-name"><a href="#method-option">option</a></h3>
|
1129
|
+
<dl>
|
1130
|
+
<dt class="method-signature-label">Signature:</dt>
|
1131
|
+
<dd class="method-signature">.resizable( "option"
|
1132
|
+
|
1133
|
+
, options
|
1134
|
+
|
1135
|
+
|
1136
|
+
|
1137
|
+
|
1138
|
+
|
1139
|
+
)</dd>
|
1140
|
+
</dl>
|
1141
|
+
</div>
|
1142
|
+
<div class="method-description">
|
1143
|
+
<p>Set multiple resizable options at once by providing an options object.</p>
|
1144
|
+
</div>
|
1145
|
+
</li>
|
1146
|
+
|
1147
|
+
|
1148
|
+
<li class="method" id="method-widget">
|
1149
|
+
<div class="method-header">
|
1150
|
+
<h3 class="method-name"><a href="#method-widget">widget</a></h3>
|
1151
|
+
<dl>
|
1152
|
+
<dt class="method-signature-label">Signature:</dt>
|
1153
|
+
<dd class="method-signature">.resizable( "widget"
|
1154
|
+
|
1155
|
+
|
1156
|
+
|
1157
|
+
|
1158
|
+
|
1159
|
+
|
1160
|
+
|
1161
|
+
)</dd>
|
1162
|
+
</dl>
|
1163
|
+
</div>
|
1164
|
+
<div class="method-description">
|
1165
|
+
<p>Returns the .ui-resizable element.</p>
|
1166
|
+
</div>
|
1167
|
+
</li>
|
1168
|
+
|
1169
|
+
|
1170
|
+
</ul>
|
1171
|
+
</div>
|
1172
|
+
<div id="theming">
|
1173
|
+
<h2 class="top-header">Theming</h2>
|
1174
|
+
<p>The jQuery UI Resizable 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.
|
1175
|
+
</p>
|
1176
|
+
<p>If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.resizable.css stylesheet that can be modified. These classes are highlighed in bold below.
|
1177
|
+
</p>
|
1178
|
+
|
1179
|
+
<h3>Sample markup with jQuery UI CSS Framework classes</h3>
|
1180
|
+
<div class="<strong>ui-resizable</strong>"><br />
|
1181
|
+
   <div style="-moz-user-select: none;" unselectable="on" class="<strong>ui-resizable-handle ui-resizable-e</strong>"></div><br />
|
1182
|
+
   <div style="-moz-user-select: none;" unselectable="on" class="<strong>ui-resizable-handle ui-resizable-s</strong>"></div><br />
|
1183
|
+
   <div unselectable="on" style="z-index: 1001; -moz-user-select: none;" class="<strong>ui-resizable-handle ui-resizable-se</strong> ui-icon ui-icon-gripsmall-diagonal-se"></div><br />
|
1184
|
+
</div>
|
1185
|
+
<p class="theme-note">
|
1186
|
+
<strong>
|
1187
|
+
Note: This is a sample of markup generated by the resizable plugin, not markup you should use to create a resizable. The only markup needed for that is <div></div>.
|
1188
|
+
</strong>
|
1189
|
+
</p>
|
1190
|
+
|
1191
|
+
</div>
|
1192
|
+
</div>
|
1193
|
+
|
1194
|
+
</p><!--
|
1195
|
+
Pre-expand include size: 47687 bytes
|
1196
|
+
Post-expand include size: 80197 bytes
|
1197
|
+
Template argument size: 42354 bytes
|
1198
|
+
Maximum: 2097152 bytes
|
1199
|
+
-->
|
1200
|
+
|
1201
|
+
<!-- Saved in parser cache with key jqdocs_docs:pcache:idhash:3770-1!1!0!!en!2 and timestamp 20110617203223 -->
|