Documentation ¶
Index ¶
- Variables
- type Theme
- func (*Theme) Alert() types.AlertAttribute
- func (*Theme) AreaChart() types.AreaChartAttribute
- func (*Theme) BarChart() types.BarChartAttribute
- func (*Theme) Box() types.BoxAttribute
- func (*Theme) ChartLegend() types.ChartLegendAttribute
- func (*Theme) Col() types.ColAttribute
- func (theme *Theme) DataTable() types.DataTableAttribute
- func (*Theme) Description() types.DescriptionAttribute
- func (*Theme) Form() types.FormAttribute
- func (*Theme) GetAsset(path string) ([]byte, error)
- func (*Theme) GetAssetList() []string
- func (*Theme) GetTemplate(isPjax bool) (tmpler *template.Template, name string)
- func (*Theme) GetTmplList() map[string]string
- func (*Theme) Image() types.ImgAttribute
- func (*Theme) InfoBox() types.InfoBoxAttribute
- func (*Theme) Label() types.LabelAttribute
- func (*Theme) LineChart() types.LineChartAttribute
- func (*Theme) Paginator() types.PaginatorAttribute
- func (*Theme) PieChart() types.PieChartAttribute
- func (*Theme) ProductList() types.ProductListAttribute
- func (*Theme) ProgressGroup() types.ProgressGroupAttribute
- func (*Theme) Row() types.RowAttribute
- func (*Theme) SmallBox() types.SmallBoxAttribute
- func (*Theme) Table() types.TableAttribute
- func (*Theme) Tabs() types.TabsAttribute
- func (*Theme) Tree() types.TreeAttribute
Constants ¶
This section is empty.
Variables ¶
View Source
var Adminlte = Theme{
Name: "adminlte",
}
Functions ¶
This section is empty.
Types ¶
type Theme ¶
type Theme struct {
Name string
}
func GetAdminlte ¶
func GetAdminlte() *Theme
func (*Theme) Alert ¶
func (*Theme) Alert() types.AlertAttribute
func (*Theme) AreaChart ¶
func (*Theme) AreaChart() types.AreaChartAttribute
func (*Theme) BarChart ¶
func (*Theme) BarChart() types.BarChartAttribute
func (*Theme) Box ¶
func (*Theme) Box() types.BoxAttribute
func (*Theme) ChartLegend ¶
func (*Theme) ChartLegend() types.ChartLegendAttribute
func (*Theme) Col ¶
func (*Theme) Col() types.ColAttribute
func (*Theme) DataTable ¶
func (theme *Theme) DataTable() types.DataTableAttribute
func (*Theme) Description ¶
func (*Theme) Description() types.DescriptionAttribute
func (*Theme) Form ¶
func (*Theme) Form() types.FormAttribute
func (*Theme) GetAssetList ¶
func (*Theme) GetTemplate ¶
func (*Theme) GetTmplList ¶
func (*Theme) Image ¶
func (*Theme) Image() types.ImgAttribute
func (*Theme) InfoBox ¶
func (*Theme) InfoBox() types.InfoBoxAttribute
func (*Theme) Label ¶
func (*Theme) Label() types.LabelAttribute
func (*Theme) LineChart ¶
func (*Theme) LineChart() types.LineChartAttribute
func (*Theme) Paginator ¶
func (*Theme) Paginator() types.PaginatorAttribute
func (*Theme) PieChart ¶
func (*Theme) PieChart() types.PieChartAttribute
func (*Theme) ProductList ¶
func (*Theme) ProductList() types.ProductListAttribute
func (*Theme) ProgressGroup ¶
func (*Theme) ProgressGroup() types.ProgressGroupAttribute
func (*Theme) Row ¶
func (*Theme) Row() types.RowAttribute
func (*Theme) SmallBox ¶
func (*Theme) SmallBox() types.SmallBoxAttribute
func (*Theme) Table ¶
func (*Theme) Table() types.TableAttribute
func (*Theme) Tabs ¶
func (*Theme) Tabs() types.TabsAttribute
func (*Theme) Tree ¶
func (*Theme) Tree() types.TreeAttribute
Click to show internal directories.
Click to hide internal directories.