Documentation ¶
Index ¶
- func HxBoost(value string) gomponents.Node
- func HxConfirm(value string) gomponents.Node
- func HxDelete(path string) gomponents.Node
- func HxDisable(value string) gomponents.Node
- func HxDisabledELT(value string) gomponents.Node
- func HxDisinherit(value string) gomponents.Node
- func HxEncoding(value string) gomponents.Node
- func HxExt(value string) gomponents.Node
- func HxGet(path string) gomponents.Node
- func HxHeaders(value string) gomponents.Node
- func HxHistory(value string) gomponents.Node
- func HxHistoryElt(value string) gomponents.Node
- func HxInclude(value string) gomponents.Node
- func HxIndicator(value string) gomponents.Node
- func HxOn(name string, value string) gomponents.Node
- func HxParams(value string) gomponents.Node
- func HxPatch(path string) gomponents.Node
- func HxPost(path string) gomponents.Node
- func HxPreserve(value string) gomponents.Node
- func HxPrompt(value string) gomponents.Node
- func HxPushURL(value string) gomponents.Node
- func HxPut(path string) gomponents.Node
- func HxReplaceURL(value string) gomponents.Node
- func HxRequest(value string) gomponents.Node
- func HxSelect(value string) gomponents.Node
- func HxSelectOOB(value string) gomponents.Node
- func HxSwap(value string) gomponents.Node
- func HxSwapOOB(value string) gomponents.Node
- func HxSync(value string) gomponents.Node
- func HxTarget(value string) gomponents.Node
- func HxTrigger(value string) gomponents.Node
- func HxValidate(value string) gomponents.Node
- func HxVals(value string) gomponents.Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HxBoost ¶
func HxBoost(value string) gomponents.Node
HxBoost returns a gomponents node with the hx-boost attribute set to the given value.
func HxConfirm ¶
func HxConfirm(value string) gomponents.Node
HxConfirm returns a gomponents node with the hx-confirm attribute set to the given value.
func HxDelete ¶
func HxDelete(path string) gomponents.Node
HxDelete returns a gomponents node with the hx-delete attribute set to the given path.
func HxDisable ¶
func HxDisable(value string) gomponents.Node
HxDisable returns a gomponents node with the hx-disable attribute set to the given value.
func HxDisabledELT ¶
func HxDisabledELT(value string) gomponents.Node
HxDisabledELT returns a gomponents node with the hx-disabled-elt attribute set to the given value.
func HxDisinherit ¶
func HxDisinherit(value string) gomponents.Node
HxDisinherit returns a gomponents node with the hx-disinherit attribute set to the given value.
func HxEncoding ¶
func HxEncoding(value string) gomponents.Node
HxEncoding returns a gomponents node with the hx-encoding attribute set to the given value.
func HxExt ¶
func HxExt(value string) gomponents.Node
HxExt returns a gomponents node with the hx-ext attribute set to the given value.
func HxGet ¶
func HxGet(path string) gomponents.Node
HxGet returns a gomponents node with the hx-get attribute set to the given path.
func HxHeaders ¶
func HxHeaders(value string) gomponents.Node
HxHeaders returns a gomponents node with the hx-headers attribute set to the given value.
func HxHistory ¶
func HxHistory(value string) gomponents.Node
HxHistory returns a gomponents node with the hx-history attribute set to the given value.
func HxHistoryElt ¶
func HxHistoryElt(value string) gomponents.Node
HxHistoryElt returns a gomponents node with the hx-history-elt attribute set to the given value.
func HxInclude ¶
func HxInclude(value string) gomponents.Node
HxInclude returns a gomponents node with the hx-include attribute set to the given value.
func HxIndicator ¶
func HxIndicator(value string) gomponents.Node
HxIndicator returns a gomponents node with the hx-indicator attribute set to the given value.
func HxOn ¶
func HxOn(name string, value string) gomponents.Node
HxOn returns a gomponents node with the hx-on:name="value" attribute set to the given value.
func HxParams ¶
func HxParams(value string) gomponents.Node
HxParams returns a gomponents node with the hx-params attribute set to the given value.
func HxPatch ¶
func HxPatch(path string) gomponents.Node
HxPatch returns a gomponents node with the hx-patch attribute set to the given path.
func HxPost ¶
func HxPost(path string) gomponents.Node
HxPost returns a gomponents node with the hx-post attribute set to the given path.
func HxPreserve ¶
func HxPreserve(value string) gomponents.Node
HxPreserve returns a gomponents node with the hx-preserve attribute set to the given value.
func HxPrompt ¶
func HxPrompt(value string) gomponents.Node
HxPrompt returns a gomponents node with the hx-prompt attribute set to the given value.
func HxPushURL ¶
func HxPushURL(value string) gomponents.Node
HxPushURL returns a gomponents node with the hx-push-url attribute set to the given value.
func HxPut ¶
func HxPut(path string) gomponents.Node
HxPut returns a gomponents node with the hx-put attribute set to the given path.
func HxReplaceURL ¶
func HxReplaceURL(value string) gomponents.Node
HxReplaceURL returns a gomponents node with the hx-replace-url attribute set to the given value.
func HxRequest ¶
func HxRequest(value string) gomponents.Node
HxRequest returns a gomponents node with the hx-request attribute set to the given value.
func HxSelect ¶
func HxSelect(value string) gomponents.Node
HxSelect returns a gomponents node with the hx-select attribute set to the given value.
func HxSelectOOB ¶
func HxSelectOOB(value string) gomponents.Node
HxSelectOOB returns a gomponents node with the hx-select-oob attribute set to the given value.
func HxSwap ¶
func HxSwap(value string) gomponents.Node
HxSwap returns a gomponents node with the hx-swap attribute set to the given value.
func HxSwapOOB ¶
func HxSwapOOB(value string) gomponents.Node
HxSwapOOB returns a gomponents node with the hx-swap-oob attribute set to the given value.
func HxSync ¶
func HxSync(value string) gomponents.Node
HxSync returns a gomponents node with the hx-sync attribute set to the given value.
func HxTarget ¶
func HxTarget(value string) gomponents.Node
HxTarget returns a gomponents node with the hx-target attribute set to the given value.
func HxTrigger ¶
func HxTrigger(value string) gomponents.Node
HxTrigger returns a gomponents node with the hx-trigger attribute set to the given value.
func HxValidate ¶
func HxValidate(value string) gomponents.Node
HxValidate returns a gomponents node with the hx-validate attribute set to the given value.
func HxVals ¶
func HxVals(value string) gomponents.Node
HxVals returns a gomponents node with the hx-vals attribute set to the given value.
Types ¶
This section is empty.