All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalajs.dom.html.HTMLFormElement.scala Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package io.scalajs.dom.html

import scala.scalajs.js

/**
  * The HTMLFormElement interface provides methods to create and modify 
elements. * document.forms - returns an array of HTMLFormElement objects referencing all forms on the page. * document.forms[index] - returns an HTMLFormElement object referencing the form at the specified index. * document.forms['id'] - returns an HTMLFormElement object referencing the form with the specified id. * document.forms['name'] - returns an HTMLFormElement object referencing the form with the specified name. * @author [email protected] */ @js.native trait HTMLFormElement extends HTMLElement {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy