FormEditorCreate Method
Overload List
  NameDescription
Public methodStatic memberCreate(HTMLFormElement)
Creates a new FormEditor based on HTMLFormElement.
Public methodStatic memberCreate(HTMLDocument, Int32)
Creates a new FormEditor based on HTMLFormElement selected from the Forms collection by index.
Public methodStatic memberCreate(HTMLDocument, String)
Creates a new FormEditor based on HTMLFormElement selected from the document by id.
See Also