RubyApp 0.6.59 → 0.6.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +12 -3
- data/lib/ruby_app/elements/mobile/document.rb +6 -6
- data/lib/ruby_app/resources/elements/mobile/document/{fastclick.js → fastclick-0.5.6.js} +10 -4
- data/lib/ruby_app/resources/elements/mobile/document/jquery-1.8.3.min.js +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/jquery-ui-1.9.2.custom.css +462 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/jquery-ui-1.9.2.custom.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/AUTHORS.txt +217 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/MIT-LICENSE.txt +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/README.md +99 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/collapsible.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/custom-icons.html +64 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/default.html +80 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/fillspace.html +72 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/hoverintent.html +133 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/index.html +20 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/no-auto-height.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/sortable.html +74 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/categories.html +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/combobox.html +211 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/custom-data.html +91 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/default.html +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/folding.html +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/jquery_32x32.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/jqueryui_32x32.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/transparent_1x1.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/index.html +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/london.xml +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/maxheight.html +71 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/multiple-remote.html +80 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/multiple.html +93 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/remote-jsonp.html +82 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/remote-with-cache.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/remote.html +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/search.php +590 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/xml.html +66 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/checkbox.html +37 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/default.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/icons.html +49 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/index.html +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/radio.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/splitbutton.html +69 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/toolbar.html +113 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/alt-field.html +29 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/animation.html +51 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/buttonbar.html +28 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/date-formats.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/date-range.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/default.html +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/dropdown-month-year.html +29 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/icon-trigger.html +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/images/calendar.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/index.html +27 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/inline.html +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/localization.html +169 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/min-max.html +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/multiple-calendars.html +29 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/other-months.html +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/show-week.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/demos.css +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/animated.html +49 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/default.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/index.html +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal-confirmation.html +47 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal-form.html +157 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal-message.html +49 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal.html +38 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/constrain-movement.html +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/cursor-style.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/default.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/delay-start.html +38 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/events.html +70 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/handle.html +41 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/index.html +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/revert.html +37 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/scroll.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/snap-to.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/sortable.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/visual-feedback.html +70 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/accepted-elements.html +53 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/default.html +46 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/index.html +20 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/photo-manager.html +182 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/propagation.html +73 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/revert.html +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/shopping-cart.html +94 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/visual-feedback.html +72 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/effect/default.html +102 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/effect/easing.html +102 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/effect/index.html +15 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/calendar.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-config-on.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-spindown-open.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/icon-docs-info.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/pbar-ani.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/menu/default.html +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/menu/icons.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/menu/index.html +15 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/cycler.html +107 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/default.html +142 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/images/earth.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/images/flight.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/images/rocket.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/index.html +15 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/animated.html +37 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/default.html +28 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/images/pbar-ani.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/index.html +16 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/resize.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/animate.html +36 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/aspect-ratio.html +35 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/constrain-area.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/default.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/delay-start.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/helper.html +36 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/index.html +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/max-min.html +38 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/snap-to-grid.html +35 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/synchronous-resize.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/textarea.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/visual-feedback.html +36 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/default.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/display-grid.html +48 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/index.html +16 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/serialize.html +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/colorpicker.html +87 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/default.html +27 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/hotelrooms.html +49 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/index.html +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/multiple-vertical.html +69 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/range-vertical.html +41 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/range.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/rangemax.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/rangemin.html +41 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/side-scroll.html +132 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/slider-vertical.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/steps.html +41 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/connect-lists-through-tabs.html +72 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/connect-lists.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/default.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/delay-start.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/display-grid.html +48 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/empty-lists.html +63 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/index.html +22 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/items.html +64 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/placeholder.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/portlets.html +90 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/currency.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/decimal.html +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/default.html +64 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/index.html +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/latlong.html +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/overflow.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/time.html +74 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax.html +46 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content1.html +4 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content2.html +4 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content3-slow.php +7 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content4-broken.php +3 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/bottom.html +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/collapsible.html +48 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/default.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/index.html +20 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/manipulation.html +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/mouseover.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/sortable.html +51 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/vertical.html +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/ajax/content1.html +1 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/ajax/content2.html +1 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/custom-animation.html +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/custom-content.html +83 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/custom-style.html +95 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/default.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/forms.html +65 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/images/st-stephens.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/images/tower-bridge.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/index.html +20 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/tracking.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/video-player.html +117 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/widget/default.html +178 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/widget/index.html +14 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/accordion.html +499 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/autocomplete.html +590 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/blind-effect.html +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/bounce-effect.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/button.html +283 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/clip-effect.html +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/datepicker.html +965 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/dialog.html +955 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/draggable.html +750 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/drop-effect.html +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/droppable.html +557 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/explode-effect.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/fade-effect.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/fold-effect.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/highlight-effect.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/jQuery.widget.html +611 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/menu.html +679 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/mouse.html +239 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/position.html +116 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/progressbar.html +328 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/puff-effect.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/pulsate-effect.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/resizable.html +694 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/scale-effect.html +82 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/selectable.html +509 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/shake-effect.html +66 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/size-effect.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/slide-effect.html +59 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/slider.html +595 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/sortable.html +1469 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/spinner.html +589 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/tabs.html +644 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/tooltip.html +478 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/transfer-effect.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/globalize.culture.de-DE.js +81 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/globalize.culture.ja-JP.js +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/globalize.js +1573 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.bgiframe-2.1.2.js +39 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.cookie.js +89 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.metadata.js +122 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.mousewheel.js +84 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jshint.js +4835 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/qunit.css +235 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/qunit.js +1977 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/grunt.js +348 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/jquery-1.8.3.js +9472 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/package.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery-ui.css +461 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.accordion.css +16 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.all.css +12 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.autocomplete.css +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.base.css +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.button.css +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.core.css +39 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.datepicker.css +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.dialog.css +22 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.menu.css +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.progressbar.css +12 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.resizable.css +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.selectable.css +11 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.slider.css +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.spinner.css +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.tabs.css +18 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.theme.css +248 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.tooltip.css +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery-ui.min.css +10 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.accordion.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.autocomplete.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.button.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.core.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.datepicker.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.dialog.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.menu.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.progressbar.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.resizable.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.selectable.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.slider.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.spinner.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.tabs.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.theme.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.tooltip.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery-ui.css +462 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.accordion.css +16 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.all.css +12 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.autocomplete.css +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.base.css +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.button.css +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.core.css +39 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.datepicker.css +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.dialog.css +22 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.menu.css +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.progressbar.css +12 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.resizable.css +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.selectable.css +11 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.slider.css +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.spinner.css +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.tabs.css +18 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.theme.css +248 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.tooltip.css +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery-ui.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.accordion.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.autocomplete.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.button.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.core.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.datepicker.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.dialog.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.menu.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.progressbar.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.resizable.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.selectable.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.slider.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.spinner.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.tabs.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.theme.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.tooltip.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.accordion.jquery.json +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.autocomplete.jquery.json +59 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.button.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.core.jquery.json +51 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.datepicker.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.dialog.jquery.json +60 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.draggable.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.droppable.jquery.json +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-blind.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-bounce.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-clip.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-drop.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-explode.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-fade.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-fold.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-highlight.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-pulsate.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-scale.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-shake.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-slide.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-transfer.jquery.json +53 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect.jquery.json +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.menu.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.mouse.jquery.json +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.position.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.progressbar.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.resizable.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.selectable.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.slider.jquery.json +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.sortable.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.spinner.jquery.json +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.tabs.jquery.json +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.tooltip.jquery.json +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.widget.jquery.json +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery-ui-i18n.js +1675 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-da.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-de.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-el.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-es.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js +59 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-he.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-id.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-is.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-it.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-km.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-mk.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl-BE.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js +22 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-th.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery-ui.custom.js +14879 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.accordion.js +731 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.autocomplete.js +602 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.button.js +418 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.core.js +356 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.datepicker.js +1846 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.dialog.js +858 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.draggable.js +836 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.droppable.js +294 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-blind.js +82 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-bounce.js +113 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-clip.js +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-drop.js +65 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-explode.js +97 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-fade.js +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-fold.js +76 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-highlight.js +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-pulsate.js +63 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-scale.js +318 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-shake.js +74 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-slide.js +64 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-transfer.js +47 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect.js +1276 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.menu.js +610 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.mouse.js +169 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.position.js +517 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.progressbar.js +105 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.resizable.js +801 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.selectable.js +261 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.slider.js +644 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.sortable.js +1096 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.spinner.js +478 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.tabs.js +1366 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.tooltip.js +398 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.widget.js +528 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery-ui-i18n.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-af.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-az.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bg.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bs.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ca.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cs.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-da.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-de.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-el.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eo.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-es.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-et.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eu.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fa.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fi.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fo.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-gl.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-he.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hi.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hr.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hu.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hy.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-id.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-is.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-it.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ja.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ka.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-kk.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-km.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ko.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lb.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lt.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lv.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-mk.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ml.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ms.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-no.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pl.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-rm.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ro.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ru.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sk.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sl.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sq.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sv.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ta.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-th.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tj.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tr.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-uk.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-vi.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery-ui.custom.min.js +6 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.accordion.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.autocomplete.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.button.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.core.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.datepicker.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.dialog.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.draggable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.droppable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-blind.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-bounce.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-clip.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-drop.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-explode.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-fade.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-fold.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-highlight.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-pulsate.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-scale.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-shake.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-slide.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-transfer.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.menu.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.mouse.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.position.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.progressbar.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.resizable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.selectable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.slider.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.sortable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.spinner.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.tabs.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.tooltip.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.widget.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/index.html +447 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/js/jquery-1.8.3.js +9472 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.js +14879 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.min.js +6 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/ajax-loader.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/ajax-loader.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-18-black.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-18-white.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-36-black.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-36-white.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile-1.1.0.css +2053 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.structure-1.1.0.css +946 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.structure-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.theme-1.1.0.css +1167 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.theme-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/css/jqm-docs.css +359 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/ios_icon.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/ios_startup.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/jqm-sitebg.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/jquery-logo.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/mobile-devices.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/px-ccc.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/themroller-mobile-logo.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/version.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/js/_viewsource.js +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/js/jqm-docs.js +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/accessibility.html +70 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/features.html +77 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/getting-started.html +171 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/index.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/intro.html +70 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/platforms.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/data-attributes.html +530 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/events-nav.html +557 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/events.html +514 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/globalconfig.html +181 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/index.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/mediahelpers.html +133 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/methods.html +597 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/themes.html +291 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/api-buttons.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-events.html +92 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-grouped.html +112 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-icons.html +247 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-inline.html +99 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-methods.html +98 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-options.html +153 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-themes.html +130 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-types.html +119 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/index.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/dialogTransition.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/iOSFullscreen.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/index.html +86 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/jq17b1.html +37 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/loadingMessage.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/loadingMessageTextVisible.html +84 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/minScrollBack.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/pageLoadErrorMessage.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/pageTransition.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/pushState.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/touchOverflow.html +51 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/api-content.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-events.html +109 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-methods.html +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-options.html +178 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set-events.html +89 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set-methods.html +80 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set-options.html +112 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set.html +198 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible.html +226 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-grids.html +193 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-html.html +144 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-themes.html +144 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/index.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/events.html +104 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/index.html +189 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/options.html +98 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/docs-forms.html +267 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all-compare.html +263 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all-mini.html +245 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all-native.html +250 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all.html +247 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-sample-response.php +81 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-sample-selfsubmit.php +80 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-sample.html +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-themes.html +408 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/index.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/plugin-eventsmethods.html +73 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/events.html +106 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/index.html +225 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/options.html +98 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/events.html +103 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/index.html +141 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/methods.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/options.html +113 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/custom.html +424 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/events.html +105 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/index.html +418 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/methods.html +126 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/options.html +173 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/events.html +104 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/index.html +179 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/options.html +131 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/events.html +104 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/index.html +210 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/options.html +123 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/events.html +103 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/index.html +244 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/methods.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/options.html +117 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/index.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/docs-lists.html +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-af.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-ag.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-bb.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-bk.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-hc.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-k.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-mg.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-ok.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-p.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-rh.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-ws.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-xx.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/de.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/fi.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/gb.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/gf.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/sj.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/us.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/index.html +72 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-all-full.html +174 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-count.html +83 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-divider.html +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-events.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-formatting.html +135 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-forms-inset.html +249 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-forms.html +249 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-icons.html +89 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-inset.html +175 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-nested.html +194 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-ol.html +98 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-options.html +222 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-performance.html +578 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-readonly-inset.html +171 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-readonly.html +173 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search-filtertext.html +94 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search-inset.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search-with-dividers.html +113 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-split-purchase.html +35 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-split.html +147 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-themes.html +264 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-thumbnails.html +135 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-ul.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/nav.html +296 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-alt.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-buttons.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-overlay.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-success.html +31 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-with-select.html +118 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/docs-links-urltest/index.html +28 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/animals.html +27 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/category.php +150 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/colors.html +31 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/index.html +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/sample-reuse-page-external.html +121 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/sample-reuse-page.html +197 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/vehicles.html +27 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/index.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/multipage-template.html +83 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-anatomy.html +225 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-cache.html +125 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-customtransitions.html +297 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-dialogs.html +129 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-dynamic.html +300 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-links.html +147 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-navmodel.html +182 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-scripting.html +156 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-template.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-titles.html +82 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-transitions-dialog.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-transitions-page.html +69 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-transitions.html +174 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes.html +150 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-a.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-b.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-c.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-d.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-e.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/phonegap.html +115 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/touchoverflow.html +127 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/transition-success.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-events.html +84 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-a.html +299 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-b.html +129 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-c.html +129 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-d.html +153 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-e.html +153 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-f.html +129 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-g.html +231 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-h.html +135 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-methods.html +134 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-options.html +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed.html +231 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fullscreen.html +68 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-themes.html +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-bars.html +85 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-footers.html +153 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-headers.html +216 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-navbar.html +318 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-a.html +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-b.html +140 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-c.html +121 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-d.html +92 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/09-chat2.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/100-coffee.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/18-envelope.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/19-gear.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/21-skull.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/30-key.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/34-coffee.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/88-beermug.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/Read me first - license.txt +13 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/images/photo-run.jpeg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/index.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/index.html +76 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/js/jquery.js +9272 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/js/jquery.mobile-1.1.0.js +7551 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/js/jquery.mobile-1.1.0.min.js +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/ajax-loader.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/ajax-loader.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-18-black.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-18-white.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-36-black.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-36-white.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.css +2053 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.js +7551 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.min.js +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.structure-1.1.0.css +946 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.structure-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.theme-1.1.0.css +1167 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.theme-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/{jquery.ui.touch-punch.min.js → jquery.ui.touch-punch-0.2.2.min.js} +0 -0
- data/lib/ruby_app/scripts/phantom.js +6 -1
- data/lib/ruby_app/version.rb +1 -1
- metadata +869 -6
@@ -0,0 +1,108 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
6
|
+
<title>jQuery Mobile Docs - Checkboxes</title>
|
7
|
+
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile-1.1.0.css" />
|
8
|
+
<link rel="stylesheet" href="../../_assets/css/jqm-docs.css"/>
|
9
|
+
<script src="../../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
10
|
+
<script src="../../../js/jquery.js"></script>
|
11
|
+
<script src="../../../docs/_assets/js/jqm-docs.js"></script>
|
12
|
+
<script src="../../../js/jquery.mobile-1.1.0.js"></script>
|
13
|
+
|
14
|
+
</head>
|
15
|
+
<body>
|
16
|
+
|
17
|
+
<div data-role="page" class="type-interior">
|
18
|
+
|
19
|
+
<div data-role="header" data-theme="f">
|
20
|
+
<h1>Checkboxes</h1>
|
21
|
+
<a href="../../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
|
22
|
+
<a href="../../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
|
23
|
+
</div><!-- /header -->
|
24
|
+
|
25
|
+
<div data-role="content">
|
26
|
+
<div class="content-primary">
|
27
|
+
|
28
|
+
<form action="#" method="get">
|
29
|
+
|
30
|
+
<h2>Checkboxes</h2>
|
31
|
+
|
32
|
+
<ul data-role="controlgroup" data-type="horizontal" class="localnav">
|
33
|
+
<li><a href="index.html" data-role="button" data-transition="fade">Basics</a></li>
|
34
|
+
<li><a href="options.html" data-role="button" data-transition="fade">Options</a></li>
|
35
|
+
<li><a href="methods.html" data-role="button" data-transition="fade" class="ui-btn-active">Methods</a></li>
|
36
|
+
<li><a href="events.html" data-role="button" data-transition="fade">Events</a></li>
|
37
|
+
</ul>
|
38
|
+
|
39
|
+
<p>The checkbox has the following methods:</p>
|
40
|
+
|
41
|
+
<dl>
|
42
|
+
|
43
|
+
<dt><code>enable</code> enable a disabled checkbox</dt>
|
44
|
+
<dd>
|
45
|
+
<pre><code>
|
46
|
+
$("input[type='checkbox']").checkboxradio('enable');
|
47
|
+
</code></pre>
|
48
|
+
</dd>
|
49
|
+
|
50
|
+
<dt><code>disable</code> disable a select.</dt>
|
51
|
+
<dd>
|
52
|
+
<pre><code>
|
53
|
+
$("input[type='checkbox']").checkboxradio('disable');
|
54
|
+
</code></pre>
|
55
|
+
</dd>
|
56
|
+
|
57
|
+
<dt><code>refresh</code> update the custom select</dt>
|
58
|
+
<dd>
|
59
|
+
If you manipulate a checkbox via JavaScript, you must call the refresh method on it to update the visual styling.
|
60
|
+
<pre><code>
|
61
|
+
$("input[type='checkbox']:first").attr("checked",true).checkboxradio("refresh");
|
62
|
+
</code></pre>
|
63
|
+
</dd>
|
64
|
+
|
65
|
+
</dl>
|
66
|
+
|
67
|
+
</form>
|
68
|
+
</div><!--/content-primary -->
|
69
|
+
|
70
|
+
<div class="content-secondary">
|
71
|
+
|
72
|
+
<div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
|
73
|
+
|
74
|
+
<h3>More in this section</h3>
|
75
|
+
|
76
|
+
<ul data-role="listview" data-theme="c" data-dividertheme="d">
|
77
|
+
|
78
|
+
<li data-role="list-divider">Form elements</li>
|
79
|
+
<li><a href="../docs-forms.html">Form basics</a></li>
|
80
|
+
<li><a href="../forms-all.html">Form element gallery</a></li>
|
81
|
+
<li><a href="../forms-all-mini.html">Mini form element gallery</a></li>
|
82
|
+
<li><a href="../textinputs/index.html">Text inputs</a></li>
|
83
|
+
<li><a href="../search/">Search input</a></li>
|
84
|
+
<li><a href="../slider/">Slider</a></li>
|
85
|
+
<li><a href="../switch/">Flip toggle switch</a></li>
|
86
|
+
<li><a href="../radiobuttons/">Radio buttons</a></li>
|
87
|
+
<li data-theme="a"><a href="index.html">Checkboxes</a></li>
|
88
|
+
<li><a href="../selects/">Select menus</a></li>
|
89
|
+
<li><a href="../forms-themes.html">Theming forms</a></li>
|
90
|
+
<li><a href="../forms-all-native.html">Native form elements</a></li>
|
91
|
+
<li><a href="../forms-sample.html">Submitting forms</a></li>
|
92
|
+
|
93
|
+
|
94
|
+
</ul>
|
95
|
+
</div>
|
96
|
+
</div>
|
97
|
+
|
98
|
+
</div><!-- /content -->
|
99
|
+
|
100
|
+
<div data-role="footer" class="footer-docs" data-theme="c">
|
101
|
+
<p>© 2011-12 The jQuery Foundation</p>
|
102
|
+
</div>
|
103
|
+
|
104
|
+
</div><!-- /page -->
|
105
|
+
|
106
|
+
</body>
|
107
|
+
</html>
|
108
|
+
|
@@ -0,0 +1,98 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
6
|
+
<title>jQuery Mobile Docs - Checkboxes</title>
|
7
|
+
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile-1.1.0.css" />
|
8
|
+
<link rel="stylesheet" href="../../_assets/css/jqm-docs.css"/>
|
9
|
+
<script src="../../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
10
|
+
<script src="../../../js/jquery.js"></script>
|
11
|
+
<script src="../../../docs/_assets/js/jqm-docs.js"></script>
|
12
|
+
<script src="../../../js/jquery.mobile-1.1.0.js"></script>
|
13
|
+
|
14
|
+
</head>
|
15
|
+
<body>
|
16
|
+
|
17
|
+
<div data-role="page" class="type-interior">
|
18
|
+
|
19
|
+
<div data-role="header" data-theme="f">
|
20
|
+
<h1>Checkboxes</h1>
|
21
|
+
<a href="../../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
|
22
|
+
<a href="../../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
|
23
|
+
</div><!-- /header -->
|
24
|
+
|
25
|
+
<div data-role="content">
|
26
|
+
<div class="content-primary">
|
27
|
+
|
28
|
+
<form action="#" method="get">
|
29
|
+
|
30
|
+
<h2>Checkboxes</h2>
|
31
|
+
|
32
|
+
<ul data-role="controlgroup" data-type="horizontal" class="localnav">
|
33
|
+
<li><a href="index.html" data-role="button" data-transition="fade">Basics</a></li>
|
34
|
+
<li><a href="options.html" data-role="button" data-transition="fade" class="ui-btn-active">Options</a></li>
|
35
|
+
<li><a href="methods.html" data-role="button" data-transition="fade">Methods</a></li>
|
36
|
+
<li><a href="events.html" data-role="button" data-transition="fade">Events</a></li>
|
37
|
+
</ul>
|
38
|
+
|
39
|
+
<p>The checkbox has the following options:</p>
|
40
|
+
|
41
|
+
<dl>
|
42
|
+
<dt><code>mini</code> <em>boolean</em></dt>
|
43
|
+
<dd>
|
44
|
+
<p class="default">default: false</p>
|
45
|
+
<p>Sets the size of the element to a more compact, <a href="../forms-all-mini.html">mini version</a>. This option is also exposed as a data attribute: <code>data-mini="true"</code></p>
|
46
|
+
<pre><code>$("input[type='checkbox']").checkboxradio(<strong>{ mini: "true" }</strong>);</code></pre>
|
47
|
+
</dd>
|
48
|
+
<dt><code>theme</code> <em>string</em></dt>
|
49
|
+
<dd>
|
50
|
+
<p class="default">default: null, inherited from parent</p>
|
51
|
+
<p>Sets the color scheme (swatch) for all instances of this widget. It accepts a single letter from a-z that maps to the swatches included in your theme. By default, it will inherit the same swatch color as it's parent container if not explicitly set. This option is also exposed as a data attribute: <code>data-theme="a"</code></p>
|
52
|
+
<pre><code>$("input[type='checkbox']").checkboxradio(<strong>{ theme: "a" }</strong>);</code></pre>
|
53
|
+
</dd>
|
54
|
+
|
55
|
+
</dl>
|
56
|
+
|
57
|
+
</form>
|
58
|
+
</div><!--/content-primary -->
|
59
|
+
|
60
|
+
<div class="content-secondary">
|
61
|
+
|
62
|
+
<div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
|
63
|
+
|
64
|
+
<h3>More in this section</h3>
|
65
|
+
|
66
|
+
<ul data-role="listview" data-theme="c" data-dividertheme="d">
|
67
|
+
|
68
|
+
<li data-role="list-divider">Form elements</li>
|
69
|
+
<li><a href="../docs-forms.html">Form basics</a></li>
|
70
|
+
<li><a href="../forms-all.html">Form element gallery</a></li>
|
71
|
+
<li><a href="../forms-all-mini.html">Mini form element gallery</a></li>
|
72
|
+
<li><a href="../textinputs/index.html">Text inputs</a></li>
|
73
|
+
<li><a href="../search/">Search input</a></li>
|
74
|
+
<li><a href="../slider/">Slider</a></li>
|
75
|
+
<li><a href="../switch/">Flip toggle switch</a></li>
|
76
|
+
<li><a href="../radiobuttons/">Radio buttons</a></li>
|
77
|
+
<li data-theme="a"><a href="index.html">Checkboxes</a></li>
|
78
|
+
<li><a href="../selects/">Select menus</a></li>
|
79
|
+
<li><a href="../forms-themes.html">Theming forms</a></li>
|
80
|
+
<li><a href="../forms-all-native.html">Native form elements</a></li>
|
81
|
+
<li><a href="../forms-sample.html">Submitting forms</a></li>
|
82
|
+
|
83
|
+
|
84
|
+
</ul>
|
85
|
+
</div>
|
86
|
+
</div>
|
87
|
+
|
88
|
+
</div><!-- /content -->
|
89
|
+
|
90
|
+
<div data-role="footer" class="footer-docs" data-theme="c">
|
91
|
+
<p>© 2011-12 The jQuery Foundation</p>
|
92
|
+
</div>
|
93
|
+
|
94
|
+
</div><!-- /page -->
|
95
|
+
|
96
|
+
</body>
|
97
|
+
</html>
|
98
|
+
|
@@ -0,0 +1,267 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
6
|
+
<title>jQuery Mobile Docs - Forms</title>
|
7
|
+
<link rel="stylesheet" href="../../css/themes/default/jquery.mobile-1.1.0.css" />
|
8
|
+
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
|
9
|
+
|
10
|
+
<script src="../../js/jquery.js"></script>
|
11
|
+
<script src="../../docs/_assets/js/jqm-docs.js"></script>
|
12
|
+
<script src="../../js/jquery.mobile-1.1.0.js"></script>
|
13
|
+
|
14
|
+
</head>
|
15
|
+
<body>
|
16
|
+
|
17
|
+
<div data-role="page" class="type-interior">
|
18
|
+
|
19
|
+
<div data-role="header" data-theme="f">
|
20
|
+
<h1>Forms</h1>
|
21
|
+
<a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
|
22
|
+
<a href="../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
|
23
|
+
</div><!-- /header -->
|
24
|
+
|
25
|
+
<div data-role="content">
|
26
|
+
<div class="content-primary">
|
27
|
+
<p>jQuery Mobile provides a complete set of finger-friendly form elements that are based on native HTML form elements.</p>
|
28
|
+
|
29
|
+
<h2>Form structure</h2>
|
30
|
+
|
31
|
+
<p>All forms should be wrapped in a <code>form</code> tag that has an <code>action</code> and <code>method</code> that will handle the form data processing on the server.</p>
|
32
|
+
|
33
|
+
<code>
|
34
|
+
<form action="form.php" method="post">
|
35
|
+
...
|
36
|
+
</form>
|
37
|
+
</code>
|
38
|
+
|
39
|
+
|
40
|
+
<h2>Markup conventions</h2>
|
41
|
+
<p>When constructing forms to be used in jQuery Mobile, most of the standard guidelines used to create forms that submit via ordinary HTTP POST or GET still apply. Additionally, the <code>id</code> attributes of form controls need to be not only unique on a given page, but also unique across the pages in a site. This is because jQuery Mobile's single-page navigation model allows many different "pages" to be present in the DOM at the same time. You must be careful to use unique <code>id</code> attributes so there will be only one of each in the DOM. Be sure to pair them properly with <code>label</code> elements via the <code>for</code> attribute.</p>
|
42
|
+
|
43
|
+
<h2>Mini sized elements</h2>
|
44
|
+
|
45
|
+
<p>For a more compact version of all form elements and buttons, add the <code>data-mini="true"</code> attribute to the element to create a <a href="forms-all-mini.html">mini version</a>. This is useful in toolbars and tight spaces but is still finger-friendly. It's possible to add this attribute to a fieldcontainer to set this on a number of elements at once.</p>
|
46
|
+
|
47
|
+
<pre><code>
|
48
|
+
<label for="basic">Text Input:</label>
|
49
|
+
<input type="text" name="name" id="basic" <strong>data-mini="true"</strong> />
|
50
|
+
</code></pre>
|
51
|
+
|
52
|
+
<p>This will produce an input that is not as tall as the standard version and has a smaller text size.</p>
|
53
|
+
<label for="mini">Text Input:</label>
|
54
|
+
<input type="text" name="name" id="mini" value="" data-mini="true" />
|
55
|
+
|
56
|
+
<h2>Hiding labels accessibly</h2>
|
57
|
+
<p>For the sake of accessibility, jQuery Mobile requires that all form elements be paired with a meaningful <code>label</code>. To hide labels in a way that leaves them visible to assistive technologies—for example, when letting an element’s <code>placeholder</code> attribute serve as a label—apply the helper class <code>ui-hidden-accessible</code> to the label itself:</p>
|
58
|
+
<code>
|
59
|
+
<pre>
|
60
|
+
<label for="username" <strong>class="ui-hidden-accessible"</strong>>Username:</label>
|
61
|
+
<input type="text" name="username" id="username" value="" placeholder="Username"/>
|
62
|
+
</pre>
|
63
|
+
</code>
|
64
|
+
|
65
|
+
<p>To hide labels within a field container and adjust the layout accordingly, add the class <code>ui-hide-label</code> to the field container as in the following:</p>
|
66
|
+
|
67
|
+
<code>
|
68
|
+
<pre>
|
69
|
+
<div data-role="fieldcontain" <strong>class="ui-hide-label"</strong>>
|
70
|
+
<label for="username">Username:</label>
|
71
|
+
<input type="text" name="username" id="username" value="" placeholder="Username"/>
|
72
|
+
</div>
|
73
|
+
</pre>
|
74
|
+
</code>
|
75
|
+
|
76
|
+
<p>Both of the above examples will render as:</p>
|
77
|
+
<div data-role="fieldcontain" class="ui-hide-label">
|
78
|
+
<label for="username">Username:</label>
|
79
|
+
<input type="text" name="username" id="username" value="" placeholder="Username" />
|
80
|
+
</div>
|
81
|
+
|
82
|
+
<p>While the label will no longer be visible, it will be available to assisitive technologies such as screen readers.</p>
|
83
|
+
|
84
|
+
|
85
|
+
<h2>Disabling form elements</h2>
|
86
|
+
<p>All jQuery Mobile widgets can be disabled in the markup by adding the standard <code>disabled</code> attribute to the element, just like you would with native controls. Each form widget also has standard <code>disable</code> and <code>enable</code> methods that are documented with each form widget. Here are a few examples of disabled widgets: </p>
|
87
|
+
|
88
|
+
<div data-role="fieldcontain">
|
89
|
+
<label for="foo">Text Input:</label>
|
90
|
+
<input type="text" name="name" id="foo" value="" disabled />
|
91
|
+
</div>
|
92
|
+
|
93
|
+
<div data-role="fieldcontain">
|
94
|
+
<fieldset data-role="controlgroup">
|
95
|
+
<legend>Gender:</legend>
|
96
|
+
<input type="radio" name="gender" id="radio-female" value="f" disabled />
|
97
|
+
<label for="radio-female">Female</label>
|
98
|
+
|
99
|
+
<input type="radio" name="gender" id="radio-male" value="m" disabled />
|
100
|
+
<label for="radio-male">Male</label>
|
101
|
+
</fieldset>
|
102
|
+
</div>
|
103
|
+
|
104
|
+
<div data-role="fieldcontain">
|
105
|
+
<label for="flip-s">Server status:</label>
|
106
|
+
<select name="flip-s" id="flip-s" data-role="slider" disabled >
|
107
|
+
<option value="off">Off</option>
|
108
|
+
<option value="on">On</option>
|
109
|
+
</select>
|
110
|
+
</div>
|
111
|
+
|
112
|
+
<div data-role="fieldcontain">
|
113
|
+
<label for="slider">Max bandwidth:</label>
|
114
|
+
<input type="range" name="slider" id="slider" value="0" min="0" max="100" disabled />
|
115
|
+
</div>
|
116
|
+
|
117
|
+
<div data-role="fieldcontain">
|
118
|
+
<label for="select-choice-x" class="select">Shipping:</label>
|
119
|
+
<select name="select-shipper" id="select-choice-x" disabled>
|
120
|
+
<option></option>
|
121
|
+
<option value="standard">Standard</option>
|
122
|
+
<option value="rush">Rush</option>
|
123
|
+
<option value="express">Express</option>
|
124
|
+
<option value="overnight">Overnight</option>
|
125
|
+
</select>
|
126
|
+
</div>
|
127
|
+
|
128
|
+
<p>Note that you can disable buttons created from <code>button</code> or <code>input</code>-based markup, but not links with a role of button. Links don't have a parallel disabled feature in HTML, but if you need to disable a link-based button (or any element), it's possible to apply the disabled class <code>ui-disabled</code> yourself with JavaScript to achieve the same effect. </p>
|
129
|
+
|
130
|
+
<h2>Field containers</h2>
|
131
|
+
<p>To improve the styling of labels and form elements on wider screens, wrap a <code>div</code> or <code>fieldset </code>with the <code> data-role="fieldcontain"</code> attribute around each label/form element. This framework aligns the input and associated label side-by-side, and breaks to stacked block-level elements below ~480px. The framework will also add a thin bottom border to act as a field separator.</p>
|
132
|
+
|
133
|
+
<h2>Forms in toolbars</h2>
|
134
|
+
<p>While all form elements are now tested to work correctly within <em>static</em> toolbars as of jQuery Mobile 1.1, we recommend extensive testing when using form elements within <em>fixed</em> toolbars or within any <code>position: fixed</code> elements. This can potentially trigger a number of unpredictable issues in various mobile browsers, Android 2.2/2.3 in particular (detailed in <a href="http://jqm.dev/docs/toolbars/bars-fixed.html">Known issues in Android 2.2/2.3</a>).</p>
|
135
|
+
|
136
|
+
<p>For example:</p>
|
137
|
+
<pre><code>
|
138
|
+
<div data-role="fieldcontain">
|
139
|
+
<label for="name">Text Input:</label>
|
140
|
+
<input type="text" name="name" id="name" value="" />
|
141
|
+
</div>
|
142
|
+
</code></pre>
|
143
|
+
|
144
|
+
<p>Will render as:</p>
|
145
|
+
|
146
|
+
<div data-role="fieldcontain">
|
147
|
+
<label for="name">Text Input:</label>
|
148
|
+
<input type="text" name="name" id="name" value="" />
|
149
|
+
</div>
|
150
|
+
|
151
|
+
<p>For additional examples, see the <a href="forms-all.html">form elements gallery</a></p>
|
152
|
+
|
153
|
+
|
154
|
+
<h2>Auto-initialization of form elements</h2>
|
155
|
+
<p>By default, jQuery Mobile will automatically enhance certain native form controls into rich touch-friendly components. This is handled internally by finding form elements by tag name and running a plugin method on them. For instance, a <code>select</code> element will be found and initialized with the "selectmenu" plugin, while an <code>input</code> element with a <code>type="checkbox"</code> will be enhanced with the "checkboxradio" plugin. Once initialized, you can address these enhanced components programmatically through their jQuery UI widget API methods. See options, methods, and events listed on each form plugin's documentation page for details. </p>
|
156
|
+
|
157
|
+
<h2>Initializing groups of dynamically-injected form elements</h2>
|
158
|
+
<p>If you should generate new markup client-side or load in content via AJAX and inject it into a page, you can trigger the <code>create</code> event to handle the auto-initialization for all the plugins contained within the new markup. This can be triggered on any element (even the page div itself), saving you the task of manually initializing each plugin (see below).</p>
|
159
|
+
|
160
|
+
<p>For example, if a block of HTML markup (say a login form) was loaded in through Ajax, trigger the create event to automatically transform all the widgets it contains (inputs and buttons in this case) into the enhanced versions. The code for this scenario would be:</p>
|
161
|
+
|
162
|
+
<code>
|
163
|
+
$( ...new markup that contains widgets... ).appendTo( ".ui-page" ).trigger( "create" );
|
164
|
+
</code>
|
165
|
+
|
166
|
+
<h2>Refreshing form elements</h2>
|
167
|
+
|
168
|
+
<p>In jQuery Mobile, some enhanced form controls are simply styled (inputs), but others are custom controls (selects, sliders) built from, and kept in sync with, the native control. To programmatically update a form control with JavaScript, first manipulate the native control, then use the <code>refresh</code> method to tell the enhanced control to update itself to match the new state. Here are some examples of how to update common form controls, then call the <code>refresh</code> method:</p>
|
169
|
+
<h4>Checkboxes:</h4>
|
170
|
+
|
171
|
+
<code>
|
172
|
+
$("input[type='checkbox']").prop("checked",true).checkboxradio("refresh");
|
173
|
+
</code>
|
174
|
+
|
175
|
+
<h4>Radios:</h4>
|
176
|
+
<code>
|
177
|
+
$("input[type='radio']").prop("checked",true).checkboxradio("refresh");
|
178
|
+
</code>
|
179
|
+
|
180
|
+
<h4>Selects:</h4>
|
181
|
+
<code><pre>
|
182
|
+
var myselect = $("#selectfoo");
|
183
|
+
myselect[0].selectedIndex = 3;
|
184
|
+
myselect.selectmenu("refresh");
|
185
|
+
</pre></code>
|
186
|
+
|
187
|
+
<h4>Sliders:</h4>
|
188
|
+
<code>
|
189
|
+
$("input[type='range']").val(60).slider("refresh");
|
190
|
+
</code>
|
191
|
+
|
192
|
+
<h4>Flip switches (they use slider):</h4>
|
193
|
+
|
194
|
+
<code><pre>
|
195
|
+
var myswitch = $("#selectbar");
|
196
|
+
myswitch[0].selectedIndex = 1;
|
197
|
+
myswitch.slider("refresh");
|
198
|
+
</pre></code>
|
199
|
+
|
200
|
+
<h2>Preventing auto-initialization of form elements</h2>
|
201
|
+
<p>If you'd prefer that a particular form control be left untouched by jQuery Mobile, simply give that element the attribute <code> data-role="none"</code>. For example:</p>
|
202
|
+
<pre><code>
|
203
|
+
<label for="foo">
|
204
|
+
<select name="foo" id="foo" <strong> data-role="none"</strong>>
|
205
|
+
<option value="a" >A</option>
|
206
|
+
<option value="b" >B</option>
|
207
|
+
<option value="c" >C</option>
|
208
|
+
</select>
|
209
|
+
</code></pre>
|
210
|
+
|
211
|
+
|
212
|
+
<p>If you'd like to prevent auto-initialization without adding attributes to your markup, you can customize the selector that is used for preventing auto-initialization by setting the page plugin's <code>keepNative</code> option (which defaults to <code>[data-role="none"]</code>). Be sure to configure this option inside an event handler bound to the <code>mobileinit</code> event, so that it applies to the first page as well as subsequent pages that are loaded.</p>
|
213
|
+
<pre><code>
|
214
|
+
$(document).bind('mobileinit',function(){
|
215
|
+
<strong>$.mobile.page.prototype.options.keepNative = "select, input.foo, textarea.bar";</strong>
|
216
|
+
});
|
217
|
+
</code></pre>
|
218
|
+
|
219
|
+
<p>Alternately you can use the <code>data-enhance="false"</code> data attribute on a parent element with <code>$.mobile.ignoreContentEnabled</code> set to true. Beware though, this will incur a performance penalty for each and every element in the page that would otherwise be enhanced as jQuery Mobile must traverse the set of parents to look for those elements.</p>
|
220
|
+
|
221
|
+
<p>One special case is that of selects. The above sample will prevent any and all augmentation from taking place on select elements in the page if <code>select</code> is included. If you wish to retain the native performance and appearance of the menu itself and benefit from the visual augmentation of the select button by jQuery Mobile, you can set <code>$.mobile.selectmenu.prototype.options.nativeMenu</code> to true in a <code>mobileinit</code> callback as a global setting or use <code>data-native-menu="true"</code> on a case by case basis.</p>
|
222
|
+
|
223
|
+
|
224
|
+
<h2>File Inputs</h2>
|
225
|
+
<p>Using a multipart form with a file input is not supported by ajax. In this case you should decorate the parent form with <code>data-ajax="false"</code> to ensure the form is submitted properly to the server.</p>
|
226
|
+
|
227
|
+
|
228
|
+
</div><!--/content-primary -->
|
229
|
+
|
230
|
+
<div class="content-secondary">
|
231
|
+
|
232
|
+
<div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
|
233
|
+
|
234
|
+
<h3>More in this section</h3>
|
235
|
+
|
236
|
+
<ul data-role="listview" data-theme="c" data-dividertheme="d">
|
237
|
+
|
238
|
+
<li data-role="list-divider">Form elements</li>
|
239
|
+
<li data-theme="a"><a href="docs-forms.html">Form basics</a></li>
|
240
|
+
<li><a href="forms-all.html">Form element gallery</a></li>
|
241
|
+
<li><a href="forms-all-mini.html">Mini form element gallery</a></li>
|
242
|
+
<li><a href="textinputs/">Text inputs</a></li>
|
243
|
+
<li><a href="search/">Search inputs</a></li>
|
244
|
+
<li><a href="slider/">Slider</a></li>
|
245
|
+
<li><a href="switch/">Flip toggle switch</a></li>
|
246
|
+
<li><a href="radiobuttons/">Radio buttons</a></li>
|
247
|
+
<li><a href="checkboxes/">Checkboxes</a></li>
|
248
|
+
<li><a href="selects/">Select menus</a></li>
|
249
|
+
<li><a href="forms-themes.html">Theming forms</a></li>
|
250
|
+
<li><a href="forms-all-native.html">Native form elements</a></li>
|
251
|
+
<li><a href="forms-sample.html">Submitting forms</a></li>
|
252
|
+
|
253
|
+
|
254
|
+
</ul>
|
255
|
+
</div>
|
256
|
+
</div>
|
257
|
+
|
258
|
+
</div><!-- /content -->
|
259
|
+
|
260
|
+
<div data-role="footer" class="footer-docs" data-theme="c">
|
261
|
+
<p>© 2011-12 The jQuery Foundation</p>
|
262
|
+
</div>
|
263
|
+
|
264
|
+
</div><!-- /page -->
|
265
|
+
|
266
|
+
</body>
|
267
|
+
</html>
|