htmltextareaelement

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

Documentation

Index

Constants

This section is empty.

Variables

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

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlTextAreaElement

type HtmlTextAreaElement struct {
	htmlelement.HtmlElement
}

HtmlTextAreaElement struct

func NewFromElement

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

func NewFromJSObject

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

func (HtmlTextAreaElement) AccessKey

func (h HtmlTextAreaElement) AccessKey() (string, error)

func (HtmlTextAreaElement) Autocapitalize

func (h HtmlTextAreaElement) Autocapitalize() (string, error)

func (HtmlTextAreaElement) Autocomplete

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

func (HtmlTextAreaElement) Autofocus

func (h HtmlTextAreaElement) Autofocus() (bool, error)

func (HtmlTextAreaElement) Blur

func (h HtmlTextAreaElement) Blur() error

func (HtmlTextAreaElement) CheckValidity

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

func (HtmlTextAreaElement) Cols

func (h HtmlTextAreaElement) Cols() (int, error)

func (HtmlTextAreaElement) DefaultValue

func (h HtmlTextAreaElement) DefaultValue() (string, error)

func (HtmlTextAreaElement) Disabled

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

func (HtmlTextAreaElement) Focus

func (h HtmlTextAreaElement) Focus() error

func (HtmlTextAreaElement) Form

func (HtmlTextAreaElement) HtmlTextAreaElement_

func (h HtmlTextAreaElement) HtmlTextAreaElement_() HtmlTextAreaElement

func (HtmlTextAreaElement) Labels

func (HtmlTextAreaElement) MaxLength

func (h HtmlTextAreaElement) MaxLength() (int, error)

func (HtmlTextAreaElement) MinLength

func (h HtmlTextAreaElement) MinLength() (int, error)

func (HtmlTextAreaElement) Name

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

func (HtmlTextAreaElement) OnInput

func (h HtmlTextAreaElement) OnInput(handler func(e event.Event)) (js.Func, error)

func (HtmlTextAreaElement) Placeholder

func (h HtmlTextAreaElement) Placeholder() (string, error)

func (HtmlTextAreaElement) ReadOnly

func (h HtmlTextAreaElement) ReadOnly() (bool, error)

func (HtmlTextAreaElement) ReportValidity

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

func (HtmlTextAreaElement) Required

func (h HtmlTextAreaElement) Required() (bool, error)

func (HtmlTextAreaElement) Rows

func (h HtmlTextAreaElement) Rows() (int, error)

func (HtmlTextAreaElement) Select

func (h HtmlTextAreaElement) Select() error

func (HtmlTextAreaElement) SelectionDirection

func (h HtmlTextAreaElement) SelectionDirection() (string, error)

func (HtmlTextAreaElement) SelectionEnd

func (h HtmlTextAreaElement) SelectionEnd() (int, error)

func (HtmlTextAreaElement) SelectionStart

func (h HtmlTextAreaElement) SelectionStart() (int, error)

func (HtmlTextAreaElement) SetAccessKey

func (h HtmlTextAreaElement) SetAccessKey(value string) error

func (HtmlTextAreaElement) SetAutocapitalize

func (h HtmlTextAreaElement) SetAutocapitalize(value string) error

func (HtmlTextAreaElement) SetAutocomplete

func (h HtmlTextAreaElement) SetAutocomplete(value string) error

func (HtmlTextAreaElement) SetAutofocus

func (h HtmlTextAreaElement) SetAutofocus(value bool) error

func (HtmlTextAreaElement) SetCols

func (h HtmlTextAreaElement) SetCols(value int) error

func (HtmlTextAreaElement) SetCustomValidity

func (h HtmlTextAreaElement) SetCustomValidity(message string) error

func (HtmlTextAreaElement) SetDefaultValue

func (h HtmlTextAreaElement) SetDefaultValue(value string) error

func (HtmlTextAreaElement) SetDisabled

func (h HtmlTextAreaElement) SetDisabled(value bool) error

func (HtmlTextAreaElement) SetMaxLength

func (h HtmlTextAreaElement) SetMaxLength(value int) error

func (HtmlTextAreaElement) SetMinLength

func (h HtmlTextAreaElement) SetMinLength(value int) error

func (HtmlTextAreaElement) SetName

func (h HtmlTextAreaElement) SetName(value string) error

func (HtmlTextAreaElement) SetPlaceholder

func (h HtmlTextAreaElement) SetPlaceholder(value string) error

func (HtmlTextAreaElement) SetRangeText

func (h HtmlTextAreaElement) SetRangeText(replacement string, options ...interface{}) error

func (HtmlTextAreaElement) SetReadOnly

func (h HtmlTextAreaElement) SetReadOnly(value bool) error

func (HtmlTextAreaElement) SetRequired

func (h HtmlTextAreaElement) SetRequired(value bool) error

func (HtmlTextAreaElement) SetRows

func (h HtmlTextAreaElement) SetRows(value int) error

func (HtmlTextAreaElement) SetSelectionDirection

func (h HtmlTextAreaElement) SetSelectionDirection(value string) error

func (HtmlTextAreaElement) SetSelectionEnd

func (h HtmlTextAreaElement) SetSelectionEnd(value int) error

func (HtmlTextAreaElement) SetSelectionRange

func (h HtmlTextAreaElement) SetSelectionRange(selectionStart, selectionEnd string, selectionDirection ...string) error

func (HtmlTextAreaElement) SetSelectionStart

func (h HtmlTextAreaElement) SetSelectionStart(value int) error

func (HtmlTextAreaElement) SetTabIndex

func (h HtmlTextAreaElement) SetTabIndex(value int) error

func (HtmlTextAreaElement) SetValue

func (h HtmlTextAreaElement) SetValue(value string) error

func (HtmlTextAreaElement) SetWrap

func (h HtmlTextAreaElement) SetWrap(value string) error

func (HtmlTextAreaElement) TabIndex

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

func (HtmlTextAreaElement) TextLength

func (h HtmlTextAreaElement) TextLength() (int, error)

func (HtmlTextAreaElement) Type

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

func (HtmlTextAreaElement) ValidationMessage

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

func (HtmlTextAreaElement) Validity

func (HtmlTextAreaElement) Value

func (h HtmlTextAreaElement) Value() (string, error)

func (HtmlTextAreaElement) WillValidate

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

func (HtmlTextAreaElement) Wrap

func (h HtmlTextAreaElement) Wrap() (string, error)

type HtmlTextAreaElementFrom

type HtmlTextAreaElementFrom interface {
	HtmlTextAreaElement_() HtmlTextAreaElement
}

Jump to

Keyboard shortcuts

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