Vlastnost type

typ: property; celé jméno: COMEX.HTML.Event.type;


Vrací:

typ události (click, mouseout, mousewheel, keyup, ...)

example
var $rslt = "<textarea onkeyup=\"this.nextSibling.value += e$(event).type + ' '\" onclick=\"this.nextSibling.value += e$(event).type + ' '\" oncontextmenu=\"this.nextSibling.value += e$(event).type + ' '\"></textarea><textarea></textarea>";

( umístěno v souboru /comex/scripts/comex.js )


Vlastnost altVlastnost buttonVlastnost ctrlVlastnost keyVlastnost preventedVlastnost shiftVlastnost sourceVlastnost stampVlastnost stoppedVlastnost suppressedVlastnost touchVlastnost transferVlastnost typeVlastnost wheelVlastnost xVlastnost y