bootstrap

package
v0.6.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2022 License: MIT Imports: 6 Imported by: 13

Documentation

Index

Constants

View Source
const (
	FormKey          = "bootstrapForm"
	RemoteFormKey    = "remoteBootstrapForm"
	FormForKey       = "bootstrapFormFor"
	RemoteFormForKey = "remoteBootstrapFormFor"
)

Keys to be used in templates for the functions in this package.

Variables

This section is empty.

Functions

func Form

func Form(opts tags.Options, help hctx.HelperContext) (template.HTML, error)

Form implements a `github.com/gobuffalo/plush` helper around the bootstrap.New function in the `github.com/gobuffalo/tags/form/bootstrap` package

func FormFor

func FormFor(model interface{}, opts tags.Options, help hctx.HelperContext) (template.HTML, error)

FormFor implements a `github.com/gobuffalo/plush` helper around the bootstrap.NewFormFor function in the `github.com/gobuffalo/tags/form/bootstrap` package

func New

func New() hctx.Map

New returns a map of the helpers within this package.

func RemoteForm

func RemoteForm(opts tags.Options, help hctx.HelperContext) (template.HTML, error)

RemoteForm implements a `github.com/gobuffalo/plush` helper around the bootstrap.New function in the `github.com/gobuffalo/tags/form/bootstrap` package

func RemoteFormFor

func RemoteFormFor(model interface{}, opts tags.Options, help hctx.HelperContext) (template.HTML, error)

FormFor implements a `github.com/gobuffalo/plush` helper around the bootstrap.NewFormFor function in the `github.com/gobuffalo/tags/form/bootstrap` package

<%= remoteFormFor(widget, {method: "POST"}) { %>
<% } %>
<form action="/widgets/b6b0ab24-19ae-4cdd-ad73-c5ecbddd6f91" id="widget-form" method="POST"><input name="_method" type="hidden" value="PUT"></form>

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL