Documentation
¶
Index ¶
- func ReadForm(urlForm url.Values) *gabs.Container
- type Form
- func (f *Form) BindData(data *gabs.Container) error
- func (f *Form) BuildContent() (string, error)
- func (f *Form) BuildIndex() (string, error)
- func (f *Form) SetCSS(cssPath string)
- func (f *Form) SetConfirmation(c models.Confirmation)
- func (f *Form) SetLogo(logoPath string)
- func (f *Form) SetMenu(menu []models.MenuItem)
- func (f *Form) SetPostLink(link string)
- func (form *Form) UISchema() []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Form ¶
type Form struct {
// contains filtered or unexported fields
}
func (*Form) BuildContent ¶
func (*Form) BuildIndex ¶
func (*Form) SetConfirmation ¶ added in v1.1.5
func (f *Form) SetConfirmation(c models.Confirmation)
func (*Form) SetPostLink ¶ added in v1.1.4
Click to show internal directories.
Click to hide internal directories.