Sha256: b020baa6fffcc9bc208ba652e866fc7d1af43339c25f3e53cac694eccce0ee3a
Contents?: true
Size: 604 Bytes
Versions: 11
Compression:
Stored size: 604 Bytes
Contents
$debug("Defining HTMLButtonElement"); /* * HTMLButtonElement - DOM Level 2 */ var HTMLButtonElement = function(ownerDocument) { this.HTMLTypeValueInputs = HTMLTypeValueInputs; this.HTMLTypeValueInputs(ownerDocument); }; HTMLButtonElement.prototype = new HTMLTypeValueInputs; __extend__(HTMLButtonElement.prototype, inputElements_status); __extend__(HTMLButtonElement.prototype, { get dataFormatAs(){ return this.getAttribute('dataFormatAs'); }, set dataFormatAs(value){ this.setAttribute('dataFormatAs',value); } }); // $w.HTMLButtonElement = HTMLButtonElement;
Version data entries
11 entries across 11 versions & 2 rubygems