search for: backgroundrepeat

Displaying 4 results from an estimated 4 matches for "backgroundrepeat".

2005 Oct 11
5
show message while loading - ajax
...e: reportError, onLoading: showLoading, onSuccess: hideLoading}); } function reportError() { alert(''an error has occured''); } function showLoading() { $("fm-viewstatus").style.backgroundImage = "url(images/spinner.gif)"; $("fm-viewstatus").style.backgroundRepeat = "no-repeat"; $("fm-viewstatus").style.backgroundPosition = "50% 50%"; } function hideLoading() { $("fm-viewstatus").style.backgroundImage = "url(images/spacer.gif)"; } _________________________________________________________________ On th...
2019 Sep 23
1
[p2v PATCH] doc: start filling release notes
...1d736d 100644 --- a/docs/p2v-release-notes.pod +++ b/docs/p2v-release-notes.pod @@ -4,7 +4,7 @@ p2v-release-notes - virt-p2v Release Notes =begin comment -UPDATED TO <commit id> +UPDATED TO 9b009aa4a3898648fe68301d1c5ed774a0bf2e38 =end comment @@ -17,19 +17,39 @@ document.body.style.backgroundRepeat = "no-repeat"; =end comment -=head1 RELEASE NOTES FOR VIRT-P2V 1.XX +=head1 RELEASE NOTES FOR VIRT-P2V 1.42.0 These release notes only cover the differences from the previous -stable/dev branch split (1.40.0). For detailed changelogs, please see -the git repository, or the Change...
2019 Jul 11
5
[p2v PATCH 0/4] More imports and fixes
See individual patches for details. Pino Toscano (4): Add valgrind suppression file podwrapper: the tools here start with p2v Import some internal documentation podwrapper: adapt footer to p2v .gitignore | 6 + Makefile.am | 4 +- configure.ac | 1 + docs/Makefile.am | 65 ++++++++ docs/p2v-building.pod | 259
2009 Feb 27
0
Wine release 1.1.16
...ntStyle_get_paddingLeft. mshtml: Implement IHTMLCurrentStyle_get_zIndex. mshtml: Implement IHTMLCurrentStyle_get_verticalAlign. mshtml: Implement IHTMLCurrentStyle_get_marginRight. mshtml: Implement IHTMLCurrentStyle_get_marginLeft. mshtml: Implement IHTMLStyle get/put backgroundRepeat. mshtml: Implement IHTMLCurrentStyle_get_backgroundRepeat. mshtml: Add idl for IPersistHistory interface. uuid: Add IID_PersistHistory GUID. mshtml: Show IPersistHistory interface is supported. Anders Jonsson (4): browseui: Add Swedish translation. taskmgr: Add...