Versions in this module Expand all Collapse all v1 v1.4.3 May 21, 2020 Changes in this version + func Alert() types.AlertAttribute + func Box() types.BoxAttribute + func Button() types.ButtonAttribute + func Col() types.ColAttribute + func DataTable() types.DataTableAttribute + func DetailContent(form types.FormAttribute, editUrl, deleteUrl string) template2.HTML + func FilterFormFooter(infoUrl string) template2.HTML + func Form() types.FormAttribute + func FormContent(form types.FormAttribute, isTab bool) template2.HTML + func FormFooter(page string, isHideEdit, isHideNew, isHideReset bool) template2.HTML + func Lang(value string) string + func MenuFormContent(form types.FormAttribute) template2.HTML + func Row() types.RowAttribute + func Tab() types.TabsAttribute + func Table() types.TableAttribute + func Template() template.Template + func Tree() types.TreeAttribute + type Base struct + Config *config.Config + Conn db.Connection + Generators table.GeneratorList + NavButtons types.Buttons + OperationLock sync.Mutex + Operations []context.Node + Routes context.RouterMap + Services service.List + func (b *Base) AddOperation(nodes ...context.Node) + func (b *Base) AuthSrv() *auth.TokenService + func (b *Base) Execute(ctx *context.Context, user models.UserModel, panel types.Panel, ...) *bytes.Buffer + func (b *Base) HTML(ctx *context.Context, user models.UserModel, panel types.Panel, ...) + func (b *Base) InitBase(cfg ...Config) + func (b *Base) OperationHandler(path string, ctx *context.Context) bool + func (b *Base) Route(name string) context.Router + func (b *Base) RoutePath(name string, value ...string) string + func (b *Base) RoutePathWithPrefix(name string, prefix string) string + func (b *Base) SearchOperation(path, method string) bool + func (b *Base) SetRoutes(r context.RouterMap) + func (b *Base) Table(prefix string, ctx *context.Context) table.Table + func (b *Base) UpdateCfg(cfg Config) + type Config struct + Config *config.Config + Connection db.Connection + Generators table.GeneratorList + Services service.List