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) DataTable() types.DataTableAttribute
- func (*Theme) Description() types.DescriptionAttribute
- func (*Theme) Form() types.FormAttribute
- func (*Theme) GetAsset(string) ([]byte, error)
- func (*Theme) GetAssetList() []string
- func (*Theme) GetTemplate(bool) (*template.Template, 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) Popup() types.PopupAttribute
- 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 Ngx = Theme{
Name: "ngx",
}
Functions ¶
This section is empty.
Types ¶
type Theme ¶
type Theme struct {
Name string
}
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) DataTable() types.DataTableAttribute
func (*Theme) Description ¶
func (*Theme) Description() types.DescriptionAttribute
func (*Theme) Form ¶
func (*Theme) Form() types.FormAttribute
func (*Theme) GetAssetList ¶
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) Popup ¶
func (*Theme) Popup() types.PopupAttribute
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.