Versions in this module Expand all Collapse all v0 v0.0.2 Sep 19, 2018 Changes in this version + var Default = &Attribute + type AlertAttribute interface + GetContent func() template.HTML + SetContent func(value template.HTML) AlertAttribute + SetTheme func(value string) AlertAttribute + SetTitle func(value template.HTML) AlertAttribute + type AreaChartAttribute interface + GetContent func() template.HTML + SetData func(value string) AreaChartAttribute + SetHeight func(value int) AreaChartAttribute + SetID func(value string) AreaChartAttribute + SetTitle func(value string) AreaChartAttribute + type Attribute struct + Content string + Name string + func (compo *Attribute) GetContent(value interface{}) string + type BarChartAttribute interface + GetContent func() template.HTML + SetData func(value string) BarChartAttribute + SetID func(value string) BarChartAttribute + SetTitle func(value string) BarChartAttribute + SetWidth func(value int) BarChartAttribute + type BoxAttribute interface + GetContent func() template.HTML + SetBody func(value template.HTML) BoxAttribute + SetFooter func(value template.HTML) BoxAttribute + SetHeader func(value template.HTML) BoxAttribute + SetTheme func(value string) BoxAttribute + SetTitle func(value template.HTML) BoxAttribute + WithHeadBorder func(has bool) BoxAttribute + type ChartLegendAttribute interface + GetContent func() template.HTML + SetData func(value []map[string]string) ChartLegendAttribute + type ColAttribute interface + GetContent func() template.HTML + SetContent func(value template.HTML) ColAttribute + SetSize func(value map[string]string) ColAttribute + type Component interface + GetContent func(interface{}) string + type DataTableAttribute interface + GetContent func() template.HTML + GetDataTableHeader func() template.HTML + SetDeleteUrl func(value string) DataTableAttribute + SetEditUrl func(value string) DataTableAttribute + SetInfoList func(value []map[string]template.HTML) DataTableAttribute + SetNewUrl func(value string) DataTableAttribute + SetThead func(value []map[string]string) DataTableAttribute + type DescriptionAttribute interface + GetContent func() template.HTML + SetArrow func(value string) DescriptionAttribute + SetBorder func(value string) DescriptionAttribute + SetColor func(value string) DescriptionAttribute + SetNumber func(value string) DescriptionAttribute + SetPercent func(value string) DescriptionAttribute + SetTitle func(value string) DescriptionAttribute + type FieldStruct struct + ExcuFun FieldValueFun + Field string + Head string + Sortable bool + TypeName string + func (field *FieldStruct) SetField(fieldName string) *FieldStruct + func (field *FieldStruct) SetHead(head string) *FieldStruct + func (field *FieldStruct) SetTypeName(typeName string) *FieldStruct + type FieldValueFun func(value RowModel) interface + type FormAttribute interface + GetContent func() template.HTML + SetContent func(value []FormStruct) FormAttribute + SetInfoUrl func(value string) FormAttribute + SetMethod func(value string) FormAttribute + SetPrefix func(value string) FormAttribute + SetTitle func(value string) FormAttribute + SetToken func(value string) FormAttribute + SetUrl func(value string) FormAttribute + type FormPanel struct + Description string + FormList []FormStruct + Table string + Title string + type FormStruct struct + Default string + Editable bool + ExcuFun FieldValueFun + Field string + FormType string + Head string + Options []map[string]string + TypeName string + Value string + type GetPanel func() Panel + type ImgAttribute interface + GetContent func() template.HTML + SetHeight func(value string) ImgAttribute + SetSrc func(value string) ImgAttribute + SetWidth func(value string) ImgAttribute + type InfoBoxAttribute interface + GetContent func() template.HTML + SetColor func(value string) InfoBoxAttribute + SetContent func(value string) InfoBoxAttribute + SetIcon func(value string) InfoBoxAttribute + SetNumber func(value template.HTML) InfoBoxAttribute + SetText func(value string) InfoBoxAttribute + type InfoPanel struct + Description string + FieldList []FieldStruct + Table string + Title string + type LabelAttribute interface + GetContent func() template.HTML + SetContent func(value string) LabelAttribute + type LineChartAttribute interface + GetContent func() template.HTML + SetData func(value string) LineChartAttribute + SetHeight func(value int) LineChartAttribute + SetID func(value string) LineChartAttribute + SetTitle func(value string) LineChartAttribute + type Page struct + AssertRootUrl string + Logo template.HTML + Menu menu.Menu + MiniLogo template.HTML + Panel Panel + System SystemInfo + Title string + User auth.User + type PaginatorAttribute interface + GetContent func() template.HTML + SetCurPageEndIndex func(value string) PaginatorAttribute + SetCurPageStartIndex func(value string) PaginatorAttribute + SetNextClass func(value string) PaginatorAttribute + SetNextUrl func(value string) PaginatorAttribute + SetOption func(value map[string]template.HTML) PaginatorAttribute + SetPages func(value []map[string]string) PaginatorAttribute + SetPreviousClass func(value string) PaginatorAttribute + SetPreviousUrl func(value string) PaginatorAttribute + SetTotal func(value string) PaginatorAttribute + SetUrl func(value string) PaginatorAttribute + type Panel struct + Content template.HTML + Description string + Title string + Url string + type PieChartAttribute interface + GetContent func() template.HTML + SetData func(value string) PieChartAttribute + SetHeight func(value int) PieChartAttribute + SetID func(value string) PieChartAttribute + SetTitle func(value string) PieChartAttribute + type ProductListAttribute interface + GetContent func() template.HTML + SetData func(value []map[string]string) ProductListAttribute + type ProgressAttribute interface + type ProgressGroupAttribute interface + GetContent func() template.HTML + SetColor func(value string) ProgressGroupAttribute + SetDenominator func(value int) ProgressGroupAttribute + SetMolecular func(value int) ProgressGroupAttribute + SetPercent func(value int) ProgressGroupAttribute + SetTitle func(value string) ProgressGroupAttribute + type RowAttribute interface + GetContent func() template.HTML + SetContent func(value template.HTML) RowAttribute + type RowModel struct + ID int64 + Value string + type SmallBoxAttribute interface + GetContent func() template.HTML + SetTitle func(value string) SmallBoxAttribute + SetUrl func(value string) SmallBoxAttribute + SetValue func(value string) SmallBoxAttribute + type SystemInfo struct + Version string + type TableAttribute interface + GetContent func() template.HTML + SetInfoList func(value []map[string]template.HTML) TableAttribute + SetThead func(value []map[string]string) TableAttribute + SetType func(value string) TableAttribute + type TabsAttribute interface + GetContent func() template.HTML + SetData func(value []map[string]template.HTML) TabsAttribute + type TreeAttribute interface + GetContent func() template.HTML + GetTreeHeader func() template.HTML + SetDeleteUrl func(value string) TreeAttribute + SetEditUrl func(value string) TreeAttribute + SetOrderUrl func(value string) TreeAttribute + SetTree func(value []menu.MenuItem) TreeAttribute