htmlfieldsetelement

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//ErrNotImplemented ErrNotImplemented error
	ErrNotImplemented           = errors.New("Browser not implemented HTMLFieldSetElement")
	ErrNotAnHtmlFieldSetElement = errors.New("Object is not an HTMLFieldSetElement")
	ErrNoForm                   = errors.New("No form attached to this object")
)

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlFieldSetElement

type HtmlFieldSetElement struct {
	htmlelement.HtmlElement
}

HtmlFieldSetElement struct

func NewFromElement

func NewFromElement(elem element.Element) (HtmlFieldSetElement, error)

func NewFromJSObject

func NewFromJSObject(obj js.Value) (HtmlFieldSetElement, error)

func (HtmlFieldSetElement) CheckValidity

func (h HtmlFieldSetElement) CheckValidity() (bool, error)

func (HtmlFieldSetElement) Disabled

func (h HtmlFieldSetElement) Disabled() (bool, error)

func (HtmlFieldSetElement) Elements

func (HtmlFieldSetElement) Form

func (HtmlFieldSetElement) HtmlFieldSetElement_

func (h HtmlFieldSetElement) HtmlFieldSetElement_() HtmlFieldSetElement

func (HtmlFieldSetElement) Name

func (h HtmlFieldSetElement) Name() (string, error)

func (HtmlFieldSetElement) ReportValidity

func (h HtmlFieldSetElement) ReportValidity() (bool, error)

func (HtmlFieldSetElement) SetCustomValidity

func (h HtmlFieldSetElement) SetCustomValidity(message string) error

func (HtmlFieldSetElement) SetDisabled

func (h HtmlFieldSetElement) SetDisabled(value bool) error

func (HtmlFieldSetElement) SetName

func (h HtmlFieldSetElement) SetName(name string) error

func (HtmlFieldSetElement) Type

func (h HtmlFieldSetElement) Type() (string, error)

func (HtmlFieldSetElement) ValidationMessage

func (h HtmlFieldSetElement) ValidationMessage() (string, error)

func (HtmlFieldSetElement) Validity

func (HtmlFieldSetElement) WillValidate

func (h HtmlFieldSetElement) WillValidate() (bool, error)

type HtmlFieldSetElementFrom

type HtmlFieldSetElementFrom interface {
	HtmlFieldSetElement_() HtmlFieldSetElement
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL