HTMLInputSubmitElement
Overview
The HTMLInputElement interface provides special properties and methods for manipulating the options, layout, and presentation of <input> elements.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: EventTarget | Node | Element | HTMLElement | HTMLInputElement | HTMLInputSubmitElement
Properties
formaction
property formaction: String read write;
String formaction { get; set; }
var formaction: String { get{} set{} }
String formaction { __get; __set; }
Property formaction() As String
formenctype
property formenctype: String read write;
String formenctype { get; set; }
var formenctype: String { get{} set{} }
String formenctype { __get; __set; }
Property formenctype() As String
formmethod
property formmethod: String read write;
String formmethod { get; set; }
var formmethod: String { get{} set{} }
String formmethod { __get; __set; }
Property formmethod() As String
formnovalidate
property formnovalidate: String read write;
String formnovalidate { get; set; }
var formnovalidate: String { get{} set{} }
String formnovalidate { __get; __set; }
Property formnovalidate() As String
formtarget
property formtarget: String read write;
String formtarget { get; set; }
var formtarget: String { get{} set{} }
String formtarget { __get; __set; }
Property formtarget() As String