HTMLSelectElement.idl 207 B

123456789
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLSelectElement : HTMLElement {
  3. [Reflect] attribute boolean disabled;
  4. [Reflect] attribute boolean multiple;
  5. [Reflect] attribute boolean required;
  6. };