Documentation
¶
Index ¶
- type Layout
- func (me *Layout) Child(id html.ID, elm *html.Element) *Layout
- func (me *Layout) GetChild(name string) *Layout
- func (me *Layout) HxAppendMe(link *web.Link) *web.Link
- func (me *Layout) HxInitJS(url string, target html.ID) error
- func (me *Layout) HxLoadJS(code string, targetContext html.ID) error
- func (me *Layout) HxLoadPolling(url string, inner *html.Element, delaySec int) *html.Element
- func (me *Layout) HxOutOfBand() *html.Element
- func (me *Layout) HxTargetMe(link *web.Link) *web.Link
- func (me *Layout) Set(setter ...templ.Setter) html.HTML
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Layout ¶
type Layout struct {
Element *html.Element
ID html.ID
Name string
Parent *Layout
// contains filtered or unexported fields
}
func (*Layout) HxAppendMe ¶ added in v0.13.33
func (*Layout) HxLoadPolling ¶
for e.g. a progressbar
func (*Layout) HxOutOfBand ¶
Click to show internal directories.
Click to hide internal directories.