Documentation
¶
Overview ¶
Package tutorial contains the tutorial for learning about GoRADD.
Index ¶
- Constants
- func NewDefaultPanel(ctx context.Context, parent page.ControlI)
- func RegisterTutorialPage(category string, order int, id string, title string, f createFunction, ...)
- type DefaultPanel
- type FilePanel
- type IndexForm
- func (ctrl *IndexForm) AddHeadTags()
- func (f *IndexForm) AddRelatedFiles()
- func (f *IndexForm) CreateControls(ctx context.Context)
- func (f *IndexForm) DoAction(ctx context.Context, a action.Params)
- func (ctrl *IndexForm) DrawTemplate(ctx context.Context, _w io.Writer) (err error)
- func (f *IndexForm) Init(ctx context.Context, formID string)
- func (f *IndexForm) LoadControls(ctx context.Context)
- func (f *IndexForm) ShowSourceDialog()
- type SourcePanel
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 IndexForm ¶
func (*IndexForm) AddHeadTags ¶
func (ctrl *IndexForm) AddHeadTags()
func (*IndexForm) AddRelatedFiles ¶ added in v0.5.0
func (f *IndexForm) AddRelatedFiles()
func (*IndexForm) CreateControls ¶ added in v0.29.0
func (*IndexForm) DrawTemplate ¶
func (*IndexForm) LoadControls ¶
func (*IndexForm) ShowSourceDialog ¶ added in v0.5.0
func (f *IndexForm) ShowSourceDialog()
type SourcePanel ¶
type SourcePanel struct { Panel ButtonPanel *Panel FilePanel *FilePanel }
func GetSourcePanel ¶
func GetSourcePanel(p page.ControlI) *SourcePanel
func NewSourcePanel ¶
func NewSourcePanel(parent page.ControlI, id string) *SourcePanel
Source Files
¶
Click to show internal directories.
Click to hide internal directories.