htmlareaelement

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 HtmlAreaElement")
	ErrNotAnHtmlAreaElement = errors.New("Object is not an HtmlAreaElement")
)

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlAreaElement

type HtmlAreaElement struct {
	htmlelement.HtmlElement
}

HtmlAreaElement struct

func NewFromElement

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

func NewFromJSObject

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

func (HtmlAreaElement) Alt

func (h HtmlAreaElement) Alt() (string, error)

func (HtmlAreaElement) Coords

func (h HtmlAreaElement) Coords() (string, error)

func (HtmlAreaElement) Download

func (h HtmlAreaElement) Download() (string, error)

func (HtmlAreaElement) Hash

func (h HtmlAreaElement) Hash() (string, error)

func (HtmlAreaElement) Host

func (h HtmlAreaElement) Host() (string, error)

func (HtmlAreaElement) Hostname

func (h HtmlAreaElement) Hostname() (string, error)

func (HtmlAreaElement) Href

func (h HtmlAreaElement) Href() (string, error)

func (HtmlAreaElement) HtmlAreaElement_

func (h HtmlAreaElement) HtmlAreaElement_() HtmlAreaElement

func (HtmlAreaElement) Origin

func (h HtmlAreaElement) Origin() (string, error)

func (HtmlAreaElement) Password

func (h HtmlAreaElement) Password() (string, error)

func (HtmlAreaElement) Pathname

func (h HtmlAreaElement) Pathname() (string, error)

func (HtmlAreaElement) Port

func (h HtmlAreaElement) Port() (string, error)

func (HtmlAreaElement) Protocol

func (h HtmlAreaElement) Protocol() (string, error)

func (HtmlAreaElement) ReferrerPolicy

func (h HtmlAreaElement) ReferrerPolicy() (string, error)

func (HtmlAreaElement) Rel

func (h HtmlAreaElement) Rel() (string, error)

func (HtmlAreaElement) RelList

func (HtmlAreaElement) Search

func (h HtmlAreaElement) Search() (string, error)

func (HtmlAreaElement) SetAlt

func (h HtmlAreaElement) SetAlt(value string) error

func (HtmlAreaElement) SetCoords

func (h HtmlAreaElement) SetCoords(value string) error

func (HtmlAreaElement) SetDownload

func (h HtmlAreaElement) SetDownload(value string) error

func (HtmlAreaElement) SetHash

func (h HtmlAreaElement) SetHash(value string) error

func (HtmlAreaElement) SetHost

func (h HtmlAreaElement) SetHost(value string) error

func (HtmlAreaElement) SetHostname

func (h HtmlAreaElement) SetHostname(value string) error

func (HtmlAreaElement) SetHref

func (h HtmlAreaElement) SetHref(value string) error

func (HtmlAreaElement) SetPassword

func (h HtmlAreaElement) SetPassword(value string) error

func (HtmlAreaElement) SetPathname

func (h HtmlAreaElement) SetPathname(value string) error

func (HtmlAreaElement) SetPort

func (h HtmlAreaElement) SetPort(value string) error

func (HtmlAreaElement) SetProtocol

func (h HtmlAreaElement) SetProtocol(value string) error

func (HtmlAreaElement) SetReferrerPolicy

func (h HtmlAreaElement) SetReferrerPolicy(value string) error

func (HtmlAreaElement) SetRel

func (h HtmlAreaElement) SetRel(value string) error

func (HtmlAreaElement) SetSearch

func (h HtmlAreaElement) SetSearch(value string) error

func (HtmlAreaElement) SetShape

func (h HtmlAreaElement) SetShape(value string) error

func (HtmlAreaElement) SetTabIndex

func (h HtmlAreaElement) SetTabIndex(value int) error

func (HtmlAreaElement) SetTarget

func (h HtmlAreaElement) SetTarget(value string) error

func (HtmlAreaElement) SetUsername

func (h HtmlAreaElement) SetUsername(value string) error

func (HtmlAreaElement) Shape

func (h HtmlAreaElement) Shape() (string, error)

func (HtmlAreaElement) TabIndex

func (h HtmlAreaElement) TabIndex() (int, error)

func (HtmlAreaElement) Target

func (h HtmlAreaElement) Target() (string, error)

func (HtmlAreaElement) Username

func (h HtmlAreaElement) Username() (string, error)

type HtmlAreaElementFrom

type HtmlAreaElementFrom interface {
	HtmlAreaElement_() HtmlAreaElement
}

Jump to

Keyboard shortcuts

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