Documentation
¶
Index ¶
Constants ¶
View Source
const ( FileAction = iota + 1 CloseAction )
View Source
const IndexFormId = "IndexForm"
View Source
const IndexFormPath = "/goradd/tutorial.g"
View Source
const (
ViewSourceAction = iota + 1
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FilePanel ¶
type FilePanel struct {
Panel
// contains filtered or unexported fields
}
func NewFilePanel ¶
func (*FilePanel) DrawTemplate ¶
type IndexForm ¶
type IndexForm struct {
FormBase
// contains filtered or unexported fields
}
func (*IndexForm) AddHeadTags ¶
func (ctrl *IndexForm) AddHeadTags()
func (*IndexForm) DrawTemplate ¶
func (*IndexForm) LoadControls ¶
type SourcePanel ¶
type SourcePanel struct {
Panel
// contains filtered or unexported fields
}
func GetSourcePanel ¶
func GetSourcePanel(p page.ControlI) *SourcePanel
func NewSourcePanel ¶
func NewSourcePanel(parent page.ControlI, id string) *SourcePanel
func (*SourcePanel) Action ¶
func (p *SourcePanel) Action(ctx context.Context, a page.ActionParams)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.