htmgo/htmgo-site/pages/examples/js-set-text-on-click.go

11 lines
187 B
Go
Raw Normal View History

2024-10-29 12:08:44 +00:00
package examples
import (
"github.com/maddalax/htmgo/framework/h"
)
func JsSetTextOnClickPage(ctx *h.RequestContext) *h.Page {
SetSnippet(ctx, &JsSetTextOnClick)
return Index(ctx)
}