Új hozzászólás Aktív témák
-
xabolcs
őstag
az overlay.js fajlom tartalma:
var stringteszzt = {
//strings: null,
onLoad: function() {
// initialization code
this.initialized = true;
// igazi inicializalas helyett csak hivjuk meg az inicializalo fuggvenyt
// es igy csak itt kell az objektum kulso nevet hasznalni (azaz most itt a 'stringteszzt'-t)
stringteszzt.innerInit();
},
innerInit: function () {
this.valtozo1 = 1;
this.valtozo2 = 2;
this.valtozo3 = 3;
this.valtozo4 = 4;
this.strings = document.getElementById("stringteszzt-strings");
},
onMenuItemCommand: function(e) {
var promptService = Components.classes["@mozilla.org/embedcomp/prompt-service;1"]
.getService(Components.interfaces.nsIPromptService);
promptService.alert(window, this.strings.getString("helloMessageTitle"),
this.strings.getString("helloMessage"));
var osszeg = this.valtozo1 + this.valtozo2 + this.valtozo3 + this.valtozo4;
promptService.alert(window, "Szamoljunk",
osszeg);
},
onToolbarButtonCommand: function(e) {
// just reuse the function above. you can change this, obviously!
//stringteszzt.onMenuItemCommand(e);
this.onMenuItemCommand(e);
}
};
window.addEventListener("load", stringteszzt.onLoad, false);
Új hozzászólás Aktív témák
- AKCIÓ! Apple Watch Ultra 2 49mm Cellular okosóra garanciával hibátlan működéssel
- Telefon felvásárlás!! Xiaomi Redmi 9, Xiaomi Redmi 9AT, Xiaomi Redmi 10, Xiaomi Redmi 10 2022
- Bomba ár! Dell Latitude 3520 - i5-1135G7 I 16GB I 256SSD I HDMI 15,6" FHD I Cam I W11 I Garancia!
- 198 - Lenovo Legion Pro 5 (16IAX10) - Intel Core U9 275HX, RTX 5070 (FOGLALVA)
- 200 - Lenovo Slim 5 (14APH8) - AMD Ryzen 7 7840HS, RTX 4060 (ELKELT)
Állásajánlatok
Cég: Laptopműhely Bt.
Város: Budapest
Cég: Central PC számítógép és laptop szerviz - Pécs
Város: Pécs

