Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckboxField ¶
type CheckboxField struct {
// contains filtered or unexported fields
}
func NewCheckboxField ¶
func NewCheckboxField(displayName, name, text string, required bool) *CheckboxField
func (CheckboxField) RenderField ¶
func (field CheckboxField) RenderField() template.HTML
type DropdownField ¶
type DropdownField struct {
// contains filtered or unexported fields
}
func (DropdownField) RenderField ¶
func (field DropdownField) RenderField() template.HTML
type Field ¶
type InputField ¶
type InputField struct {
// contains filtered or unexported fields
}
func NewInputField ¶
func NewInputField(displayName, name, description string, required bool) *InputField
func (InputField) RenderField ¶
func (field InputField) RenderField() template.HTML
type TextareaField ¶
type TextareaField struct {
// contains filtered or unexported fields
}
func NewTextareaField ¶
func NewTextareaField(displayName, name, description string, rows int, required bool) *TextareaField
func (TextareaField) RenderField ¶
func (field TextareaField) RenderField() template.HTML
Click to show internal directories.
Click to hide internal directories.