htmgo/htmgo-site/pages/examples/js-hide-children-on-click.go

11 lines
197 B
Go
Raw Permalink Normal View History

package examples
import (
"github.com/maddalax/htmgo/framework/h"
)
func JsHideChildrenOnClickPage(ctx *h.RequestContext) *h.Page {
SetSnippet(ctx, &JsHideChildrenOnClick)
return Index(ctx)
}