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 - Lists Overview</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>Lists</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
|
+
<h2>List views</h2>
|
28
|
+
|
29
|
+
<ul data-role="controlgroup" data-type="horizontal" class="localnav">
|
30
|
+
<li><a href="docs-lists.html" data-role="button" data-transition="fade">Basics</a></li>
|
31
|
+
<li><a href="lists-options.html" data-role="button" data-transition="fade">Options</a></li>
|
32
|
+
<li><a href="lists-methods.html" data-role="button" data-transition="fade" class="ui-btn-active">Methods</a></li>
|
33
|
+
<li><a href="lists-events.html" data-role="button" data-transition="fade">Events</a></li>
|
34
|
+
</ul>
|
35
|
+
|
36
|
+
<p>The listview plugin has the following methods:</p>
|
37
|
+
|
38
|
+
<dl>
|
39
|
+
<dt><code>childPages</code> retrieve the sub-pages</dt>
|
40
|
+
<dd>
|
41
|
+
<p>This method returns a jQuery object containing all the immediate child pages of a nested list.</p>
|
42
|
+
|
43
|
+
<pre><code>
|
44
|
+
$('.selector').listview('childPages');
|
45
|
+
</code></pre>
|
46
|
+
</dd>
|
47
|
+
|
48
|
+
<dt><code>refresh</code> update the listview</dt>
|
49
|
+
<dd>
|
50
|
+
<p>If you manipulate a listview via JavaScript (e.g. add new LI elements), you must call the refresh method on it to update the visual styling.</p>
|
51
|
+
|
52
|
+
<pre><code>
|
53
|
+
$('.selector').listview('refresh');
|
54
|
+
</code></pre>
|
55
|
+
</dd>
|
56
|
+
|
57
|
+
</dl>
|
58
|
+
|
59
|
+
</div><!--/content-primary -->
|
60
|
+
|
61
|
+
<div class="content-secondary">
|
62
|
+
|
63
|
+
<div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
|
64
|
+
|
65
|
+
<h3>More in this section</h3>
|
66
|
+
|
67
|
+
<ul data-role="listview" data-theme="c" data-dividertheme="d">
|
68
|
+
|
69
|
+
<li data-role="list-divider">List views</li>
|
70
|
+
<li data-theme="a"><a href="docs-lists.html">List basics & API</a></li>
|
71
|
+
<li><a href="lists-ul.html">Basic linked list</a></li>
|
72
|
+
<li><a href="lists-nested.html">Nested list</a></li>
|
73
|
+
<li><a href="lists-ol.html">Numbered list</a></li>
|
74
|
+
|
75
|
+
<li><a href="lists-split.html">Split button list</a></li>
|
76
|
+
<li><a href="lists-divider.html">List dividers</a></li>
|
77
|
+
<li><a href="lists-count.html">Count bubble</a></li>
|
78
|
+
<li><a href="lists-thumbnails.html">Thumbnails</a></li>
|
79
|
+
<li><a href="lists-icons.html">Icons</a></li>
|
80
|
+
<li><a href="lists-formatting.html">Content formatting</a></li>
|
81
|
+
<li><a href="lists-search.html">Search filter bar</a></li>
|
82
|
+
<li><a href="lists-search-inset.html">Inset search filter bar</a></li>
|
83
|
+
<li><a href="lists-search-with-dividers.html">Search filter bar with dividers</a></li>
|
84
|
+
<li><a href="lists-search-filtertext.html">Search filter hidden data</a></li>
|
85
|
+
|
86
|
+
<li><a href="lists-readonly.html">Read-only lists</a></li>
|
87
|
+
<li><a href="lists-readonly-inset.html">Read-only inset lists</a></li>
|
88
|
+
<li><a href="lists-forms.html">Lists with forms</a></li>
|
89
|
+
<li><a href="lists-forms-inset.html">Inset lists with forms</a></li>
|
90
|
+
|
91
|
+
<li><a href="lists-inset.html">Inset styled lists</a></li>
|
92
|
+
<li><a href="lists-performance.html">List performance test</a></li>
|
93
|
+
<li><a href="lists-themes.html">Theming lists</a></li>
|
94
|
+
|
95
|
+
</ul>
|
96
|
+
</div>
|
97
|
+
</div>
|
98
|
+
|
99
|
+
</div><!-- /content -->
|
100
|
+
|
101
|
+
<div data-role="footer" class="footer-docs" data-theme="c">
|
102
|
+
<p>© 2011-12 The jQuery Foundation</p>
|
103
|
+
</div>
|
104
|
+
|
105
|
+
</div><!-- /page -->
|
106
|
+
|
107
|
+
</body>
|
108
|
+
</html>
|
@@ -0,0 +1,194 @@
|
|
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 - Nested Lists</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>Nested list</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
|
+
<ul data-role="listview">
|
28
|
+
<li>
|
29
|
+
<h3>Animals</h3>
|
30
|
+
<p>All your favorites from aarkvarks to zebras.</p>
|
31
|
+
|
32
|
+
<ul>
|
33
|
+
<li>Pets
|
34
|
+
<ul>
|
35
|
+
<li><a href="index.html">Canary</a></li>
|
36
|
+
<li><a href="index.html">Cat</a></li>
|
37
|
+
<li><a href="index.html">Dog</a></li>
|
38
|
+
<li><a href="index.html">Gerbil</a></li>
|
39
|
+
<li><a href="index.html">Iguana</a></li>
|
40
|
+
<li><a href="index.html">Mouse</a></li>
|
41
|
+
</ul>
|
42
|
+
</li>
|
43
|
+
<li>Farm animals
|
44
|
+
<ul>
|
45
|
+
<li><a href="index.html">Chicken</a></li>
|
46
|
+
<li><a href="index.html">Cow</a></li>
|
47
|
+
<li><a href="index.html">Duck</a></li>
|
48
|
+
<li><a href="index.html">Horse</a></li>
|
49
|
+
<li><a href="index.html">Pig</a></li>
|
50
|
+
<li><a href="index.html">Sheep</a></li>
|
51
|
+
</ul>
|
52
|
+
</li>
|
53
|
+
<li>Wild animals
|
54
|
+
<ul>
|
55
|
+
<li><a href="index.html">Aardvark</a></li>
|
56
|
+
<li><a href="index.html">Alligator</a></li>
|
57
|
+
<li><a href="index.html">Ant</a></li>
|
58
|
+
<li><a href="index.html">Bear</a></li>
|
59
|
+
<li><a href="index.html">Beaver</a></li>
|
60
|
+
<li><a href="index.html">Cougar</a></li>
|
61
|
+
<li><a href="index.html">Dingo</a></li>
|
62
|
+
<li><a href="index.html">Eagle</a></li>
|
63
|
+
<li><a href="index.html">Elephant</a></li>
|
64
|
+
<li><a href="index.html">Ferret</a></li>
|
65
|
+
<li><a href="index.html">Frog</a></li>
|
66
|
+
<li><a href="index.html">Giraffe</a></li>
|
67
|
+
<li><a href="index.html">Lion</a></li>
|
68
|
+
<li><a href="index.html">Monkey</a></li>
|
69
|
+
<li><a href="index.html">Panda bear</a></li>
|
70
|
+
<li><a href="index.html">Polar bear</a></li>
|
71
|
+
<li><a href="index.html">Tiger</a></li>
|
72
|
+
<li><a href="index.html">Zebra</a></li>
|
73
|
+
</ul>
|
74
|
+
</li>
|
75
|
+
</ul>
|
76
|
+
</li>
|
77
|
+
<li>
|
78
|
+
|
79
|
+
<h3>Colors</h3>
|
80
|
+
<p>Fresh colors from the magic rainbow.</p>
|
81
|
+
|
82
|
+
<ul>
|
83
|
+
<li><a href="index.html">Blue</a></li>
|
84
|
+
<li><a href="index.html">Green</a></li>
|
85
|
+
<li><a href="index.html">Orange</a></li>
|
86
|
+
<li><a href="index.html">Purple</a></li>
|
87
|
+
<li><a href="index.html">Red</a></li>
|
88
|
+
<li><a href="index.html">Yellow</a></li>
|
89
|
+
<li><a href="index.html">Violet</a></li>
|
90
|
+
</ul>
|
91
|
+
</li>
|
92
|
+
<li>
|
93
|
+
<h3>Vehicles</h3>
|
94
|
+
<p>Everything from cars to planes.</p>
|
95
|
+
|
96
|
+
<ul>
|
97
|
+
<li>Cars
|
98
|
+
<ul>
|
99
|
+
<li><a href="index.html">Acura</a></li>
|
100
|
+
<li><a href="index.html">Audi</a></li>
|
101
|
+
<li><a href="index.html">BMW</a></li>
|
102
|
+
<li><a href="index.html">Cadillac</a></li>
|
103
|
+
<li><a href="index.html">Chrysler</a></li>
|
104
|
+
<li><a href="index.html">Dodge</a></li>
|
105
|
+
<li><a href="index.html">Ferrari</a></li>
|
106
|
+
<li><a href="index.html">Ford</a></li>
|
107
|
+
<li><a href="index.html">GMC</a></li>
|
108
|
+
<li><a href="index.html">Honda</a></li>
|
109
|
+
<li><a href="index.html">Hyundai</a></li>
|
110
|
+
<li><a href="index.html">Infiniti</a></li>
|
111
|
+
<li><a href="index.html">Jeep</a></li>
|
112
|
+
<li><a href="index.html">Kia</a></li>
|
113
|
+
<li><a href="index.html">Lexus</a></li>
|
114
|
+
<li><a href="index.html">Mini</a></li>
|
115
|
+
<li><a href="index.html">Nissan</a></li>
|
116
|
+
<li><a href="index.html">Porsche</a></li>
|
117
|
+
<li><a href="index.html">Subaru</a></li>
|
118
|
+
<li><a href="index.html">Toyota</a></li>
|
119
|
+
<li><a href="index.html">Volkswagon</a></li>
|
120
|
+
<li><a href="index.html">Volvo</a></li>
|
121
|
+
</ul>
|
122
|
+
</li>
|
123
|
+
<li>Planes
|
124
|
+
<ul>
|
125
|
+
<li><a href="index.html">Boeing</a></li>
|
126
|
+
<li><a href="index.html">Cessna</a></li>
|
127
|
+
<li><a href="index.html">Derringer</a></li>
|
128
|
+
<li><a href="index.html">Embraer</a></li>
|
129
|
+
<li><a href="index.html">Gulfstream</a></li>
|
130
|
+
<li><a href="index.html">Piper Aircraft</a></li>
|
131
|
+
<li><a href="index.html">Raytheon</a></li>
|
132
|
+
</ul>
|
133
|
+
</li>
|
134
|
+
<li>Construction
|
135
|
+
<ul>
|
136
|
+
<li><a href="index.html">Caterpillar</a></li>
|
137
|
+
<li><a href="index.html">Ford</a></li>
|
138
|
+
<li><a href="index.html">John Deere</a></li>
|
139
|
+
|
140
|
+
</ul>
|
141
|
+
</li>
|
142
|
+
</ul>
|
143
|
+
</li>
|
144
|
+
</ul>
|
145
|
+
</div><!--/content-primary -->
|
146
|
+
|
147
|
+
<div class="content-secondary">
|
148
|
+
|
149
|
+
<div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
|
150
|
+
|
151
|
+
<h3>More in this section</h3>
|
152
|
+
|
153
|
+
<ul data-role="listview" data-theme="c" data-dividertheme="d">
|
154
|
+
|
155
|
+
<li data-role="list-divider">List views</li>
|
156
|
+
<li><a href="docs-lists.html">List basics & API</a></li>
|
157
|
+
<li><a href="lists-ul.html">Basic linked list</a></li>
|
158
|
+
<li data-theme="a"><a href="lists-nested.html">Nested list</a></li>
|
159
|
+
<li><a href="lists-ol.html">Numbered list</a></li>
|
160
|
+
|
161
|
+
<li><a href="lists-split.html">Split button list</a></li>
|
162
|
+
<li><a href="lists-divider.html">List dividers</a></li>
|
163
|
+
<li><a href="lists-count.html">Count bubble</a></li>
|
164
|
+
<li><a href="lists-thumbnails.html">Thumbnails</a></li>
|
165
|
+
<li><a href="lists-icons.html">Icons</a></li>
|
166
|
+
<li><a href="lists-formatting.html">Content formatting</a></li>
|
167
|
+
<li><a href="lists-search.html">Search filter bar</a></li>
|
168
|
+
<li><a href="lists-search-inset.html">Inset search filter bar</a></li>
|
169
|
+
<li><a href="lists-search-with-dividers.html">Search filter bar with dividers</a></li>
|
170
|
+
<li><a href="lists-search-filtertext.html">Search filter hidden data</a></li>
|
171
|
+
|
172
|
+
<li><a href="lists-readonly.html">Read-only lists</a></li>
|
173
|
+
<li><a href="lists-readonly-inset.html">Read-only inset lists</a></li>
|
174
|
+
<li><a href="lists-forms.html">Lists with forms</a></li>
|
175
|
+
<li><a href="lists-forms-inset.html">Inset lists with forms</a></li>
|
176
|
+
|
177
|
+
<li><a href="lists-inset.html">Inset styled lists</a></li>
|
178
|
+
<li><a href="lists-performance.html">List performance test</a></li>
|
179
|
+
<li><a href="lists-themes.html">Theming lists</a></li>
|
180
|
+
|
181
|
+
</ul>
|
182
|
+
</div>
|
183
|
+
</div>
|
184
|
+
|
185
|
+
</div><!-- /content -->
|
186
|
+
|
187
|
+
<div data-role="footer" class="footer-docs" data-theme="c">
|
188
|
+
<p>© 2011-12 The jQuery Foundation</p>
|
189
|
+
</div>
|
190
|
+
|
191
|
+
</div><!-- /page -->
|
192
|
+
|
193
|
+
</body>
|
194
|
+
</html>
|
@@ -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 - Ordered Lists</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>Numbered list</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
|
+
<ol data-role="listview">
|
28
|
+
<li><a href="index.html">The Godfather</a></li>
|
29
|
+
<li><a href="index.html">Inception</a></li>
|
30
|
+
<li><a href="index.html">The Good, the Bad and the Ugly </a></li>
|
31
|
+
<li><a href="index.html">Pulp Fiction</a></li>
|
32
|
+
<li><a href="index.html">Schindler's List</a></li>
|
33
|
+
<li><a href="index.html">12 Angry Men</a></li>
|
34
|
+
<li><a href="index.html">One Flew Over the Cuckoo's Nest</a></li>
|
35
|
+
<li><a href="index.html">Star Wars: Episode V - The Empire Strikes Back</a></li>
|
36
|
+
<li><a href="index.html">The Dark Knight</a></li>
|
37
|
+
<li><a href="index.html">The Lord of the Rings: The Return of the King</a></li>
|
38
|
+
<li><a href="index.html">Seven Samurai</a></li>
|
39
|
+
<li><a href="index.html">Star Wars: Episode IV - A New Hope</a></li>
|
40
|
+
<li><a href="index.html">Casablanca</a></li>
|
41
|
+
<li><a href="index.html">Goodfellas </a></li>
|
42
|
+
<li><a href="index.html">Toy Story 3</a></li>
|
43
|
+
<li><a href="index.html">Fight Club</a></li>
|
44
|
+
<li><a href="index.html">City of God</a></li>
|
45
|
+
<li><a href="index.html">The Lord of the Rings: The Fellowship of the Ring</a></li>
|
46
|
+
<li><a href="index.html">The Big Lebowski</a></li>
|
47
|
+
<li><a href="index.html">Psycho</a></li>
|
48
|
+
</ol>
|
49
|
+
</div><!--/content-primary -->
|
50
|
+
|
51
|
+
<div class="content-secondary">
|
52
|
+
|
53
|
+
<div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
|
54
|
+
|
55
|
+
<h3>More in this section</h3>
|
56
|
+
|
57
|
+
<ul data-role="listview" data-theme="c" data-dividertheme="d">
|
58
|
+
|
59
|
+
<li data-role="list-divider">List views</li>
|
60
|
+
<li><a href="docs-lists.html">List basics & API</a></li>
|
61
|
+
<li><a href="lists-ul.html">Basic linked list</a></li>
|
62
|
+
<li><a href="lists-nested.html">Nested list</a></li>
|
63
|
+
<li data-theme="a"><a href="lists-ol.html">Numbered list</a></li>
|
64
|
+
|
65
|
+
<li><a href="lists-split.html">Split button list</a></li>
|
66
|
+
<li><a href="lists-divider.html">List dividers</a></li>
|
67
|
+
<li><a href="lists-count.html">Count bubble</a></li>
|
68
|
+
<li><a href="lists-thumbnails.html">Thumbnails</a></li>
|
69
|
+
<li><a href="lists-icons.html">Icons</a></li>
|
70
|
+
<li><a href="lists-formatting.html">Content formatting</a></li>
|
71
|
+
<li><a href="lists-search.html">Search filter bar</a></li>
|
72
|
+
<li><a href="lists-search-inset.html">Inset search filter bar</a></li>
|
73
|
+
<li><a href="lists-search-with-dividers.html">Search filter bar with dividers</a></li>
|
74
|
+
<li><a href="lists-search-filtertext.html">Search filter hidden data</a></li>
|
75
|
+
|
76
|
+
<li><a href="lists-readonly.html">Read-only lists</a></li>
|
77
|
+
<li><a href="lists-readonly-inset.html">Read-only inset lists</a></li>
|
78
|
+
<li><a href="lists-forms.html">Lists with forms</a></li>
|
79
|
+
<li><a href="lists-forms-inset.html">Inset lists with forms</a></li>
|
80
|
+
|
81
|
+
<li><a href="lists-inset.html">Inset styled lists</a></li>
|
82
|
+
<li><a href="lists-performance.html">List performance test</a></li>
|
83
|
+
<li><a href="lists-themes.html">Theming lists</a></li>
|
84
|
+
|
85
|
+
</ul>
|
86
|
+
</div>
|
87
|
+
</div>
|
88
|
+
|
89
|
+
</div><!-- /content -->
|
90
|
+
|
91
|
+
<div data-role="footer" class="footer-docs" data-theme="c">
|
92
|
+
<p>© 2011-12 The jQuery Foundation</p>
|
93
|
+
</div>
|
94
|
+
|
95
|
+
</div><!-- /page -->
|
96
|
+
|
97
|
+
</body>
|
98
|
+
</html>
|
@@ -0,0 +1,222 @@
|
|
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 - Lists Overview</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>Lists</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
|
+
<h2>List views</h2>
|
28
|
+
|
29
|
+
<ul data-role="controlgroup" data-type="horizontal" class="localnav">
|
30
|
+
<li><a href="docs-lists.html" data-role="button" data-transition="fade">Basics</a></li>
|
31
|
+
<li><a href="lists-options.html" data-role="button" data-transition="fade" class="ui-btn-active">Options</a></li>
|
32
|
+
<li><a href="lists-methods.html" data-role="button" data-transition="fade">Methods</a></li>
|
33
|
+
<li><a href="lists-events.html" data-role="button" data-transition="fade">Events</a></li>
|
34
|
+
</ul>
|
35
|
+
|
36
|
+
<p>The listview plugin has the following options:</p>
|
37
|
+
|
38
|
+
<dl>
|
39
|
+
<dt><code>countTheme</code> <em>string</em></dt>
|
40
|
+
<dd>
|
41
|
+
<p class="default">default: "c"</p>
|
42
|
+
<p>Sets the color scheme (swatch) for list item <a href="lists-count.html">count bubbles</a>. It accepts a single letter from a-z that maps to the swatches included in your theme. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
|
43
|
+
<pre><code>$( document ).bind( "mobileinit", function(){
|
44
|
+
<strong>$.mobile.listview.prototype.options.countTheme = "a";</strong>
|
45
|
+
});
|
46
|
+
</code></pre>
|
47
|
+
<p>This option is also exposed as a data attribute: <code>data-count-theme="a"</code>.</p>
|
48
|
+
</dd>
|
49
|
+
|
50
|
+
<dt><code>dividerTheme</code> <em>string</em></dt>
|
51
|
+
<dd>
|
52
|
+
<p class="default">default: "b"</p>
|
53
|
+
<p>Sets the color scheme (swatch) for list <a href="lists-divider.html">dividers</a>. It accepts a single letter from a-z that maps to the swatches included in your theme. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
|
54
|
+
<pre><code>$( document ).bind( "mobileinit", function(){
|
55
|
+
<strong>$.mobile.listview.prototype.options.dividerTheme = "a";</strong>
|
56
|
+
});
|
57
|
+
</code></pre>
|
58
|
+
<p>This option is also exposed as a data attribute: <code>data-dividertheme="a"</code>.</p>
|
59
|
+
</dd>
|
60
|
+
|
61
|
+
<dt><code>filter</code> <em>boolean</em></dt>
|
62
|
+
<dd>
|
63
|
+
<p class="default">default: false</p>
|
64
|
+
<p>Adds a <a href="lists-search.html">search filter bar</a> to listviews. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
|
65
|
+
<pre><code>$( document ).bind( "mobileinit", function(){
|
66
|
+
<strong>$.mobile.listview.prototype.options.filter = true;</strong>
|
67
|
+
});
|
68
|
+
</code></pre>
|
69
|
+
<p>This option is also exposed as a data attribute: <code>data-filter="true"</code>.</p>
|
70
|
+
</dd>
|
71
|
+
|
72
|
+
<dt><code>filterCallback</code> <em>function</em></dt>
|
73
|
+
<dd>
|
74
|
+
<p>The function to determine which rows to hide when the <a href="lists-search.html">search filter</a> textbox changes. The function accepts two arguments -- the text of the list item (or <code>data-filtertext</code> value if present), and the search string. Return <code>true</code> to hide the item, <code>false</code> to leave it visible. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
|
75
|
+
<pre><code>$( document ).bind( "mobileinit", function(){
|
76
|
+
<strong>$.mobile.listview.prototype.options.filterCallback = function( text, searchValue ) {
|
77
|
+
// only show items that *begin* with the search string
|
78
|
+
return text.toLowerCase().substring( 0, searchValue.length ) !== searchValue;
|
79
|
+
};</strong>
|
80
|
+
});
|
81
|
+
</code></pre>
|
82
|
+
</dd>
|
83
|
+
|
84
|
+
<dt><code>filterPlaceholder</code> <em>string</em></dt>
|
85
|
+
<dd>
|
86
|
+
<p class="default">default: "Filter items..."</p>
|
87
|
+
<p>The placeholder text used in <a href="lists-search.html">search filter bars</a>. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
|
88
|
+
<pre><code>$( document ).bind( "mobileinit", function(){
|
89
|
+
<strong>$.mobile.listview.prototype.options.filterPlaceholder = "Search...";</strong>
|
90
|
+
});
|
91
|
+
</code></pre>
|
92
|
+
<p>This option is also exposed as a data attribute: <code>data-filter-placeholder="Search..."</code>.</p>
|
93
|
+
</dd>
|
94
|
+
|
95
|
+
<dt><code>filterTheme</code> <em>string</em></dt>
|
96
|
+
<dd>
|
97
|
+
<p class="default">default: "c"</p>
|
98
|
+
<p>Sets the color scheme (swatch) for the <a href="lists-search.html">search filter bar</a>. It accepts a single letter from a-z that maps to the swatches included in your theme. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
|
99
|
+
<pre><code>$( document ).bind( "mobileinit", function(){
|
100
|
+
<strong>$.mobile.listview.prototype.options.filterTheme = "a";</strong>
|
101
|
+
});
|
102
|
+
</code></pre>
|
103
|
+
<p>This option is also exposed as a data attribute: <code>data-filter-theme="a"</code>.</p>
|
104
|
+
</dd>
|
105
|
+
|
106
|
+
<dt><code>headerTheme</code> <em>string</em></dt>
|
107
|
+
<dd>
|
108
|
+
<p class="default">default: "b"</p>
|
109
|
+
<p>Sets the color scheme (swatch) for headers of <a href="lists-nested.html">nested list</a> sub pages. It accepts a single letter from a-z that maps to the swatches included in your theme. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
|
110
|
+
<pre><code>$( document ).bind( "mobileinit", function(){
|
111
|
+
<strong>$.mobile.listview.prototype.options.headerTheme = "a";</strong>
|
112
|
+
});
|
113
|
+
</code></pre>
|
114
|
+
<p>This option is also exposed as a data attribute: <code>data-header-theme="a"</code>.</p>
|
115
|
+
</dd>
|
116
|
+
|
117
|
+
<dt><code>initSelector</code> <em>CSS selector string</em></dt>
|
118
|
+
<dd>
|
119
|
+
<p class="default">default: ":jqmData(role='listview')"</p>
|
120
|
+
<p>This is used to define the selectors (element types, data roles, etc.) that will automatically be initialized as list views. To change which elements are initialized, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
|
121
|
+
<pre><code>$( document ).bind( "mobileinit", function(){
|
122
|
+
<strong>$.mobile.listview.prototype.options.initSelector = ".mylistview";</strong>
|
123
|
+
});
|
124
|
+
</code></pre>
|
125
|
+
</dd>
|
126
|
+
|
127
|
+
<dt><code>inset</code> <em>boolean</em></dt>
|
128
|
+
<dd>
|
129
|
+
<p class="default">default: false</p>
|
130
|
+
<p>Adds <a href="lists-inset.html">inset list</a> styles. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
|
131
|
+
<pre><code>$( document ).bind( "mobileinit", function(){
|
132
|
+
<strong>$.mobile.listview.prototype.options.inset = true;</strong>
|
133
|
+
});
|
134
|
+
</code></pre>
|
135
|
+
<p>This option is also exposed as a data attribute: <code>data-inset="true"</code>.</p>
|
136
|
+
</dd>
|
137
|
+
|
138
|
+
<dt><code>splitIcon</code> <em>string</em></dt>
|
139
|
+
<dd>
|
140
|
+
<p class="default">default: "arrow-r"</p>
|
141
|
+
<p>Applies an icon from the <a href="../buttons/buttons-icons.html">icon set</a> to all <a href="lists-split.html">split list buttons</a>. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
|
142
|
+
<pre><code>$( document ).bind( "mobileinit", function(){
|
143
|
+
<strong>$.mobile.listview.prototype.options.splitIcon = "a";</strong>
|
144
|
+
});
|
145
|
+
</code></pre>
|
146
|
+
<p>This option is also exposed as a data attribute: <code>data-split-icon="a"</code>.</p>
|
147
|
+
</dd>
|
148
|
+
|
149
|
+
<dt><code>splitTheme</code> <em>string</em></dt>
|
150
|
+
<dd>
|
151
|
+
<p class="default">default: "b"</p>
|
152
|
+
<p>Sets the color scheme (swatch) for <a href="lists-split.html">split list buttons</a>. It accepts a single letter from a-z that maps to the swatches included in your theme. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
|
153
|
+
<pre><code>$( document ).bind( "mobileinit", function(){
|
154
|
+
<strong>$.mobile.listview.prototype.options.splitTheme = "a";</strong>
|
155
|
+
});
|
156
|
+
</code></pre>
|
157
|
+
<p>This option is also exposed as a data attribute: <code>data-split-theme="a"</code>.</p>
|
158
|
+
</dd>
|
159
|
+
|
160
|
+
<dt><code>theme</code> <em>string</em></dt>
|
161
|
+
<dd>
|
162
|
+
<p class="default">default: null, inherited from parent</p>
|
163
|
+
<p>Sets the color scheme (swatch) for 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 its parent container if not explicitly set. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
|
164
|
+
<pre><code>$( document ).bind( "mobileinit", function(){
|
165
|
+
<strong>$.mobile.listview.prototype.options.theme = "a";</strong>
|
166
|
+
});
|
167
|
+
</code></pre>
|
168
|
+
<p>This option is also exposed as a data attribute: <code>data-theme="a"</code>.</p>
|
169
|
+
</dd>
|
170
|
+
|
171
|
+
</dl>
|
172
|
+
|
173
|
+
</div><!--/content-primary -->
|
174
|
+
|
175
|
+
<div class="content-secondary">
|
176
|
+
|
177
|
+
<div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
|
178
|
+
|
179
|
+
<h3>More in this section</h3>
|
180
|
+
|
181
|
+
<ul data-role="listview" data-theme="c" data-dividertheme="d">
|
182
|
+
|
183
|
+
<li data-role="list-divider">List views</li>
|
184
|
+
<li data-theme="a"><a href="docs-lists.html">List basics & API</a></li>
|
185
|
+
<li><a href="lists-ul.html">Basic linked list</a></li>
|
186
|
+
<li><a href="lists-nested.html">Nested list</a></li>
|
187
|
+
<li><a href="lists-ol.html">Numbered list</a></li>
|
188
|
+
|
189
|
+
<li><a href="lists-split.html">Split button list</a></li>
|
190
|
+
<li><a href="lists-divider.html">List dividers</a></li>
|
191
|
+
<li><a href="lists-count.html">Count bubble</a></li>
|
192
|
+
<li><a href="lists-thumbnails.html">Thumbnails</a></li>
|
193
|
+
<li><a href="lists-icons.html">Icons</a></li>
|
194
|
+
<li><a href="lists-formatting.html">Content formatting</a></li>
|
195
|
+
<li><a href="lists-search.html">Search filter bar</a></li>
|
196
|
+
<li><a href="lists-search-inset.html">Inset search filter bar</a></li>
|
197
|
+
<li><a href="lists-search-with-dividers.html">Search filter bar with dividers</a></li>
|
198
|
+
<li><a href="lists-search-filtertext.html">Search filter hidden data</a></li>
|
199
|
+
|
200
|
+
<li><a href="lists-readonly.html">Read-only lists</a></li>
|
201
|
+
<li><a href="lists-readonly-inset.html">Read-only inset lists</a></li>
|
202
|
+
<li><a href="lists-forms.html">Lists with forms</a></li>
|
203
|
+
<li><a href="lists-forms-inset.html">Inset lists with forms</a></li>
|
204
|
+
|
205
|
+
<li><a href="lists-inset.html">Inset styled lists</a></li>
|
206
|
+
<li><a href="lists-performance.html">List performance test</a></li>
|
207
|
+
<li><a href="lists-themes.html">Theming lists</a></li>
|
208
|
+
|
209
|
+
</ul>
|
210
|
+
</div>
|
211
|
+
</div>
|
212
|
+
|
213
|
+
</div><!-- /content -->
|
214
|
+
|
215
|
+
<div data-role="footer" class="footer-docs" data-theme="c">
|
216
|
+
<p>© 2011-12 The jQuery Foundation</p>
|
217
|
+
</div>
|
218
|
+
|
219
|
+
</div><!-- /page -->
|
220
|
+
|
221
|
+
</body>
|
222
|
+
</html>
|