Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SelectItem ¶
type SelectList ¶
type SelectList struct { Name string Multiple bool Filtered bool Items []SelectItem }
type ViewModel ¶
type ViewModel struct { Model interface{} Localizer localizer.Localizer FormErrors map[string][]core.ValidationError CsrfToken string Ctx *phx.Context }
func CreateViewModel ¶
func (ViewModel) GetAllFormErrors ¶ added in v0.4.0
func (ViewModel) GetFormError ¶
func (ViewModel) HaveFormError ¶
Click to show internal directories.
Click to hide internal directories.