lpmp 1.0.0
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/LICENSE +3 -0
- data/README +3 -0
- data/Rakefile +45 -0
- data/bin/lpmp +107 -0
- data/config/help.yaml +1 -0
- data/config/hosts.yaml +2 -0
- data/config/log.yaml +1 -0
- data/config/memcache.yaml +5 -0
- data/erb/index.erb +62 -0
- data/lib/bg_pull/caichen.rb +199 -0
- data/lib/bg_pull/lpmp.rb +45 -0
- data/lib/exception.rb +8 -0
- data/lib/lpmp.rb +53 -0
- data/lib/pull/lpmp.rb +355 -0
- data/lib/remote_lmp.rb +129 -0
- data/lib/utils.rb +14 -0
- data/lib/xq_push/caichen.rb +174 -0
- data/lib/xq_push/lpmp.rb +96 -0
- data/log/lpmp1st.log +1 -0
- data/public/css/ext-portal.css +40 -0
- data/public/css/lpmp.css +6 -0
- data/public/designer/caichen.epj +1 -0
- data/public/designer/hostmonitor.epj +1 -0
- data/public/ext-3.0.0/INCLUDE_ORDER.txt +35 -0
- data/public/ext-3.0.0/adapter/ext/ext-base-debug.js +3589 -0
- data/public/ext-3.0.0/adapter/ext/ext-base.js +7 -0
- data/public/ext-3.0.0/adapter/jquery/ext-jquery-adapter-debug.js +2292 -0
- data/public/ext-3.0.0/adapter/jquery/ext-jquery-adapter.js +7 -0
- data/public/ext-3.0.0/adapter/prototype/ext-prototype-adapter-debug.js +2346 -0
- data/public/ext-3.0.0/adapter/prototype/ext-prototype-adapter.js +7 -0
- data/public/ext-3.0.0/adapter/yui/ext-yui-adapter-debug.js +2136 -0
- data/public/ext-3.0.0/adapter/yui/ext-yui-adapter.js +7 -0
- data/public/ext-3.0.0/ext-all-debug.js +65610 -0
- data/public/ext-3.0.0/ext-all.js +11 -0
- data/public/ext-3.0.0/license.txt +42 -0
- data/public/ext-3.0.0/pkgs/cmp-foundation-debug.js +11287 -0
- data/public/ext-3.0.0/pkgs/cmp-foundation.js +7 -0
- data/public/ext-3.0.0/pkgs/data-foundation-debug.js +3853 -0
- data/public/ext-3.0.0/pkgs/data-foundation.js +7 -0
- data/public/ext-3.0.0/pkgs/data-grouping-debug.js +139 -0
- data/public/ext-3.0.0/pkgs/data-grouping.js +7 -0
- data/public/ext-3.0.0/pkgs/data-json-debug.js +582 -0
- data/public/ext-3.0.0/pkgs/data-json.js +7 -0
- data/public/ext-3.0.0/pkgs/data-list-views-debug.js +1278 -0
- data/public/ext-3.0.0/pkgs/data-list-views.js +7 -0
- data/public/ext-3.0.0/pkgs/data-xml-debug.js +234 -0
- data/public/ext-3.0.0/pkgs/data-xml.js +7 -0
- data/public/ext-3.0.0/pkgs/direct-debug.js +1121 -0
- data/public/ext-3.0.0/pkgs/direct.js +7 -0
- data/public/ext-3.0.0/pkgs/ext-dd-debug.js +4567 -0
- data/public/ext-3.0.0/pkgs/ext-dd.js +7 -0
- data/public/ext-3.0.0/pkgs/ext-foundation-debug.js +13417 -0
- data/public/ext-3.0.0/pkgs/ext-foundation.js +7 -0
- data/public/ext-3.0.0/pkgs/pkg-buttons-debug.js +1060 -0
- data/public/ext-3.0.0/pkgs/pkg-buttons.js +7 -0
- data/public/ext-3.0.0/pkgs/pkg-charts-debug.js +1621 -0
- data/public/ext-3.0.0/pkgs/pkg-charts.js +10 -0
- data/public/ext-3.0.0/pkgs/pkg-forms-debug.js +7661 -0
- data/public/ext-3.0.0/pkgs/pkg-forms.js +7 -0
- data/public/ext-3.0.0/pkgs/pkg-grid-editor-debug.js +560 -0
- data/public/ext-3.0.0/pkgs/pkg-grid-editor.js +7 -0
- data/public/ext-3.0.0/pkgs/pkg-grid-foundation-debug.js +4765 -0
- data/public/ext-3.0.0/pkgs/pkg-grid-foundation.js +7 -0
- data/public/ext-3.0.0/pkgs/pkg-grid-grouping-debug.js +517 -0
- data/public/ext-3.0.0/pkgs/pkg-grid-grouping.js +7 -0
- data/public/ext-3.0.0/pkgs/pkg-grid-property-debug.js +370 -0
- data/public/ext-3.0.0/pkgs/pkg-grid-property.js +7 -0
- data/public/ext-3.0.0/pkgs/pkg-history-debug.js +203 -0
- data/public/ext-3.0.0/pkgs/pkg-history.js +7 -0
- data/public/ext-3.0.0/pkgs/pkg-menu-debug.js +1628 -0
- data/public/ext-3.0.0/pkgs/pkg-menu.js +7 -0
- data/public/ext-3.0.0/pkgs/pkg-tabs-debug.js +1100 -0
- data/public/ext-3.0.0/pkgs/pkg-tabs.js +7 -0
- data/public/ext-3.0.0/pkgs/pkg-tips-debug.js +994 -0
- data/public/ext-3.0.0/pkgs/pkg-tips.js +7 -0
- data/public/ext-3.0.0/pkgs/pkg-toolbars-debug.js +1374 -0
- data/public/ext-3.0.0/pkgs/pkg-toolbars.js +7 -0
- data/public/ext-3.0.0/pkgs/pkg-tree-debug.js +4522 -0
- data/public/ext-3.0.0/pkgs/pkg-tree.js +7 -0
- data/public/ext-3.0.0/pkgs/resizable-debug.js +760 -0
- data/public/ext-3.0.0/pkgs/resizable.js +7 -0
- data/public/ext-3.0.0/pkgs/state-debug.js +274 -0
- data/public/ext-3.0.0/pkgs/state.js +7 -0
- data/public/ext-3.0.0/pkgs/window-debug.js +1888 -0
- data/public/ext-3.0.0/pkgs/window.js +7 -0
- data/public/ext-3.0.0/resources/charts.swf +0 -0
- data/public/ext-3.0.0/resources/css/README.txt +3 -0
- data/public/ext-3.0.0/resources/css/ext-all-notheme.css +5345 -0
- data/public/ext-3.0.0/resources/css/ext-all.css +6990 -0
- data/public/ext-3.0.0/resources/css/reset-min.css +7 -0
- data/public/ext-3.0.0/resources/css/structure/borders.css +54 -0
- data/public/ext-3.0.0/resources/css/structure/box.css +80 -0
- data/public/ext-3.0.0/resources/css/structure/button.css +440 -0
- data/public/ext-3.0.0/resources/css/structure/combo.css +45 -0
- data/public/ext-3.0.0/resources/css/structure/core.css +326 -0
- data/public/ext-3.0.0/resources/css/structure/date-picker.css +265 -0
- data/public/ext-3.0.0/resources/css/structure/dd.css +61 -0
- data/public/ext-3.0.0/resources/css/structure/debug.css +26 -0
- data/public/ext-3.0.0/resources/css/structure/dialog.css +62 -0
- data/public/ext-3.0.0/resources/css/structure/editor.css +92 -0
- data/public/ext-3.0.0/resources/css/structure/form.css +562 -0
- data/public/ext-3.0.0/resources/css/structure/grid.css +552 -0
- data/public/ext-3.0.0/resources/css/structure/layout.css +296 -0
- data/public/ext-3.0.0/resources/css/structure/list-view.css +85 -0
- data/public/ext-3.0.0/resources/css/structure/menu.css +205 -0
- data/public/ext-3.0.0/resources/css/structure/panel-reset.css +130 -0
- data/public/ext-3.0.0/resources/css/structure/panel.css +468 -0
- data/public/ext-3.0.0/resources/css/structure/progress.css +42 -0
- data/public/ext-3.0.0/resources/css/structure/qtips.css +153 -0
- data/public/ext-3.0.0/resources/css/structure/reset.css +7 -0
- data/public/ext-3.0.0/resources/css/structure/resizable.css +149 -0
- data/public/ext-3.0.0/resources/css/structure/slider.css +103 -0
- data/public/ext-3.0.0/resources/css/structure/tabs.css +372 -0
- data/public/ext-3.0.0/resources/css/structure/toolbar.css +259 -0
- data/public/ext-3.0.0/resources/css/structure/tree.css +203 -0
- data/public/ext-3.0.0/resources/css/structure/window.css +222 -0
- data/public/ext-3.0.0/resources/css/visual/borders.css +25 -0
- data/public/ext-3.0.0/resources/css/visual/box.css +74 -0
- data/public/ext-3.0.0/resources/css/visual/button.css +94 -0
- data/public/ext-3.0.0/resources/css/visual/combo.css +43 -0
- data/public/ext-3.0.0/resources/css/visual/core.css +76 -0
- data/public/ext-3.0.0/resources/css/visual/date-picker.css +143 -0
- data/public/ext-3.0.0/resources/css/visual/dd.css +29 -0
- data/public/ext-3.0.0/resources/css/visual/debug.css +24 -0
- data/public/ext-3.0.0/resources/css/visual/dialog.css +34 -0
- data/public/ext-3.0.0/resources/css/visual/editor.css +13 -0
- data/public/ext-3.0.0/resources/css/visual/form.css +117 -0
- data/public/ext-3.0.0/resources/css/visual/grid.css +272 -0
- data/public/ext-3.0.0/resources/css/visual/layout.css +53 -0
- data/public/ext-3.0.0/resources/css/visual/list-view.css +37 -0
- data/public/ext-3.0.0/resources/css/visual/menu.css +82 -0
- data/public/ext-3.0.0/resources/css/visual/panel.css +87 -0
- data/public/ext-3.0.0/resources/css/visual/progress.css +32 -0
- data/public/ext-3.0.0/resources/css/visual/qtips.css +44 -0
- data/public/ext-3.0.0/resources/css/visual/resizable.css +43 -0
- data/public/ext-3.0.0/resources/css/visual/slider.css +21 -0
- data/public/ext-3.0.0/resources/css/visual/tabs.css +119 -0
- data/public/ext-3.0.0/resources/css/visual/toolbar.css +103 -0
- data/public/ext-3.0.0/resources/css/visual/tree.css +157 -0
- data/public/ext-3.0.0/resources/css/visual/window.css +86 -0
- data/public/ext-3.0.0/resources/css/xtheme-blue.css +1652 -0
- data/public/ext-3.0.0/resources/expressinstall.swf +0 -0
- data/public/ext-3.0.0/resources/images/default/box/corners-blue.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/box/corners.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/box/l-blue.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/box/l.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/box/r-blue.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/box/r.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/box/tb-blue.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/box/tb.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/button/arrow.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/button/btn.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/button/group-cs.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/button/group-lr.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/button/group-tb.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/button/s-arrow-b-noline.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/button/s-arrow-b.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/button/s-arrow-bo.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/button/s-arrow-noline.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/button/s-arrow-o.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/button/s-arrow.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/dd/drop-add.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/dd/drop-no.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/dd/drop-yes.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/editor/tb-sprite.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/form/checkbox.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/form/clear-trigger.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/form/clear-trigger.psd +0 -0
- data/public/ext-3.0.0/resources/images/default/form/date-trigger.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/form/date-trigger.psd +0 -0
- data/public/ext-3.0.0/resources/images/default/form/error-tip-corners.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/form/exclamation.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/form/radio.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/form/search-trigger.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/form/search-trigger.psd +0 -0
- data/public/ext-3.0.0/resources/images/default/form/text-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/form/trigger-tpl.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/form/trigger.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/form/trigger.psd +0 -0
- data/public/ext-3.0.0/resources/images/default/gradient-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/arrow-left-white.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/arrow-right-white.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/col-move-bottom.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/col-move-top.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/columns.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/dirty.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/done.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/drop-no.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/drop-yes.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/footer-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/grid-blue-hd.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/grid-blue-split.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/grid-hrow.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/grid-loading.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/grid-split.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/grid-vista-hd.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/grid3-hd-btn.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/grid3-hrow-over.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/grid3-hrow.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/grid3-special-col-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/grid3-special-col-sel-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/group-by.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/group-collapse.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/group-expand-sprite.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/group-expand.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/hd-pop.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/hmenu-asc.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/hmenu-desc.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/hmenu-lock.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/hmenu-lock.png +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/hmenu-unlock.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/hmenu-unlock.png +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/invalid_line.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/loading.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/mso-hd.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/nowait.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/page-first-disabled.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/page-first.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/page-last-disabled.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/page-last.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/page-next-disabled.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/page-next.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/page-prev-disabled.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/page-prev.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/pick-button.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/refresh.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/row-check-sprite.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/row-expand-sprite.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/row-over.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/row-sel.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/sort-hd.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/sort_asc.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/sort_desc.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/grid/wait.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/collapse.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/expand.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/gradient-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/mini-bottom.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/mini-left.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/mini-right.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/mini-top.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/ns-collapse.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/ns-expand.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/panel-close.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/panel-title-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/panel-title-light-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/stick.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/stuck.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/tab-close-on.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/layout/tab-close.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/menu/checked.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/menu/group-checked.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/menu/item-over.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/menu/menu-parent.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/menu/menu.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/menu/unchecked.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/panel/corners-sprite.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/panel/left-right.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/panel/light-hd.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/panel/tool-sprite-tpl.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/panel/tool-sprites.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/panel/tools-sprites-trans.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/panel/top-bottom.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/panel/top-bottom.png +0 -0
- data/public/ext-3.0.0/resources/images/default/panel/white-corners-sprite.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/panel/white-left-right.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/panel/white-top-bottom.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/progress/progress-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/qtip/bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/qtip/close.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/qtip/tip-anchor-sprite.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/qtip/tip-sprite.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/s.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/shadow-c.png +0 -0
- data/public/ext-3.0.0/resources/images/default/shadow-lr.png +0 -0
- data/public/ext-3.0.0/resources/images/default/shadow.png +0 -0
- data/public/ext-3.0.0/resources/images/default/shared/blue-loading.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/shared/calendar.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/shared/glass-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/shared/hd-sprite.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/shared/large-loading.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/shared/left-btn.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/shared/loading-balls.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/shared/right-btn.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/shared/warning.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/sizer/e-handle-dark.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/sizer/e-handle.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/sizer/ne-handle-dark.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/sizer/ne-handle.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/sizer/nw-handle-dark.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/sizer/nw-handle.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/sizer/s-handle-dark.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/sizer/s-handle.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/sizer/se-handle-dark.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/sizer/se-handle.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/sizer/square.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/sizer/sw-handle-dark.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/sizer/sw-handle.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/slider/slider-bg.png +0 -0
- data/public/ext-3.0.0/resources/images/default/slider/slider-thumb.png +0 -0
- data/public/ext-3.0.0/resources/images/default/slider/slider-v-bg.png +0 -0
- data/public/ext-3.0.0/resources/images/default/slider/slider-v-thumb.png +0 -0
- data/public/ext-3.0.0/resources/images/default/tabs/scroll-left.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tabs/scroll-right.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tabs/scroller-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tabs/tab-btm-inactive-left-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tabs/tab-btm-inactive-right-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tabs/tab-btm-left-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tabs/tab-btm-right-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tabs/tab-close.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tabs/tab-strip-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tabs/tab-strip-bg.png +0 -0
- data/public/ext-3.0.0/resources/images/default/tabs/tab-strip-btm-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tabs/tabs-sprite.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/toolbar/bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/toolbar/btn-arrow-light.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/toolbar/btn-arrow.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/toolbar/btn-over-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/toolbar/gray-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/toolbar/more.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/toolbar/tb-bg.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/toolbar/tb-btn-sprite.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/toolbar/tb-xl-btn-sprite.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/toolbar/tb-xl-sep.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/arrows.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/drop-add.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/drop-between.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/drop-no.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/drop-over.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/drop-under.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/drop-yes.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/elbow-end-minus-nl.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/elbow-end-minus.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/elbow-end-plus-nl.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/elbow-end-plus.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/elbow-end.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/elbow-line.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/elbow-minus-nl.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/elbow-minus.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/elbow-plus-nl.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/elbow-plus.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/elbow.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/folder-open.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/folder.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/leaf.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/loading.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/tree/s.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/window/icon-error.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/window/icon-info.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/window/icon-question.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/window/icon-warning.gif +0 -0
- data/public/ext-3.0.0/resources/images/default/window/left-corners.png +0 -0
- data/public/ext-3.0.0/resources/images/default/window/left-corners.psd +0 -0
- data/public/ext-3.0.0/resources/images/default/window/left-right.png +0 -0
- data/public/ext-3.0.0/resources/images/default/window/left-right.psd +0 -0
- data/public/ext-3.0.0/resources/images/default/window/right-corners.png +0 -0
- data/public/ext-3.0.0/resources/images/default/window/right-corners.psd +0 -0
- data/public/ext-3.0.0/resources/images/default/window/top-bottom.png +0 -0
- data/public/ext-3.0.0/resources/images/default/window/top-bottom.psd +0 -0
- data/public/ext-3.0.0/resources/images/icon/chart.gif +0 -0
- data/public/ext-3.0.0/src/adapter/core/ext-base-ajax.js +371 -0
- data/public/ext-3.0.0/src/adapter/core/ext-base-anim-extra.js +301 -0
- data/public/ext-3.0.0/src/adapter/core/ext-base-anim.js +477 -0
- data/public/ext-3.0.0/src/adapter/core/ext-base-begin.js +18 -0
- data/public/ext-3.0.0/src/adapter/core/ext-base-dom.js +157 -0
- data/public/ext-3.0.0/src/adapter/core/ext-base-end.js +21 -0
- data/public/ext-3.0.0/src/adapter/core/ext-base-event.js +453 -0
- data/public/ext-3.0.0/src/adapter/core/ext-base-point.js +17 -0
- data/public/ext-3.0.0/src/adapter/core/ext-base-region.js +81 -0
- data/public/ext-3.0.0/src/adapter/ext-base-dom-more.js +9 -0
- data/public/ext-3.0.0/src/adapter/jquery-bridge.js +546 -0
- data/public/ext-3.0.0/src/adapter/prototype-bridge.js +600 -0
- data/public/ext-3.0.0/src/adapter/yui-bridge.js +390 -0
- data/public/ext-3.0.0/src/core/CompositeElement.js +136 -0
- data/public/ext-3.0.0/src/core/CompositeElementLite-more.js +102 -0
- data/public/ext-3.0.0/src/core/DomHelper-more.js +179 -0
- data/public/ext-3.0.0/src/core/Element-more.js +192 -0
- data/public/ext-3.0.0/src/core/Element.alignment.js +370 -0
- data/public/ext-3.0.0/src/core/Element.dd.js +46 -0
- data/public/ext-3.0.0/src/core/Element.fx-more.js +152 -0
- data/public/ext-3.0.0/src/core/Element.insertion-more.js +52 -0
- data/public/ext-3.0.0/src/core/Element.keys.js +48 -0
- data/public/ext-3.0.0/src/core/Element.legacy.js +42 -0
- data/public/ext-3.0.0/src/core/Element.position-more.js +165 -0
- data/public/ext-3.0.0/src/core/Element.scroll-more.js +110 -0
- data/public/ext-3.0.0/src/core/Element.style-more.js +318 -0
- data/public/ext-3.0.0/src/core/Error.js +81 -0
- data/public/ext-3.0.0/src/core/EventManager-more.js +334 -0
- data/public/ext-3.0.0/src/core/Ext-more.js +669 -0
- data/public/ext-3.0.0/src/core/Template-more.js +115 -0
- data/public/ext-3.0.0/src/core/core/CompositeElementLite.js +197 -0
- data/public/ext-3.0.0/src/core/core/DomHelper.js +378 -0
- data/public/ext-3.0.0/src/core/core/DomQuery.js +826 -0
- data/public/ext-3.0.0/src/core/core/Element.fx.js +324 -0
- data/public/ext-3.0.0/src/core/core/Element.insertion.js +147 -0
- data/public/ext-3.0.0/src/core/core/Element.js +945 -0
- data/public/ext-3.0.0/src/core/core/Element.position.js +303 -0
- data/public/ext-3.0.0/src/core/core/Element.scroll.js +58 -0
- data/public/ext-3.0.0/src/core/core/Element.style.js +439 -0
- data/public/ext-3.0.0/src/core/core/Element.traversal.js +176 -0
- data/public/ext-3.0.0/src/core/core/EventManager.js +623 -0
- data/public/ext-3.0.0/src/core/core/Ext.js +922 -0
- data/public/ext-3.0.0/src/core/core/Fx.js +1115 -0
- data/public/ext-3.0.0/src/core/core/Template.js +185 -0
- data/public/ext-3.0.0/src/data/Api.js +210 -0
- data/public/ext-3.0.0/src/data/ArrayReader.js +102 -0
- data/public/ext-3.0.0/src/data/ArrayStore.js +70 -0
- data/public/ext-3.0.0/src/data/DataField.js +249 -0
- data/public/ext-3.0.0/src/data/DataProxy.js +427 -0
- data/public/ext-3.0.0/src/data/DataReader.js +160 -0
- data/public/ext-3.0.0/src/data/DataWriter.js +201 -0
- data/public/ext-3.0.0/src/data/DirectProxy.js +141 -0
- data/public/ext-3.0.0/src/data/DirectStore.js +52 -0
- data/public/ext-3.0.0/src/data/GroupingStore.js +139 -0
- data/public/ext-3.0.0/src/data/HttpProxy.js +276 -0
- data/public/ext-3.0.0/src/data/JsonReader.js +311 -0
- data/public/ext-3.0.0/src/data/JsonStore.js +49 -0
- data/public/ext-3.0.0/src/data/JsonWriter.js +77 -0
- data/public/ext-3.0.0/src/data/MemoryProxy.js +69 -0
- data/public/ext-3.0.0/src/data/Record.js +400 -0
- data/public/ext-3.0.0/src/data/ScriptTagProxy.js +279 -0
- data/public/ext-3.0.0/src/data/SortTypes.js +91 -0
- data/public/ext-3.0.0/src/data/Store.js +1492 -0
- data/public/ext-3.0.0/src/data/StoreMgr.js +72 -0
- data/public/ext-3.0.0/src/data/Tree.js +785 -0
- data/public/ext-3.0.0/src/data/XmlReader.js +128 -0
- data/public/ext-3.0.0/src/data/XmlStore.js +75 -0
- data/public/ext-3.0.0/src/data/XmlWriter.js +45 -0
- data/public/ext-3.0.0/src/data/core/Connection.js +575 -0
- data/public/ext-3.0.0/src/dd/DDCore.js +2992 -0
- data/public/ext-3.0.0/src/dd/DragSource.js +365 -0
- data/public/ext-3.0.0/src/dd/DragTracker.js +217 -0
- data/public/ext-3.0.0/src/dd/DragZone.js +133 -0
- data/public/ext-3.0.0/src/dd/DropTarget.js +115 -0
- data/public/ext-3.0.0/src/dd/DropZone.js +262 -0
- data/public/ext-3.0.0/src/dd/Registry.js +127 -0
- data/public/ext-3.0.0/src/dd/ScrollManager.js +201 -0
- data/public/ext-3.0.0/src/dd/StatusProxy.js +171 -0
- data/public/ext-3.0.0/src/debug.js +906 -0
- data/public/ext-3.0.0/src/direct/Direct.js +235 -0
- data/public/ext-3.0.0/src/direct/Event.js +34 -0
- data/public/ext-3.0.0/src/direct/JsonProvider.js +45 -0
- data/public/ext-3.0.0/src/direct/PollingProvider.js +151 -0
- data/public/ext-3.0.0/src/direct/Provider.js +110 -0
- data/public/ext-3.0.0/src/direct/RemotingProvider.js +373 -0
- data/public/ext-3.0.0/src/direct/Transaction.js +32 -0
- data/public/ext-3.0.0/src/locale/ext-lang-af.js +184 -0
- data/public/ext-3.0.0/src/locale/ext-lang-bg.js +278 -0
- data/public/ext-3.0.0/src/locale/ext-lang-ca.js +315 -0
- data/public/ext-3.0.0/src/locale/ext-lang-cs.js +293 -0
- data/public/ext-3.0.0/src/locale/ext-lang-da.js +296 -0
- data/public/ext-3.0.0/src/locale/ext-lang-de.js +326 -0
- data/public/ext-3.0.0/src/locale/ext-lang-el_GR.js +309 -0
- data/public/ext-3.0.0/src/locale/ext-lang-en.js +335 -0
- data/public/ext-3.0.0/src/locale/ext-lang-en_GB.js +315 -0
- data/public/ext-3.0.0/src/locale/ext-lang-es.js +318 -0
- data/public/ext-3.0.0/src/locale/ext-lang-fa.js +272 -0
- data/public/ext-3.0.0/src/locale/ext-lang-fi.js +302 -0
- data/public/ext-3.0.0/src/locale/ext-lang-fr.js +335 -0
- data/public/ext-3.0.0/src/locale/ext-lang-fr_CA.js +218 -0
- data/public/ext-3.0.0/src/locale/ext-lang-gr.js +175 -0
- data/public/ext-3.0.0/src/locale/ext-lang-he.js +292 -0
- data/public/ext-3.0.0/src/locale/ext-lang-hr.js +295 -0
- data/public/ext-3.0.0/src/locale/ext-lang-hu.js +296 -0
- data/public/ext-3.0.0/src/locale/ext-lang-id.js +302 -0
- data/public/ext-3.0.0/src/locale/ext-lang-it.js +295 -0
- data/public/ext-3.0.0/src/locale/ext-lang-ja.js +318 -0
- data/public/ext-3.0.0/src/locale/ext-lang-ko.js +267 -0
- data/public/ext-3.0.0/src/locale/ext-lang-lt.js +333 -0
- data/public/ext-3.0.0/src/locale/ext-lang-lv.js +176 -0
- data/public/ext-3.0.0/src/locale/ext-lang-mk.js +176 -0
- data/public/ext-3.0.0/src/locale/ext-lang-nl.js +323 -0
- data/public/ext-3.0.0/src/locale/ext-lang-no_NB.js +294 -0
- data/public/ext-3.0.0/src/locale/ext-lang-no_NN.js +294 -0
- data/public/ext-3.0.0/src/locale/ext-lang-pl.js +304 -0
- data/public/ext-3.0.0/src/locale/ext-lang-pt.js +260 -0
- data/public/ext-3.0.0/src/locale/ext-lang-pt_BR.js +302 -0
- data/public/ext-3.0.0/src/locale/ext-lang-pt_PT.js +298 -0
- data/public/ext-3.0.0/src/locale/ext-lang-ro.js +295 -0
- data/public/ext-3.0.0/src/locale/ext-lang-ru.js +319 -0
- data/public/ext-3.0.0/src/locale/ext-lang-sk.js +182 -0
- data/public/ext-3.0.0/src/locale/ext-lang-sl.js +176 -0
- data/public/ext-3.0.0/src/locale/ext-lang-sr.js +179 -0
- data/public/ext-3.0.0/src/locale/ext-lang-sr_RS.js +178 -0
- data/public/ext-3.0.0/src/locale/ext-lang-sv_SE.js +178 -0
- data/public/ext-3.0.0/src/locale/ext-lang-th.js +294 -0
- data/public/ext-3.0.0/src/locale/ext-lang-tr.js +306 -0
- data/public/ext-3.0.0/src/locale/ext-lang-ukr.js +258 -0
- data/public/ext-3.0.0/src/locale/ext-lang-vn.js +181 -0
- data/public/ext-3.0.0/src/locale/ext-lang-zh_CN.js +174 -0
- data/public/ext-3.0.0/src/locale/ext-lang-zh_TW.js +178 -0
- data/public/ext-3.0.0/src/state/CookieProvider.js +91 -0
- data/public/ext-3.0.0/src/state/Provider.js +127 -0
- data/public/ext-3.0.0/src/state/StateManager.js +69 -0
- data/public/ext-3.0.0/src/util/CSS.js +161 -0
- data/public/ext-3.0.0/src/util/ClickRepeater.js +200 -0
- data/public/ext-3.0.0/src/util/Cookies.js +96 -0
- data/public/ext-3.0.0/src/util/Date.js +1317 -0
- data/public/ext-3.0.0/src/util/Format.js +356 -0
- data/public/ext-3.0.0/src/util/History.js +203 -0
- data/public/ext-3.0.0/src/util/KeyMap.js +242 -0
- data/public/ext-3.0.0/src/util/KeyNav.js +161 -0
- data/public/ext-3.0.0/src/util/MixedCollection.js +576 -0
- data/public/ext-3.0.0/src/util/Observable-more.js +178 -0
- data/public/ext-3.0.0/src/util/TextMetrics.js +131 -0
- data/public/ext-3.0.0/src/util/UpdateManager.js +536 -0
- data/public/ext-3.0.0/src/util/XTemplate.js +379 -0
- data/public/ext-3.0.0/src/util/core/DelayedTask.js +68 -0
- data/public/ext-3.0.0/src/util/core/JSON.js +174 -0
- data/public/ext-3.0.0/src/util/core/Observable.js +483 -0
- data/public/ext-3.0.0/src/util/core/TaskMgr.js +174 -0
- data/public/ext-3.0.0/src/widgets/Action.js +252 -0
- data/public/ext-3.0.0/src/widgets/BoxComponent.js +519 -0
- data/public/ext-3.0.0/src/widgets/Button.js +762 -0
- data/public/ext-3.0.0/src/widgets/ButtonGroup.js +103 -0
- data/public/ext-3.0.0/src/widgets/ColorPalette.js +148 -0
- data/public/ext-3.0.0/src/widgets/Component.js +1540 -0
- data/public/ext-3.0.0/src/widgets/ComponentMgr.js +159 -0
- data/public/ext-3.0.0/src/widgets/Container.js +894 -0
- data/public/ext-3.0.0/src/widgets/CycleButton.js +188 -0
- data/public/ext-3.0.0/src/widgets/DataView.js +749 -0
- data/public/ext-3.0.0/src/widgets/DatePicker.js +771 -0
- data/public/ext-3.0.0/src/widgets/Editor.js +385 -0
- data/public/ext-3.0.0/src/widgets/Layer.js +466 -0
- data/public/ext-3.0.0/src/widgets/LoadMask.js +123 -0
- data/public/ext-3.0.0/src/widgets/MessageBox.js +626 -0
- data/public/ext-3.0.0/src/widgets/PagingToolbar.js +502 -0
- data/public/ext-3.0.0/src/widgets/Panel.js +1772 -0
- data/public/ext-3.0.0/src/widgets/PanelDD.js +154 -0
- data/public/ext-3.0.0/src/widgets/ProgressBar.js +289 -0
- data/public/ext-3.0.0/src/widgets/Resizable.js +760 -0
- data/public/ext-3.0.0/src/widgets/Shadow.js +192 -0
- data/public/ext-3.0.0/src/widgets/Slider.js +426 -0
- data/public/ext-3.0.0/src/widgets/SplitBar.js +436 -0
- data/public/ext-3.0.0/src/widgets/SplitButton.js +124 -0
- data/public/ext-3.0.0/src/widgets/TabPanel.js +1100 -0
- data/public/ext-3.0.0/src/widgets/Toolbar.js +781 -0
- data/public/ext-3.0.0/src/widgets/Viewport.js +124 -0
- data/public/ext-3.0.0/src/widgets/Window.js +941 -0
- data/public/ext-3.0.0/src/widgets/WindowManager.js +187 -0
- data/public/ext-3.0.0/src/widgets/chart/Chart.js +721 -0
- data/public/ext-3.0.0/src/widgets/chart/EventProxy.js +20 -0
- data/public/ext-3.0.0/src/widgets/chart/FlashComponent.js +117 -0
- data/public/ext-3.0.0/src/widgets/chart/swfobject.js +783 -0
- data/public/ext-3.0.0/src/widgets/form/Action.js +626 -0
- data/public/ext-3.0.0/src/widgets/form/BasicForm.js +735 -0
- data/public/ext-3.0.0/src/widgets/form/Checkbox.js +177 -0
- data/public/ext-3.0.0/src/widgets/form/CheckboxGroup.js +419 -0
- data/public/ext-3.0.0/src/widgets/form/Combo.js +1232 -0
- data/public/ext-3.0.0/src/widgets/form/DateField.js +389 -0
- data/public/ext-3.0.0/src/widgets/form/DisplayField.js +98 -0
- data/public/ext-3.0.0/src/widgets/form/Field.js +640 -0
- data/public/ext-3.0.0/src/widgets/form/FieldSet.js +305 -0
- data/public/ext-3.0.0/src/widgets/form/Form.js +335 -0
- data/public/ext-3.0.0/src/widgets/form/Hidden.js +39 -0
- data/public/ext-3.0.0/src/widgets/form/HtmlEditor.js +1179 -0
- data/public/ext-3.0.0/src/widgets/form/Label.js +64 -0
- data/public/ext-3.0.0/src/widgets/form/NumberField.js +139 -0
- data/public/ext-3.0.0/src/widgets/form/Radio.js +81 -0
- data/public/ext-3.0.0/src/widgets/form/RadioGroup.js +116 -0
- data/public/ext-3.0.0/src/widgets/form/TextArea.js +117 -0
- data/public/ext-3.0.0/src/widgets/form/TextField.js +491 -0
- data/public/ext-3.0.0/src/widgets/form/TimeField.js +146 -0
- data/public/ext-3.0.0/src/widgets/form/TriggerField.js +328 -0
- data/public/ext-3.0.0/src/widgets/form/VTypes.js +135 -0
- data/public/ext-3.0.0/src/widgets/grid/AbstractSelectionModel.js +57 -0
- data/public/ext-3.0.0/src/widgets/grid/CellSelectionModel.js +262 -0
- data/public/ext-3.0.0/src/widgets/grid/CheckboxSelectionModel.js +103 -0
- data/public/ext-3.0.0/src/widgets/grid/Column.js +406 -0
- data/public/ext-3.0.0/src/widgets/grid/ColumnDD.js +199 -0
- data/public/ext-3.0.0/src/widgets/grid/ColumnModel.js +592 -0
- data/public/ext-3.0.0/src/widgets/grid/ColumnSplitDD.js +62 -0
- data/public/ext-3.0.0/src/widgets/grid/EditorGrid.js +291 -0
- data/public/ext-3.0.0/src/widgets/grid/GridDD.js +95 -0
- data/public/ext-3.0.0/src/widgets/grid/GridEditor.js +21 -0
- data/public/ext-3.0.0/src/widgets/grid/GridPanel.js +952 -0
- data/public/ext-3.0.0/src/widgets/grid/GridView.js +1776 -0
- data/public/ext-3.0.0/src/widgets/grid/GroupingView.js +517 -0
- data/public/ext-3.0.0/src/widgets/grid/PropertyGrid.js +370 -0
- data/public/ext-3.0.0/src/widgets/grid/RowNumberer.js +61 -0
- data/public/ext-3.0.0/src/widgets/grid/RowSelectionModel.js +530 -0
- data/public/ext-3.0.0/src/widgets/layout/AbsoluteLayout.js +82 -0
- data/public/ext-3.0.0/src/widgets/layout/AccordionLayout.js +177 -0
- data/public/ext-3.0.0/src/widgets/layout/AnchorLayout.js +200 -0
- data/public/ext-3.0.0/src/widgets/layout/BorderLayout.js +1108 -0
- data/public/ext-3.0.0/src/widgets/layout/BoxLayout.js +417 -0
- data/public/ext-3.0.0/src/widgets/layout/CardLayout.js +127 -0
- data/public/ext-3.0.0/src/widgets/layout/ColumnLayout.js +130 -0
- data/public/ext-3.0.0/src/widgets/layout/ContainerLayout.js +215 -0
- data/public/ext-3.0.0/src/widgets/layout/FitLayout.js +48 -0
- data/public/ext-3.0.0/src/widgets/layout/FormLayout.js +266 -0
- data/public/ext-3.0.0/src/widgets/layout/TableLayout.js +194 -0
- data/public/ext-3.0.0/src/widgets/list/ColumnResizer.js +123 -0
- data/public/ext-3.0.0/src/widgets/list/ListView.js +357 -0
- data/public/ext-3.0.0/src/widgets/list/Sorter.js +70 -0
- data/public/ext-3.0.0/src/widgets/menu/BaseItem.js +160 -0
- data/public/ext-3.0.0/src/widgets/menu/CheckItem.js +114 -0
- data/public/ext-3.0.0/src/widgets/menu/ColorMenu.js +72 -0
- data/public/ext-3.0.0/src/widgets/menu/DateMenu.js +90 -0
- data/public/ext-3.0.0/src/widgets/menu/Item.js +211 -0
- data/public/ext-3.0.0/src/widgets/menu/Menu.js +733 -0
- data/public/ext-3.0.0/src/widgets/menu/MenuMgr.js +211 -0
- data/public/ext-3.0.0/src/widgets/menu/Separator.js +46 -0
- data/public/ext-3.0.0/src/widgets/menu/TextItem.js +46 -0
- data/public/ext-3.0.0/src/widgets/tips/QuickTip.js +207 -0
- data/public/ext-3.0.0/src/widgets/tips/QuickTips.js +159 -0
- data/public/ext-3.0.0/src/widgets/tips/Tip.js +157 -0
- data/public/ext-3.0.0/src/widgets/tips/ToolTip.js +492 -0
- data/public/ext-3.0.0/src/widgets/tree/AsyncTreeNode.js +114 -0
- data/public/ext-3.0.0/src/widgets/tree/TreeDragZone.js +82 -0
- data/public/ext-3.0.0/src/widgets/tree/TreeDropZone.js +321 -0
- data/public/ext-3.0.0/src/widgets/tree/TreeEditor.js +160 -0
- data/public/ext-3.0.0/src/widgets/tree/TreeEventModel.js +169 -0
- data/public/ext-3.0.0/src/widgets/tree/TreeFilter.js +114 -0
- data/public/ext-3.0.0/src/widgets/tree/TreeLoader.js +342 -0
- data/public/ext-3.0.0/src/widgets/tree/TreeNode.js +546 -0
- data/public/ext-3.0.0/src/widgets/tree/TreeNodeUI.js +633 -0
- data/public/ext-3.0.0/src/widgets/tree/TreePanel.js +918 -0
- data/public/ext-3.0.0/src/widgets/tree/TreeSelectionModel.js +315 -0
- data/public/ext-3.0.0/src/widgets/tree/TreeSorter.js +106 -0
- data/public/js/ext-portal.js +235 -0
- data/public/js/global.js +7 -0
- data/public/js/outerframe.js +47 -0
- data/public/js/portal.js +713 -0
- data/public/js/test_chart.js +152 -0
- data/test/config.rb +62 -0
- data/test/config/hosts.yaml +5 -0
- data/test/config/log.yaml +1 -0
- data/test/config/memcache.yaml +5 -0
- data/test/exception.rb +39 -0
- data/test/method_missing.rb +14 -0
- data/test/module.rb +39 -0
- data/test/remote_lmp.rb +126 -0
- data/test/sinatra.rb +29 -0
- data/test/sinatra_base.rb +16 -0
- metadata +690 -0
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Ext JS Library 3.0.0
|
|
3
|
+
* Copyright(c) 2006-2009 Ext JS, LLC
|
|
4
|
+
* licensing@extjs.com
|
|
5
|
+
* http://www.extjs.com/license
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* @class Ext.data.DataReader
|
|
9
|
+
* Abstract base class for reading structured data from a data source and converting
|
|
10
|
+
* it into an object containing {@link Ext.data.Record} objects and metadata for use
|
|
11
|
+
* by an {@link Ext.data.Store}. This class is intended to be extended and should not
|
|
12
|
+
* be created directly. For existing implementations, see {@link Ext.data.ArrayReader},
|
|
13
|
+
* {@link Ext.data.JsonReader} and {@link Ext.data.XmlReader}.
|
|
14
|
+
* @constructor Create a new DataReader
|
|
15
|
+
* @param {Object} meta Metadata configuration options (implementation-specific).
|
|
16
|
+
* @param {Array/Object} recordType
|
|
17
|
+
* <p>Either an Array of {@link Ext.data.Field Field} definition objects (which
|
|
18
|
+
* will be passed to {@link Ext.data.Record#create}, or a {@link Ext.data.Record Record}
|
|
19
|
+
* constructor created using {@link Ext.data.Record#create}.</p>
|
|
20
|
+
*/
|
|
21
|
+
Ext.data.DataReader = function(meta, recordType){
|
|
22
|
+
/**
|
|
23
|
+
* This DataReader's configured metadata as passed to the constructor.
|
|
24
|
+
* @type Mixed
|
|
25
|
+
* @property meta
|
|
26
|
+
*/
|
|
27
|
+
this.meta = meta;
|
|
28
|
+
/**
|
|
29
|
+
* @cfg {Array/Object} fields
|
|
30
|
+
* <p>Either an Array of {@link Ext.data.Field Field} definition objects (which
|
|
31
|
+
* will be passed to {@link Ext.data.Record#create}, or a {@link Ext.data.Record Record}
|
|
32
|
+
* constructor created from {@link Ext.data.Record#create}.</p>
|
|
33
|
+
*/
|
|
34
|
+
this.recordType = Ext.isArray(recordType) ?
|
|
35
|
+
Ext.data.Record.create(recordType) : recordType;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
Ext.data.DataReader.prototype = {
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Abstract method, overridden in {@link Ext.data.JsonReader}
|
|
42
|
+
*/
|
|
43
|
+
buildExtractors : Ext.emptyFn,
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Used for un-phantoming a record after a successful database insert. Sets the records pk along with new data from server.
|
|
47
|
+
* You <b>must</b> return at least the database pk using the idProperty defined in your DataReader configuration. The incoming
|
|
48
|
+
* data from server will be merged with the data in the local record.
|
|
49
|
+
* In addition, you <b>must</b> return record-data from the server in the same order received.
|
|
50
|
+
* Will perform a commit as well, un-marking dirty-fields. Store's "update" event will be suppressed.
|
|
51
|
+
* @param {Record/Record[]} record The phantom record to be realized.
|
|
52
|
+
* @param {Object/Object[]} data The new record data to apply. Must include the primary-key from database defined in idProperty field.
|
|
53
|
+
*/
|
|
54
|
+
realize: function(rs, data){
|
|
55
|
+
if (Ext.isArray(rs)) {
|
|
56
|
+
for (var i = rs.length - 1; i >= 0; i--) {
|
|
57
|
+
// recurse
|
|
58
|
+
if (Ext.isArray(data)) {
|
|
59
|
+
this.realize(rs.splice(i,1).shift(), data.splice(i,1).shift());
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
// weird...rs is an array but data isn't?? recurse but just send in the whole invalid data object.
|
|
63
|
+
// the else clause below will detect !this.isData and throw exception.
|
|
64
|
+
this.realize(rs.splice(i,1).shift(), data);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
// If rs is NOT an array but data IS, see if data contains just 1 record. If so extract it and carry on.
|
|
70
|
+
if (Ext.isArray(data) && data.length == 1) {
|
|
71
|
+
data = data.shift();
|
|
72
|
+
}
|
|
73
|
+
if (!this.isData(data)) {
|
|
74
|
+
// TODO: Let exception-handler choose to commit or not rather than blindly rs.commit() here.
|
|
75
|
+
//rs.commit();
|
|
76
|
+
throw new Ext.data.DataReader.Error('realize', rs);
|
|
77
|
+
}
|
|
78
|
+
this.buildExtractors();
|
|
79
|
+
var values = this.extractValues(data, rs.fields.items, rs.fields.items.length);
|
|
80
|
+
rs.phantom = false; // <-- That's what it's all about
|
|
81
|
+
rs._phid = rs.id; // <-- copy phantom-id -> _phid, so we can remap in Store#onCreateRecords
|
|
82
|
+
rs.id = data[this.meta.idProperty];
|
|
83
|
+
rs.data = values;
|
|
84
|
+
rs.commit();
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Used for updating a non-phantom or "real" record's data with fresh data from server after remote-save.
|
|
90
|
+
* You <b>must</b> return a complete new record from the server. If you don't, your local record's missing fields
|
|
91
|
+
* will be populated with the default values specified in your Ext.data.Record.create specification. Without a defaultValue,
|
|
92
|
+
* local fields will be populated with empty string "". So return your entire record's data after both remote create and update.
|
|
93
|
+
* In addition, you <b>must</b> return record-data from the server in the same order received.
|
|
94
|
+
* Will perform a commit as well, un-marking dirty-fields. Store's "update" event will be suppressed as the record receives
|
|
95
|
+
* a fresh new data-hash.
|
|
96
|
+
* @param {Record/Record[]} rs
|
|
97
|
+
* @param {Object/Object[]} data
|
|
98
|
+
*/
|
|
99
|
+
update : function(rs, data) {
|
|
100
|
+
if (Ext.isArray(rs)) {
|
|
101
|
+
for (var i=rs.length-1; i >= 0; i--) {
|
|
102
|
+
if (Ext.isArray(data)) {
|
|
103
|
+
this.update(rs.splice(i,1).shift(), data.splice(i,1).shift());
|
|
104
|
+
}
|
|
105
|
+
else {
|
|
106
|
+
// weird...rs is an array but data isn't?? recurse but just send in the whole data object.
|
|
107
|
+
// the else clause below will detect !this.isData and throw exception.
|
|
108
|
+
this.update(rs.splice(i,1).shift(), data);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
else {
|
|
113
|
+
// If rs is NOT an array but data IS, see if data contains just 1 record. If so extract it and carry on.
|
|
114
|
+
if (Ext.isArray(data) && data.length == 1) {
|
|
115
|
+
data = data.shift();
|
|
116
|
+
}
|
|
117
|
+
if (!this.isData(data)) {
|
|
118
|
+
// TODO: create custom Exception class to return record in thrown exception. Allow exception-handler the choice
|
|
119
|
+
// to commit or not rather than blindly rs.commit() here.
|
|
120
|
+
rs.commit();
|
|
121
|
+
throw new Ext.data.DataReader.Error('update', rs);
|
|
122
|
+
}
|
|
123
|
+
this.buildExtractors();
|
|
124
|
+
rs.data = this.extractValues(Ext.apply(rs.data, data), rs.fields.items, rs.fields.items.length);
|
|
125
|
+
rs.commit();
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* Returns true if the supplied data-hash <b>looks</b> and quacks like data. Checks to see if it has a key
|
|
131
|
+
* corresponding to idProperty defined in your DataReader config containing non-empty pk.
|
|
132
|
+
* @param {Object} data
|
|
133
|
+
* @return {Boolean}
|
|
134
|
+
*/
|
|
135
|
+
isData : function(data) {
|
|
136
|
+
return (data && Ext.isObject(data) && !Ext.isEmpty(data[this.meta.idProperty])) ? true : false;
|
|
137
|
+
}
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* @class Ext.data.DataReader.Error
|
|
142
|
+
* @extends Ext.Error
|
|
143
|
+
* General error class for Ext.data.DataReader
|
|
144
|
+
*/
|
|
145
|
+
Ext.data.DataReader.Error = Ext.extend(Ext.Error, {
|
|
146
|
+
constructor : function(message, arg) {
|
|
147
|
+
this.arg = arg;
|
|
148
|
+
Ext.Error.call(this, message);
|
|
149
|
+
},
|
|
150
|
+
name: 'Ext.data.DataReader'
|
|
151
|
+
});
|
|
152
|
+
Ext.apply(Ext.data.DataReader.Error.prototype, {
|
|
153
|
+
lang : {
|
|
154
|
+
'update': "#update received invalid data from server. Please see docs for DataReader#update and review your DataReader configuration.",
|
|
155
|
+
'realize': "#realize was called with invalid remote-data. Please see the docs for DataReader#realize and review your DataReader configuration.",
|
|
156
|
+
'invalid-response': "#readResponse received an invalid response from the server."
|
|
157
|
+
}
|
|
158
|
+
});
|
|
159
|
+
|
|
160
|
+
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Ext JS Library 3.0.0
|
|
3
|
+
* Copyright(c) 2006-2009 Ext JS, LLC
|
|
4
|
+
* licensing@extjs.com
|
|
5
|
+
* http://www.extjs.com/license
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* @class Ext.data.DataWriter
|
|
9
|
+
* <p>Ext.data.DataWriter facilitates create, update, and destroy actions between
|
|
10
|
+
* an Ext.data.Store and a server-side framework. A Writer enabled Store will
|
|
11
|
+
* automatically manage the Ajax requests to perform CRUD actions on a Store.</p>
|
|
12
|
+
* <p>Ext.data.DataWriter is an abstract base class which is intended to be extended
|
|
13
|
+
* and should not be created directly. For existing implementations, see
|
|
14
|
+
* {@link Ext.data.JsonWriter}.</p>
|
|
15
|
+
* <p>Creating a writer is simple:</p>
|
|
16
|
+
* <pre><code>
|
|
17
|
+
var writer = new Ext.data.JsonWriter();
|
|
18
|
+
* </code></pre>
|
|
19
|
+
* <p>The proxy for a writer enabled store can be configured with a simple <code>url</code>:</p>
|
|
20
|
+
* <pre><code>
|
|
21
|
+
// Create a standard HttpProxy instance.
|
|
22
|
+
var proxy = new Ext.data.HttpProxy({
|
|
23
|
+
url: 'app.php/users'
|
|
24
|
+
});
|
|
25
|
+
* </code></pre>
|
|
26
|
+
* <p>For finer grained control, the proxy may also be configured with an <code>api</code>:</p>
|
|
27
|
+
* <pre><code>
|
|
28
|
+
// Use the api specification
|
|
29
|
+
var proxy = new Ext.data.HttpProxy({
|
|
30
|
+
api: {
|
|
31
|
+
read : 'app.php/users/read',
|
|
32
|
+
create : 'app.php/users/create',
|
|
33
|
+
update : 'app.php/users/update',
|
|
34
|
+
destroy : 'app.php/users/destroy'
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
* </code></pre>
|
|
38
|
+
* <p>Creating a Writer enabled store:</p>
|
|
39
|
+
* <pre><code>
|
|
40
|
+
var store = new Ext.data.Store({
|
|
41
|
+
proxy: proxy,
|
|
42
|
+
reader: reader,
|
|
43
|
+
writer: writer
|
|
44
|
+
});
|
|
45
|
+
* </code></pre>
|
|
46
|
+
* @constructor Create a new DataWriter
|
|
47
|
+
* @param {Object} meta Metadata configuration options (implementation-specific)
|
|
48
|
+
* @param {Object} recordType Either an Array of field definition objects as specified
|
|
49
|
+
* in {@link Ext.data.Record#create}, or an {@link Ext.data.Record} object created
|
|
50
|
+
* using {@link Ext.data.Record#create}.
|
|
51
|
+
*/
|
|
52
|
+
Ext.data.DataWriter = function(config){
|
|
53
|
+
/**
|
|
54
|
+
* This DataWriter's configured metadata as passed to the constructor.
|
|
55
|
+
* @type Mixed
|
|
56
|
+
* @property meta
|
|
57
|
+
*/
|
|
58
|
+
Ext.apply(this, config);
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
Ext.data.DataWriter.prototype = {
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* @cfg {Boolean} writeAllFields
|
|
65
|
+
* <tt>false</tt> by default. Set <tt>true</tt> to have DataWriter return ALL fields of a modified
|
|
66
|
+
* record -- not just those that changed.
|
|
67
|
+
* <tt>false</tt> to have DataWriter only request modified fields from a record.
|
|
68
|
+
*/
|
|
69
|
+
writeAllFields : false,
|
|
70
|
+
/**
|
|
71
|
+
* @cfg {Boolean} listful
|
|
72
|
+
* <tt>false</tt> by default. Set <tt>true</tt> to have the DataWriter <b>always</b> write HTTP params as a list,
|
|
73
|
+
* even when acting upon a single record.
|
|
74
|
+
*/
|
|
75
|
+
listful : false, // <-- listful is actually not used internally here in DataWriter. @see Ext.data.Store#execute.
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Writes data in preparation for server-write action. Simply proxies to DataWriter#update, DataWriter#create
|
|
79
|
+
* DataWriter#destroy.
|
|
80
|
+
* @param {String} action [CREATE|UPDATE|DESTROY]
|
|
81
|
+
* @param {Object} params The params-hash to write-to
|
|
82
|
+
* @param {Record/Record[]} rs The recordset write.
|
|
83
|
+
*/
|
|
84
|
+
write : function(action, params, rs) {
|
|
85
|
+
this.render(action, rs, params, this[action](rs));
|
|
86
|
+
},
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* abstract method meant to be overridden by all DataWriter extensions. It's the extension's job to apply the "data" to the "params".
|
|
90
|
+
* The data-object provided to render is populated with data according to the meta-info defined in the user's DataReader config,
|
|
91
|
+
* @param {String} action [Ext.data.Api.actions.create|read|update|destroy]
|
|
92
|
+
* @param {Record[]} rs Store recordset
|
|
93
|
+
* @param {Object} params Http params to be sent to server.
|
|
94
|
+
* @param {Object} data object populated according to DataReader meta-data.
|
|
95
|
+
*/
|
|
96
|
+
render : Ext.emptyFn,
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* update
|
|
100
|
+
* @param {Object} p Params-hash to apply result to.
|
|
101
|
+
* @param {Record/Record[]} rs Record(s) to write
|
|
102
|
+
* @private
|
|
103
|
+
*/
|
|
104
|
+
update : function(rs) {
|
|
105
|
+
var params = {};
|
|
106
|
+
if (Ext.isArray(rs)) {
|
|
107
|
+
var data = [],
|
|
108
|
+
ids = [];
|
|
109
|
+
Ext.each(rs, function(val){
|
|
110
|
+
ids.push(val.id);
|
|
111
|
+
data.push(this.updateRecord(val));
|
|
112
|
+
}, this);
|
|
113
|
+
params[this.meta.idProperty] = ids;
|
|
114
|
+
params[this.meta.root] = data;
|
|
115
|
+
}
|
|
116
|
+
else if (rs instanceof Ext.data.Record) {
|
|
117
|
+
params[this.meta.idProperty] = rs.id;
|
|
118
|
+
params[this.meta.root] = this.updateRecord(rs);
|
|
119
|
+
}
|
|
120
|
+
return params;
|
|
121
|
+
},
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* @cfg {Function} saveRecord Abstract method that should be implemented in all subclasses
|
|
125
|
+
* (e.g.: {@link Ext.data.JsonWriter#saveRecord JsonWriter.saveRecord}
|
|
126
|
+
*/
|
|
127
|
+
updateRecord : Ext.emptyFn,
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* create
|
|
131
|
+
* @param {Object} p Params-hash to apply result to.
|
|
132
|
+
* @param {Record/Record[]} rs Record(s) to write
|
|
133
|
+
* @private
|
|
134
|
+
*/
|
|
135
|
+
create : function(rs) {
|
|
136
|
+
var params = {};
|
|
137
|
+
if (Ext.isArray(rs)) {
|
|
138
|
+
var data = [];
|
|
139
|
+
Ext.each(rs, function(val){
|
|
140
|
+
data.push(this.createRecord(val));
|
|
141
|
+
}, this);
|
|
142
|
+
params[this.meta.root] = data;
|
|
143
|
+
}
|
|
144
|
+
else if (rs instanceof Ext.data.Record) {
|
|
145
|
+
params[this.meta.root] = this.createRecord(rs);
|
|
146
|
+
}
|
|
147
|
+
return params;
|
|
148
|
+
},
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* @cfg {Function} createRecord Abstract method that should be implemented in all subclasses
|
|
152
|
+
* (e.g.: {@link Ext.data.JsonWriter#createRecord JsonWriter.createRecord})
|
|
153
|
+
*/
|
|
154
|
+
createRecord : Ext.emptyFn,
|
|
155
|
+
|
|
156
|
+
/**
|
|
157
|
+
* destroy
|
|
158
|
+
* @param {Object} p Params-hash to apply result to.
|
|
159
|
+
* @param {Record/Record[]} rs Record(s) to write
|
|
160
|
+
* @private
|
|
161
|
+
*/
|
|
162
|
+
destroy : function(rs) {
|
|
163
|
+
var params = {};
|
|
164
|
+
if (Ext.isArray(rs)) {
|
|
165
|
+
var data = [],
|
|
166
|
+
ids = [];
|
|
167
|
+
Ext.each(rs, function(val){
|
|
168
|
+
data.push(this.destroyRecord(val));
|
|
169
|
+
}, this);
|
|
170
|
+
params[this.meta.root] = data;
|
|
171
|
+
} else if (rs instanceof Ext.data.Record) {
|
|
172
|
+
params[this.meta.root] = this.destroyRecord(rs);
|
|
173
|
+
}
|
|
174
|
+
return params;
|
|
175
|
+
},
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* @cfg {Function} destroyRecord Abstract method that should be implemented in all subclasses
|
|
179
|
+
* (e.g.: {@link Ext.data.JsonWriter#destroyRecord JsonWriter.destroyRecord})
|
|
180
|
+
*/
|
|
181
|
+
destroyRecord : Ext.emptyFn,
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* Converts a Record to a hash
|
|
185
|
+
* @param {Record}
|
|
186
|
+
* @private
|
|
187
|
+
*/
|
|
188
|
+
toHash : function(rec) {
|
|
189
|
+
var map = rec.fields.map,
|
|
190
|
+
data = {},
|
|
191
|
+
raw = (this.writeAllFields === false && rec.phantom === false) ? rec.getChanges() : rec.data,
|
|
192
|
+
m;
|
|
193
|
+
Ext.iterate(raw, function(prop, value){
|
|
194
|
+
if((m = map[prop])){
|
|
195
|
+
data[m.mapping ? m.mapping : m.name] = value;
|
|
196
|
+
}
|
|
197
|
+
});
|
|
198
|
+
data[this.meta.idProperty] = rec.id;
|
|
199
|
+
return data;
|
|
200
|
+
}
|
|
201
|
+
};
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Ext JS Library 3.0.0
|
|
3
|
+
* Copyright(c) 2006-2009 Ext JS, LLC
|
|
4
|
+
* licensing@extjs.com
|
|
5
|
+
* http://www.extjs.com/license
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* @class Ext.data.DirectProxy
|
|
9
|
+
* @extends Ext.data.DataProxy
|
|
10
|
+
*/
|
|
11
|
+
Ext.data.DirectProxy = function(config){
|
|
12
|
+
Ext.apply(this, config);
|
|
13
|
+
if(typeof this.paramOrder == 'string'){
|
|
14
|
+
this.paramOrder = this.paramOrder.split(/[\s,|]/);
|
|
15
|
+
}
|
|
16
|
+
Ext.data.DirectProxy.superclass.constructor.call(this, config);
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
Ext.extend(Ext.data.DirectProxy, Ext.data.DataProxy, {
|
|
20
|
+
/**
|
|
21
|
+
* @cfg {Array/String} paramOrder Defaults to <tt>undefined</tt>. A list of params to be executed
|
|
22
|
+
* server side. Specify the params in the order in which they must be executed on the server-side
|
|
23
|
+
* as either (1) an Array of String values, or (2) a String of params delimited by either whitespace,
|
|
24
|
+
* comma, or pipe. For example,
|
|
25
|
+
* any of the following would be acceptable:<pre><code>
|
|
26
|
+
paramOrder: ['param1','param2','param3']
|
|
27
|
+
paramOrder: 'param1 param2 param3'
|
|
28
|
+
paramOrder: 'param1,param2,param3'
|
|
29
|
+
paramOrder: 'param1|param2|param'
|
|
30
|
+
</code></pre>
|
|
31
|
+
*/
|
|
32
|
+
paramOrder: undefined,
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* @cfg {Boolean} paramsAsHash
|
|
36
|
+
* Send parameters as a collection of named arguments (defaults to <tt>true</tt>). Providing a
|
|
37
|
+
* <tt>{@link #paramOrder}</tt> nullifies this configuration.
|
|
38
|
+
*/
|
|
39
|
+
paramsAsHash: true,
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @cfg {Function} directFn
|
|
43
|
+
* Function to call when executing a request. directFn is a simple alternative to defining the api configuration-parameter
|
|
44
|
+
* for Store's which will not implement a full CRUD api.
|
|
45
|
+
*/
|
|
46
|
+
directFn : undefined,
|
|
47
|
+
|
|
48
|
+
// protected
|
|
49
|
+
doRequest : function(action, rs, params, reader, callback, scope, options) {
|
|
50
|
+
var args = [];
|
|
51
|
+
var directFn = this.api[action] || this.directFn;
|
|
52
|
+
|
|
53
|
+
switch (action) {
|
|
54
|
+
case Ext.data.Api.actions.create:
|
|
55
|
+
args.push(params[reader.meta.root]); // <-- create(Hash)
|
|
56
|
+
break;
|
|
57
|
+
case Ext.data.Api.actions.read:
|
|
58
|
+
if(this.paramOrder){
|
|
59
|
+
for(var i = 0, len = this.paramOrder.length; i < len; i++){
|
|
60
|
+
args.push(params[this.paramOrder[i]]);
|
|
61
|
+
}
|
|
62
|
+
}else if(this.paramsAsHash){
|
|
63
|
+
args.push(params);
|
|
64
|
+
}
|
|
65
|
+
break;
|
|
66
|
+
case Ext.data.Api.actions.update:
|
|
67
|
+
args.push(params[reader.meta.idProperty]); // <-- save(Integer/Integer[], Hash/Hash[])
|
|
68
|
+
args.push(params[reader.meta.root]);
|
|
69
|
+
break;
|
|
70
|
+
case Ext.data.Api.actions.destroy:
|
|
71
|
+
args.push(params[reader.meta.root]); // <-- destroy(Int/Int[])
|
|
72
|
+
break;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
var trans = {
|
|
76
|
+
params : params || {},
|
|
77
|
+
callback : callback,
|
|
78
|
+
scope : scope,
|
|
79
|
+
arg : options,
|
|
80
|
+
reader: reader
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
args.push(this.createCallback(action, rs, trans), this);
|
|
84
|
+
directFn.apply(window, args);
|
|
85
|
+
},
|
|
86
|
+
|
|
87
|
+
// private
|
|
88
|
+
createCallback : function(action, rs, trans) {
|
|
89
|
+
return function(result, res) {
|
|
90
|
+
if (!res.status) {
|
|
91
|
+
// @deprecated fire loadexception
|
|
92
|
+
if (action === Ext.data.Api.actions.read) {
|
|
93
|
+
this.fireEvent("loadexception", this, trans, res, null);
|
|
94
|
+
}
|
|
95
|
+
this.fireEvent('exception', this, 'remote', action, trans, res, null);
|
|
96
|
+
trans.callback.call(trans.scope, null, trans.arg, false);
|
|
97
|
+
return;
|
|
98
|
+
}
|
|
99
|
+
if (action === Ext.data.Api.actions.read) {
|
|
100
|
+
this.onRead(action, trans, result, res);
|
|
101
|
+
} else {
|
|
102
|
+
this.onWrite(action, trans, result, res, rs);
|
|
103
|
+
}
|
|
104
|
+
};
|
|
105
|
+
},
|
|
106
|
+
/**
|
|
107
|
+
* Callback for read actions
|
|
108
|
+
* @param {String} action [Ext.data.Api.actions.create|read|update|destroy]
|
|
109
|
+
* @param {Object} trans The request transaction object
|
|
110
|
+
* @param {Object} res The server response
|
|
111
|
+
* @private
|
|
112
|
+
*/
|
|
113
|
+
onRead : function(action, trans, result, res) {
|
|
114
|
+
var records;
|
|
115
|
+
try {
|
|
116
|
+
records = trans.reader.readRecords(result);
|
|
117
|
+
}
|
|
118
|
+
catch (ex) {
|
|
119
|
+
// @deprecated: Fire old loadexception for backwards-compat.
|
|
120
|
+
this.fireEvent("loadexception", this, trans, res, ex);
|
|
121
|
+
|
|
122
|
+
this.fireEvent('exception', this, 'response', action, trans, res, ex);
|
|
123
|
+
trans.callback.call(trans.scope, null, trans.arg, false);
|
|
124
|
+
return;
|
|
125
|
+
}
|
|
126
|
+
this.fireEvent("load", this, res, trans.arg);
|
|
127
|
+
trans.callback.call(trans.scope, records, trans.arg, true);
|
|
128
|
+
},
|
|
129
|
+
/**
|
|
130
|
+
* Callback for write actions
|
|
131
|
+
* @param {String} action [Ext.data.Api.actions.create|read|update|destroy]
|
|
132
|
+
* @param {Object} trans The request transaction object
|
|
133
|
+
* @param {Object} res The server response
|
|
134
|
+
* @private
|
|
135
|
+
*/
|
|
136
|
+
onWrite : function(action, trans, result, res, rs) {
|
|
137
|
+
this.fireEvent("write", this, action, result, res, rs, trans.arg);
|
|
138
|
+
trans.callback.call(trans.scope, result, res, true);
|
|
139
|
+
}
|
|
140
|
+
});
|
|
141
|
+
|