summaryrefslogtreecommitdiff
path: root/gstudio/static/gstudio/js/Gnowmacs/test/dl/css/.svn/text-base/preload-default.js.svn-base
blob: bef4310453b8a9ba5f0c4a12df0187ec1ef7363d (plain)
1
2
3
4
5
6
function DynarhLIB_preload_images() {
        DynarchDomUtils.createElement("div", { display: "none" }, null, document.body)
                .innerHTML = "img/radiobutton-0.png img/thin-shadows1/BL.png img/thin-shadows/R.png img/shadows/dlg-active/T.png img/shadows/dlg-inactive/R.png img/resizebar-vert2.png img/shadows/dlg-inactive/L.png img/shadows/dlg-inactive/TR.png img/shadows/dlg-inactive/B.png img/thin-shadows1/L.png img/thin-shadows/BL.png img/mark-2.gif img/spinner-up.gif img/shadows/dlg-active/BL.png img/arrows/sort-descending.gif img/busy1.gif img/thin-shadows1/T.png img/shadows/dlg-active/TR.png img/menu/rarrow.gif img/thin-shadows1/TR.png img/icons/calendar.png img/shadows/dlg-active/R.png img/arrows/scroll-up.gif img/shadows/dlg-inactive/BR.png img/arrows/nav-right-x2.gif img/tree-drop-here.gif img/thin-shadows1/B.png img/tree/lines-v.gif img/arrows/nav-left-x2.gif img/tree/plus.gif img/tree-drop-here-lower.gif img/thin-shadows/T.png img/grid-drop-col.gif img/tree/plus-hover.gif img/checkbox-1-disabled.png img/titlebg.png img/menu/darrow-small.gif img/tree/minus-hover.gif img/thin-shadows/BR.png img/arrows/sort-ascending.gif img/shadows/dlg-inactive/BL.png img/radiobutton-1.png img/thin-shadows1/TL.png img/resizebar-horiz2.png img/arrows/scroll-down-hover.gif img/icons/colors.png img/checkbox-0.png img/spinner-down.gif img/radiobutton-0-disabled.png img/thin-shadows/B.png img/arrows/scroll-up-disabled.gif img/thin-shadows/L.png img/checkbox-1.png img/shadows/dlg-active/L.png img/checkbox-2.png img/tree/lines-b.gif img/radiobutton-1-disabled.png img/thin-shadows1/BR.png img/thin-shadows/TR.png img/radiobutton-2.png img/tree-drop-here-upper.gif img/color/hue.png img/modalbg.gif img/arrows/dropdown.png img/thin-shadows1/R.png img/entry-warning.png img/shadows/dlg-active/BR.png img/dialog/buttons.png img/menu/rarrow-hover.gif img/shadows/dlg-inactive/TL.png img/shadows/dlg-active/TL.png img/icons/dynarch-small.png img/mark.gif img/arrows/scroll-down.gif img/tree/lines-c.gif img/arrows/nav-left.gif img/arrows/nav-right.gif img/tree/minus.gif img/icons/gnome-fs-chardev.png img/arrows/scroll-down-disabled.gif img/thin-shadows/TL.png img/arrows/scroll-up-hover.gif img/tmpcal.gif img/resize.gif img/shadows/dlg-inactive/T.png img/checkbox-0-disabled.png img/shadows/dlg-active/B.png".qw().map(function(img){
                        return "<img src='" + Dynarch.getFileURL("css/" + img) + "' />";
                }).join("");
};