htmlformelement

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

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlFormElement

type HtmlFormElement struct {
	htmlelement.HtmlElement
}

HtmlBaseElement struct

func NewFromElement

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

func NewFromJSObject

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

func (HtmlFormElement) AcceptCharset

func (h HtmlFormElement) AcceptCharset() (string, error)

func (HtmlFormElement) Action

func (h HtmlFormElement) Action() (string, error)

func (HtmlFormElement) Autocomplete

func (h HtmlFormElement) Autocomplete() (string, error)

func (HtmlFormElement) CheckValidity

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

func (HtmlFormElement) Encoding

func (h HtmlFormElement) Encoding() (string, error)

func (HtmlFormElement) Enctype

func (h HtmlFormElement) Enctype() (string, error)

func (HtmlFormElement) HtmlFormElement_

func (h HtmlFormElement) HtmlFormElement_() HtmlFormElement

func (HtmlFormElement) Method

func (h HtmlFormElement) Method() (string, error)

func (HtmlFormElement) Name

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

func (HtmlFormElement) NoValidate

func (h HtmlFormElement) NoValidate() (bool, error)

func (HtmlFormElement) OnFormData

func (h HtmlFormElement) OnFormData(handler func(e event.Event)) (js.Func, error)

func (HtmlFormElement) OnReset

func (h HtmlFormElement) OnReset(handler func(e event.Event)) (js.Func, error)

func (HtmlFormElement) OnSubmit

func (h HtmlFormElement) OnSubmit(handler func(e event.Event)) (js.Func, error)

func (HtmlFormElement) ReportValidity

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

func (HtmlFormElement) RequestSubmit

func (h HtmlFormElement) RequestSubmit(elem ...baseobject.BaseObject) error

func (HtmlFormElement) Reset

func (h HtmlFormElement) Reset() error

func (HtmlFormElement) SetAcceptCharset

func (h HtmlFormElement) SetAcceptCharset(value string) error

func (HtmlFormElement) SetAction

func (h HtmlFormElement) SetAction(value string) error

func (HtmlFormElement) SetAutocomplete

func (h HtmlFormElement) SetAutocomplete(value string) error

func (HtmlFormElement) SetEncoding

func (h HtmlFormElement) SetEncoding(value string) error

func (HtmlFormElement) SetEnctype

func (h HtmlFormElement) SetEnctype(value string) error

func (HtmlFormElement) SetMethod

func (h HtmlFormElement) SetMethod(value string) error

func (HtmlFormElement) SetName

func (h HtmlFormElement) SetName(name string) error

func (HtmlFormElement) SetNoValidate

func (h HtmlFormElement) SetNoValidate(value bool) error

func (HtmlFormElement) SetTarget

func (h HtmlFormElement) SetTarget(value string) error

func (HtmlFormElement) Submit

func (h HtmlFormElement) Submit() error

func (HtmlFormElement) Target

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

type HtmlFormElementFrom

type HtmlFormElementFrom interface {
	HtmlFormElement_() HtmlFormElement
}

Jump to

Keyboard shortcuts

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