Documentation ¶
Index ¶
- Constants
- func RegisterPanel(key string, name string, f createFunction, order int)
- type ControlsForm
- func (ctrl *ControlsForm) AddHeadTags()
- func (f *ControlsForm) BindData(ctx context.Context, s DataManagerI)
- func (ctrl *ControlsForm) DrawTemplate(ctx context.Context, _w io.Writer) (err error)
- func (f *ControlsForm) Init(ctx context.Context, formID string)
- func (f *ControlsForm) LoadControls(ctx context.Context)
Constants ¶
View Source
const ControlsFormId = "BootstrapControlsForm"
View Source
const ControlsFormPath = "/goradd/examples/bootstrap.g"
View Source
const (
TestButtonAction = iota + 1
)
Variables ¶
This section is empty.
Functions ¶
func RegisterPanel ¶ added in v0.2.0
Types ¶
type ControlsForm ¶ added in v0.0.4
type ControlsForm struct {
FormBase
}
func (*ControlsForm) AddHeadTags ¶ added in v0.0.4
func (ctrl *ControlsForm) AddHeadTags()
func (*ControlsForm) BindData ¶ added in v0.2.0
func (f *ControlsForm) BindData(ctx context.Context, s DataManagerI)
func (*ControlsForm) DrawTemplate ¶ added in v0.0.4
func (*ControlsForm) Init ¶ added in v0.5.0
func (f *ControlsForm) Init(ctx context.Context, formID string)
func (*ControlsForm) LoadControls ¶ added in v0.0.4
func (f *ControlsForm) LoadControls(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.