htmllabelelement

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: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//ErrNotImplemented ErrNotImplemented error
	ErrNotImplemented        = errors.New("Browser not implemented HTMLLabelElement")
	ErrNotAnHTMLLabelElement = errors.New("Object is not an HTMLLabelElement")
)

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlLabelElement

type HtmlLabelElement struct {
	htmlelement.HtmlElement
}

HtmlLabelElement struct

func NewFromElement

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

func NewFromJSObject

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

func (HtmlLabelElement) Control

func (HtmlLabelElement) Form

func (HtmlLabelElement) HtmlFor

func (h HtmlLabelElement) HtmlFor() (string, error)

func (HtmlLabelElement) HtmlLabelElement_

func (h HtmlLabelElement) HtmlLabelElement_() HtmlLabelElement

func (HtmlLabelElement) SetHtmlFor

func (h HtmlLabelElement) SetHtmlFor(value string) error

type HtmlLabelElementFrom

type HtmlLabelElementFrom interface {
	HtmlLabelElement_() HtmlLabelElement
}

Jump to

Keyboard shortcuts

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