HTMLFieldSetElement
Overview
The HTMLFieldSetElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of <fieldset> elements.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: EventTarget | Node | Element | HTMLElement | HTMLFieldSetElement
checkValidity
Always returns true because element is used to group several controls as well as labels (<label>) within a web form."><fieldset> objects are never candidates for constraint validation.
method checkValidity: Boolean
Boolean checkValidity()
func checkValidity() -> Boolean
Boolean checkValidity()
Function checkValidity() As Boolean
disabled
property disabled: Boolean read write;
Boolean disabled { get; set; }
var disabled: Boolean { get{} set{} }
Boolean disabled { __get; __set; }
Property disabled() As Boolean
elements
property elements: HTMLElement read;
HTMLElement elements { get; }
var elements: HTMLElement { get{} }
HTMLElement elements { __get; }
ReadOnly Property elements() As HTMLElement
form
property form: HTMLCollection read;
HTMLCollection form { get; }
var form: HTMLCollection { get{} }
HTMLCollection form { __get; }
ReadOnly Property form() As HTMLCollection
name
property name: String read write;
String name { get; set; }
var name: String { get{} set{} }
String name { __get; __set; }
Property name() As String
reportValidity
Always returns true because element is used to group several controls as well as labels (<label>) within a web form."><fieldset> objects are never candidates for constraint validation.
method reportValidity: Boolean
Boolean reportValidity()
func reportValidity() -> Boolean
Boolean reportValidity()
Function reportValidity() As Boolean
setCustomValidity
Sets a custom validity message for the field set. If this message is not the empty string, then the field set is suffering from a custom validity error, and does not validate.
method setCustomValidity: dynamic
dynamic setCustomValidity()
func setCustomValidity() -> dynamic
dynamic setCustomValidity()
Function setCustomValidity() As dynamic
type
property type: dynamic read;
dynamic type { get; }
var type: dynamic { get{} }
dynamic type { __get; }
ReadOnly Property type() As dynamic
validationMessage
property validationMessage: String read write;
String validationMessage { get; set; }
var validationMessage: String { get{} set{} }
String validationMessage { __get; __set; }
Property validationMessage() As String
validity
property validity: ValidityState read write;
ValidityState validity { get; set; }
var validity: ValidityState { get{} set{} }
ValidityState validity { __get; __set; }
Property validity() As ValidityState
willValidate
disabled
property disabled: Boolean read write;
Boolean disabled { get; set; }
var disabled: Boolean { get{} set{} }
Boolean disabled { __get; __set; }
Property disabled() As Boolean
elements
property elements: HTMLElement read;
HTMLElement elements { get; }
var elements: HTMLElement { get{} }
HTMLElement elements { __get; }
ReadOnly Property elements() As HTMLElement
form
property form: HTMLCollection read;
HTMLCollection form { get; }
var form: HTMLCollection { get{} }
HTMLCollection form { __get; }
ReadOnly Property form() As HTMLCollection
name
property name: String read write;
String name { get; set; }
var name: String { get{} set{} }
String name { __get; __set; }
Property name() As String
type
property type: dynamic read;
dynamic type { get; }
var type: dynamic { get{} }
dynamic type { __get; }
ReadOnly Property type() As dynamic
validationMessage
property validationMessage: String read write;
String validationMessage { get; set; }
var validationMessage: String { get{} set{} }
String validationMessage { __get; __set; }
Property validationMessage() As String
validity
property validity: ValidityState read write;
ValidityState validity { get; set; }
var validity: ValidityState { get{} set{} }
ValidityState validity { __get; __set; }
Property validity() As ValidityState
willValidate
checkValidity
Always returns true because element is used to group several controls as well as labels (<label>) within a web form."><fieldset> objects are never candidates for constraint validation.
method checkValidity: Boolean
Boolean checkValidity()
func checkValidity() -> Boolean
Boolean checkValidity()
Function checkValidity() As Boolean
reportValidity
Always returns true because element is used to group several controls as well as labels (<label>) within a web form."><fieldset> objects are never candidates for constraint validation.
method reportValidity: Boolean
Boolean reportValidity()
func reportValidity() -> Boolean
Boolean reportValidity()
Function reportValidity() As Boolean
setCustomValidity
Sets a custom validity message for the field set. If this message is not the empty string, then the field set is suffering from a custom validity error, and does not validate.
method setCustomValidity: dynamic
dynamic setCustomValidity()
func setCustomValidity() -> dynamic
dynamic setCustomValidity()
Function setCustomValidity() As dynamic