Search completed in 1.48 seconds.
6 results for "setIcon":
setIcon - Archive of obsolete content
ArchiveMozillaXULMethodsetIcon
« xul reference home seticon( atab, auri ) return type: no return value sets the specified tab's favicon to the image specified by auri.
tabbrowser - Archive of obsolete content
ArchiveMozillaXULtabbrowser
ab, geticon, getnotificationbox, gettabforbrowser, gettabmodalpromptbox, goback, gobackgroup, goforward, goforwardgroup, gohome, gotoindex, loadgroup, loadonetab, loadtabs, loaduri, loaduriwithflags, movetabto, pintab, reload, reloadalltabs, reloadtab, reloadwithflags, removealltabsbut, removecurrenttab, removeprogresslistener, removetab, removetabsprogresslistener,replacegroup, selecttabatindex, seticon, showonlythesetabs, stop, unpintab attributes autocompleteenabled type: boolean set to true to enable autocomplete of fields.
...see seticon to set the icon.
... seticon( atab, auri ) return type: no return value sets the specified tab's favicon to the image specified by auri.
Index - Archive of obsolete content
ArchiveIndex
1309 seticon xul, xul methods, xul reference no summary!
Index - Archive of obsolete content
ArchiveMozillaXULIndex
578 seticon xul, xul methods, xul reference no summary!
getIcon - Archive of obsolete content
ArchiveMozillaXULMethodgetIcon
see seticon to set the icon.
msthumbnailclick - Web APIs
WebAPImsthumbnailclick
example function thumbnailclickhandler(evt) { alert ("clicked button: " + evt.buttonid); } document.addeventlistener('msthumbnailclick', thumbnailclickhandler); example 2 // adds an overlay icon on your app pinned to the taskbar window.external.mssitemodeseticonoverlay(iconuri, tooltip); // removes an overlay icon window.external.mssitemodecleariconoverlay(); // pinned icons on your taskbar can be instructed to trigger specific events on your site from the taskbar // add an event handlerdocument.addeventlistener('msthumbnailclick', onbuttonclicked, false); // add the buttons var btnplay = window.external.mssitemodeaddthumbbarbutton(iconuri, tooltip); ...