htmltableelement

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: 1

Documentation

Index

Constants

This section is empty.

Variables

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

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlTableElement

type HtmlTableElement struct {
	htmlelement.HtmlElement
}

HtmlTableElement struct

func NewFromElement

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

func NewFromJSObject

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

func (HtmlTableElement) Caption

func (HtmlTableElement) CreateCaption

func (HtmlTableElement) CreateTFoot

func (HtmlTableElement) CreateTHead

func (HtmlTableElement) DeleteCaption

func (h HtmlTableElement) DeleteCaption() error

func (HtmlTableElement) DeleteRow

func (h HtmlTableElement) DeleteRow(index int) error

func (HtmlTableElement) DeleteTFoot

func (h HtmlTableElement) DeleteTFoot() error

func (HtmlTableElement) DeleteTHead

func (h HtmlTableElement) DeleteTHead() error

func (HtmlTableElement) HtmlTableElement_

func (h HtmlTableElement) HtmlTableElement_() HtmlTableElement

func (HtmlTableElement) InsertRow

func (HtmlTableElement) Rows

func (HtmlTableElement) SetCaption

func (HtmlTableElement) TBodies

func (HtmlTableElement) TFoot

func (HtmlTableElement) THead

type HtmlTableElementFrom

type HtmlTableElementFrom interface {
	HtmlTableElement_() HtmlTableElement
}

Jump to

Keyboard shortcuts

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