Documentation ¶
Index ¶
- type HTML
- func (h *HTML) A(t ...string) *elems.Element
- func (h *HTML) Abbr(t ...string) *elems.Element
- func (h *HTML) Add(e ...*elems.Element) *elems.Element
- func (h *HTML) AddHead(e ...*elems.Element) *elems.Element
- func (h *HTML) Address(t ...string) *elems.Element
- func (h *HTML) Area(t ...string) *elems.Element
- func (h *HTML) Article(t ...string) *elems.Element
- func (h *HTML) Aside(t ...string) *elems.Element
- func (h *HTML) Audio(t ...string) *elems.Element
- func (h *HTML) B(t ...string) *elems.Element
- func (h *HTML) Bdi(t ...string) *elems.Element
- func (h *HTML) Bdo(t ...string) *elems.Element
- func (h *HTML) Blockquote(t ...string) *elems.Element
- func (h *HTML) Body(t ...string) *elems.Element
- func (h *HTML) Br(t ...string) *elems.Element
- func (h *HTML) Button(t ...string) *elems.Element
- func (h *HTML) Canvas(t ...string) *elems.Element
- func (h *HTML) Caption(t ...string) *elems.Element
- func (h *HTML) Cite(t ...string) *elems.Element
- func (h *HTML) Code(t ...string) *elems.Element
- func (h *HTML) Col(t ...string) *elems.Element
- func (h *HTML) Colgroup(t ...string) *elems.Element
- func (h *HTML) Command(t ...string) *elems.Element
- func (h *HTML) Datalist(t ...string) *elems.Element
- func (h *HTML) Dd(t ...string) *elems.Element
- func (h *HTML) Del(t ...string) *elems.Element
- func (h *HTML) Details(t ...string) *elems.Element
- func (h *HTML) Dfn(t ...string) *elems.Element
- func (h *HTML) Div(t ...string) *elems.Element
- func (h *HTML) Dl(t ...string) *elems.Element
- func (h *HTML) Dt(t ...string) *elems.Element
- func (h *HTML) Em(t ...string) *elems.Element
- func (h *HTML) Embed(t ...string) *elems.Element
- func (h *HTML) Fieldset(t ...string) *elems.Element
- func (h *HTML) Figcaption(t ...string) *elems.Element
- func (h *HTML) Figure(t ...string) *elems.Element
- func (h *HTML) Footer(t ...string) *elems.Element
- func (h *HTML) Form(t ...string) *elems.Element
- func (h *HTML) H1(t ...string) *elems.Element
- func (h *HTML) H2(t ...string) *elems.Element
- func (h *HTML) H3(t ...string) *elems.Element
- func (h *HTML) H4(t ...string) *elems.Element
- func (h *HTML) H5(t ...string) *elems.Element
- func (h *HTML) H6(t ...string) *elems.Element
- func (h *HTML) HTML(templateData any, buffer ...elems.Buffer) string
- func (h *HTML) Header(t ...string) *elems.Element
- func (h *HTML) Hr() *elems.Element
- func (h *HTML) I(t ...string) *elems.Element
- func (h *HTML) Iframe(t ...string) *elems.Element
- func (h *HTML) Img(src string, alt ...string) *elems.Element
- func (h *HTML) Input(t ...string) *elems.Element
- func (h *HTML) Ins(t ...string) *elems.Element
- func (h *HTML) Kbd(t ...string) *elems.Element
- func (h *HTML) Keygen(t ...string) *elems.Element
- func (h *HTML) Label(t ...string) *elems.Element
- func (h *HTML) Legend(t ...string) *elems.Element
- func (h *HTML) Li(t ...string) *elems.Element
- func (h *HTML) Main(t ...string) *elems.Element
- func (h *HTML) Map(t ...string) *elems.Element
- func (h *HTML) Mark(t ...string) *elems.Element
- func (h *HTML) Menu(t ...string) *elems.Element
- func (h *HTML) Meter(t ...string) *elems.Element
- func (h *HTML) Nav(t ...string) *elems.Element
- func (h *HTML) Object(t ...string) *elems.Element
- func (h *HTML) Ol(t ...string) *elems.Element
- func (h *HTML) Optgroup(t ...string) *elems.Element
- func (h *HTML) Option(t ...string) *elems.Element
- func (h *HTML) Output(t ...string) *elems.Element
- func (h *HTML) P(t ...string) *elems.Element
- func (h *HTML) Param(t ...string) *elems.Element
- func (h *HTML) Pre(t ...string) *elems.Element
- func (h *HTML) Progress(t ...string) *elems.Element
- func (h *HTML) Q(t ...string) *elems.Element
- func (h *HTML) Release()
- func (h *HTML) RenderBuffer(buffer elems.Buffer, templateData any) elems.Buffer
- func (h *HTML) Rp(t ...string) *elems.Element
- func (h *HTML) Rt(t ...string) *elems.Element
- func (h *HTML) Ruby(t ...string) *elems.Element
- func (h *HTML) S(t ...string) *elems.Element
- func (h *HTML) Samp(t ...string) *elems.Element
- func (h *HTML) Script(src string, typ ...string) *elems.Element
- func (h *HTML) ScriptInline(sourceCode string, typ ...string) *elems.Element
- func (h *HTML) ScriptOnLoad(sourceCode string, typ ...string) *elems.Element
- func (h *HTML) Section(t ...string) *elems.Element
- func (h *HTML) Select(t ...string) *elems.Element
- func (h *HTML) SetTitle(str string)
- func (h *HTML) Small(t ...string) *elems.Element
- func (h *HTML) Source(t ...string) *elems.Element
- func (h *HTML) Span(t ...string) *elems.Element
- func (h *HTML) String() string
- func (h *HTML) Strong(t ...string) *elems.Element
- func (h *HTML) Style(sourceCode string) *elems.Element
- func (h *HTML) StyleSheet(href string, rel string) *elems.Element
- func (h *HTML) Sub(t ...string) *elems.Element
- func (h *HTML) Summary(t ...string) *elems.Element
- func (h *HTML) Sup(t ...string) *elems.Element
- func (h *HTML) Table(t ...string) *elems.Element
- func (h *HTML) Tbody(t ...string) *elems.Element
- func (h *HTML) Td(t ...string) *elems.Element
- func (h *HTML) Text(t ...string) *elems.Element
- func (h *HTML) Textarea(t ...string) *elems.Element
- func (h *HTML) Tfoot(t ...string) *elems.Element
- func (h *HTML) Th(t ...string) *elems.Element
- func (h *HTML) Thead(t ...string) *elems.Element
- func (h *HTML) Time(t ...string) *elems.Element
- func (h *HTML) Tr(t ...string) *elems.Element
- func (h *HTML) Track(t ...string) *elems.Element
- func (h *HTML) U(t ...string) *elems.Element
- func (h *HTML) Ul(t ...string) *elems.Element
- func (h *HTML) Var(t ...string) *elems.Element
- func (h *HTML) Video(t ...string) *elems.Element
- func (h *HTML) Wbr(t ...string) *elems.Element
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.