Documentation ¶
Index ¶
- Constants
- func Form(opts tags.Options, help hctx.HelperContext) (template.HTML, error)
- func FormFor(model interface{}, opts tags.Options, help hctx.HelperContext) (template.HTML, error)
- func New() hctx.Map
- func RemoteForm(opts tags.Options, help hctx.HelperContext) (template.HTML, error)
- func RemoteFormFor(model interface{}, opts tags.Options, help hctx.HelperContext) (template.HTML, error)
Constants ¶
View Source
const ( FormKey = "form" RemoteFormKey = "remoteForm" FormForKey = "formFor" RemoteFormForKey = "remoteFormFor" )
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 form.New function in the `github.com/gobuffalo/tags/form` 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 form.NewFormFor function in the `github.com/gobuffalo/tags/form` package
func RemoteForm ¶
func RemoteForm(opts tags.Options, help hctx.HelperContext) (template.HTML, error)
RemoteForm implements a `github.com/gobuffalo/plush` helper around the form.New function in the `github.com/gobuffalo/tags/form` package
func RemoteFormFor ¶
func RemoteFormFor(model interface{}, opts tags.Options, help hctx.HelperContext) (template.HTML, error)
RemoteFormFor implements a `github.com/gobuffalo/plush` helper around the form.NewFormFor function in the `github.com/gobuffalo/tags/form` 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.
Click to show internal directories.
Click to hide internal directories.