Versions in this module Expand all Collapse all v0 v0.0.2 Sep 19, 2018 Changes in this version + var CompMap = map[string]Component + func Add(name string, temp Template) + func AddComp(name string, comp Component) + type Component interface + GetAsset func(string) ([]byte, error) + GetAssetList func() []string + GetTemplate func() (*template.Template, string) + func GetComp(name string) Component + type Template interface + Alert func() types.AlertAttribute + AreaChart func() types.AreaChartAttribute + BarChart func() types.BarChartAttribute + Box func() types.BoxAttribute + ChartLegend func() types.ChartLegendAttribute + Col func() types.ColAttribute + DataTable func() types.DataTableAttribute + Description func() types.DescriptionAttribute + Form func() types.FormAttribute + GetAsset func(string) ([]byte, error) + GetAssetList func() []string + GetTemplate func(bool) (*template.Template, string) + GetTmplList func() map[string]string + Image func() types.ImgAttribute + InfoBox func() types.InfoBoxAttribute + Label func() types.LabelAttribute + LineChart func() types.LineChartAttribute + Paginator func() types.PaginatorAttribute + PieChart func() types.PieChartAttribute + ProductList func() types.ProductListAttribute + ProgressGroup func() types.ProgressGroupAttribute + Row func() types.RowAttribute + SmallBox func() types.SmallBoxAttribute + Table func() types.TableAttribute + Tabs func() types.TabsAttribute + Tree func() types.TreeAttribute + func Get(theme string) Template v0.0.1 Aug 5, 2018 Changes in this version + func BaseContent(content string, menuList []menu.MenuItem, title string, description string, ...) + func EditPanel(formData []models.FormStruct, url string, previous string, id string, ...) + func EditPanelPjax(formData []models.FormStruct, url string, previous string, id string, ...) + func GetInstallPage(buffer *bytes.Buffer) + func GetLoginPage(buffer *bytes.Buffer) + func InfoList(infoList []map[string]string, menuList []menu.MenuItem, thead []string, ...) + func InfoListPjax(infoList []map[string]string, menuList []menu.MenuItem, thead []string, ...) + func MenuEditPanelPjax(menuItem menu.MenuItem, menuOption []map[string]string, buffer *bytes.Buffer) + func MenuPanel(menuEditList []menu.MenuItem, menuList []menu.MenuItem, ...) + func MenuPanelPjax(menuEditList []menu.MenuItem, menuOption []map[string]string, ...) + func NewPanel(formData []models.FormStruct, url string, previous string, id string, ...) + func NewPanelPjax(formData []models.FormStruct, url string, previous string, id string, ...)