Forráskód Böngészése

LibWeb: Add HTMLButtonElement#disabled

Luke Wilde 2 éve
szülő
commit
14ae0524e9

+ 1 - 0
Userland/Libraries/LibWeb/HTML/HTMLButtonElement.idl

@@ -6,6 +6,7 @@ interface HTMLButtonElement : HTMLElement {
 
 
     [HTMLConstructor] constructor();
     [HTMLConstructor] constructor();
 
 
+    [CEReactions, Reflect] attribute boolean disabled;
     [CEReactions, Reflect=formnovalidate] attribute boolean formNoValidate;
     [CEReactions, Reflect=formnovalidate] attribute boolean formNoValidate;
     [CEReactions, Reflect=formtarget] attribute DOMString formTarget;
     [CEReactions, Reflect=formtarget] attribute DOMString formTarget;
     [CEReactions, Reflect] attribute DOMString name;
     [CEReactions, Reflect] attribute DOMString name;