Vlastnost button
typ: property; celé jméno: COMEX.HTML.Event.button;
Vrací:

identifikátor tlačítka

null, pokud nebylo kliknuto na tlačítko myši
example
var $rslt = "<textarea onmousedown=\"e$(event).suppress();this.nextSibling.value += e$(event).button + ' ';\" oncontextmenu=\"e$(event).suppress()\"></textarea><textarea></textarea>";( umístěno v souboru /comex/scripts/comex.js )

