Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormBase ¶
FormBase is the local form override. All generated forms descend from this one. You can change how all the forms in your application work by making modifications here, and then making sure all your forms include this one.
func (*FormBase) AddHeadTags ¶ added in v0.2.3
func (f *FormBase) AddHeadTags()
AddHeadTags adds tags for the header of the page
func (*FormBase) AddRelatedFiles ¶
func (f *FormBase) AddRelatedFiles()
AddRelatedFiles is the place to add css, javascript and other files that should be loaded for all forms.
Click to show internal directories.
Click to hide internal directories.