Versions in this module Expand all Collapse all v0 v0.0.2 Sep 19, 2018 Changes in this version + func ComposeHtml(compo interface{}, templateName ...string) template.HTML + type AlertAttribute struct + Content template.HTML + Name string + Theme string + Title template.HTML + func (compo *AlertAttribute) GetContent() template.HTML + func (compo *AlertAttribute) SetContent(value template.HTML) types.AlertAttribute + func (compo *AlertAttribute) SetTheme(value string) types.AlertAttribute + func (compo *AlertAttribute) SetTitle(value template.HTML) types.AlertAttribute + type AreaChartAttribute struct + Data string + Height int + ID string + Name string + Title string + func (compo *AreaChartAttribute) GetContent() template.HTML + func (compo *AreaChartAttribute) SetData(value string) types.AreaChartAttribute + func (compo *AreaChartAttribute) SetHeight(value int) types.AreaChartAttribute + func (compo *AreaChartAttribute) SetID(value string) types.AreaChartAttribute + func (compo *AreaChartAttribute) SetTitle(value string) types.AreaChartAttribute + type BarChartAttribute struct + Data string + ID string + Name string + Title string + Width int + func (compo *BarChartAttribute) GetContent() template.HTML + func (compo *BarChartAttribute) SetData(value string) types.BarChartAttribute + func (compo *BarChartAttribute) SetID(value string) types.BarChartAttribute + func (compo *BarChartAttribute) SetTitle(value string) types.BarChartAttribute + func (compo *BarChartAttribute) SetWidth(value int) types.BarChartAttribute + type BoxAttribute struct + Body template.HTML + Footer template.HTML + HeadBorder string + Header template.HTML + Name string + Theme string + Title template.HTML + func (compo *BoxAttribute) GetContent() template.HTML + func (compo *BoxAttribute) SetBody(value template.HTML) types.BoxAttribute + func (compo *BoxAttribute) SetFooter(value template.HTML) types.BoxAttribute + func (compo *BoxAttribute) SetHeader(value template.HTML) types.BoxAttribute + func (compo *BoxAttribute) SetTheme(value string) types.BoxAttribute + func (compo *BoxAttribute) SetTitle(value template.HTML) types.BoxAttribute + func (compo *BoxAttribute) WithHeadBorder(has bool) types.BoxAttribute + type ChartLegendAttribute struct + Data []map[string]string + Name string + func (compo *ChartLegendAttribute) GetContent() template.HTML + func (compo *ChartLegendAttribute) SetData(value []map[string]string) types.ChartLegendAttribute + type ColAttribute struct + Content template.HTML + Name string + Size string + func (compo *ColAttribute) GetContent() template.HTML + func (compo *ColAttribute) SetContent(value template.HTML) types.ColAttribute + func (compo *ColAttribute) SetSize(value map[string]string) types.ColAttribute + type DataTableAttribute struct + DeleteUrl string + EditUrl string + NewUrl string + func (compo *DataTableAttribute) GetContent() template.HTML + func (compo *DataTableAttribute) GetDataTableHeader() template.HTML + func (compo *DataTableAttribute) SetDeleteUrl(value string) types.DataTableAttribute + func (compo *DataTableAttribute) SetEditUrl(value string) types.DataTableAttribute + func (compo *DataTableAttribute) SetInfoList(value []map[string]template.HTML) types.DataTableAttribute + func (compo *DataTableAttribute) SetNewUrl(value string) types.DataTableAttribute + func (compo *DataTableAttribute) SetThead(value []map[string]string) types.DataTableAttribute + type DescriptionAttribute struct + Arrow string + Border string + Color string + Name string + Number string + Percent string + Title string + func (compo *DescriptionAttribute) GetContent() template.HTML + func (compo *DescriptionAttribute) SetArrow(value string) types.DescriptionAttribute + func (compo *DescriptionAttribute) SetBorder(value string) types.DescriptionAttribute + func (compo *DescriptionAttribute) SetColor(value string) types.DescriptionAttribute + func (compo *DescriptionAttribute) SetNumber(value string) types.DescriptionAttribute + func (compo *DescriptionAttribute) SetPercent(value string) types.DescriptionAttribute + func (compo *DescriptionAttribute) SetTitle(value string) types.DescriptionAttribute + type FormAttribute struct + CSRFToken string + Content []types.FormStruct + InfoUrl string + Method string + Name string + Prefix string + Title string + Url string + func (compo *FormAttribute) GetContent() template.HTML + func (compo *FormAttribute) SetContent(value []types.FormStruct) types.FormAttribute + func (compo *FormAttribute) SetInfoUrl(value string) types.FormAttribute + func (compo *FormAttribute) SetMethod(value string) types.FormAttribute + func (compo *FormAttribute) SetPrefix(value string) types.FormAttribute + func (compo *FormAttribute) SetTitle(value string) types.FormAttribute + func (compo *FormAttribute) SetToken(value string) types.FormAttribute + func (compo *FormAttribute) SetUrl(value string) types.FormAttribute + type ImgAttribute struct + Height string + Name string + Src string + Witdh string + func (compo *ImgAttribute) GetContent() template.HTML + func (compo *ImgAttribute) SetHeight(value string) types.ImgAttribute + func (compo *ImgAttribute) SetSrc(value string) types.ImgAttribute + func (compo *ImgAttribute) SetWidth(value string) types.ImgAttribute + type InfoBoxAttribute struct + Color string + Content string + Icon string + Name string + Number template.HTML + Text string + func (compo *InfoBoxAttribute) GetContent() template.HTML + func (compo *InfoBoxAttribute) SetColor(value string) types.InfoBoxAttribute + func (compo *InfoBoxAttribute) SetContent(value string) types.InfoBoxAttribute + func (compo *InfoBoxAttribute) SetIcon(value string) types.InfoBoxAttribute + func (compo *InfoBoxAttribute) SetNumber(value template.HTML) types.InfoBoxAttribute + func (compo *InfoBoxAttribute) SetText(value string) types.InfoBoxAttribute + type LabelAttribute struct + Color string + Content string + Name string + func (compo *LabelAttribute) GetContent() template.HTML + func (compo *LabelAttribute) SetContent(value string) types.LabelAttribute + type LineChartAttribute struct + Data string + Height int + ID string + Name string + Title string + func (compo *LineChartAttribute) GetContent() template.HTML + func (compo *LineChartAttribute) SetData(value string) types.LineChartAttribute + func (compo *LineChartAttribute) SetHeight(value int) types.LineChartAttribute + func (compo *LineChartAttribute) SetID(value string) types.LineChartAttribute + func (compo *LineChartAttribute) SetTitle(value string) types.LineChartAttribute + type PaginatorAttribute struct + CurPageEndIndex string + CurPageStartIndex string + Name string + NextClass string + NextUrl string + Option map[string]template.HTML + Pages []map[string]string + PreviousClass string + PreviousUrl string + Total string + Url string + func (compo *PaginatorAttribute) GetContent() template.HTML + func (compo *PaginatorAttribute) SetCurPageEndIndex(value string) types.PaginatorAttribute + func (compo *PaginatorAttribute) SetCurPageStartIndex(value string) types.PaginatorAttribute + func (compo *PaginatorAttribute) SetNextClass(value string) types.PaginatorAttribute + func (compo *PaginatorAttribute) SetNextUrl(value string) types.PaginatorAttribute + func (compo *PaginatorAttribute) SetOption(value map[string]template.HTML) types.PaginatorAttribute + func (compo *PaginatorAttribute) SetPages(value []map[string]string) types.PaginatorAttribute + func (compo *PaginatorAttribute) SetPreviousClass(value string) types.PaginatorAttribute + func (compo *PaginatorAttribute) SetPreviousUrl(value string) types.PaginatorAttribute + func (compo *PaginatorAttribute) SetTotal(value string) types.PaginatorAttribute + func (compo *PaginatorAttribute) SetUrl(value string) types.PaginatorAttribute + type PieChartAttribute struct + Data string + Height int + ID string + Name string + Title string + func (compo *PieChartAttribute) GetContent() template.HTML + func (compo *PieChartAttribute) SetData(value string) types.PieChartAttribute + func (compo *PieChartAttribute) SetHeight(value int) types.PieChartAttribute + func (compo *PieChartAttribute) SetID(value string) types.PieChartAttribute + func (compo *PieChartAttribute) SetTitle(value string) types.PieChartAttribute + type ProductListAttribute struct + Data []map[string]string + Name string + func (compo *ProductListAttribute) GetContent() template.HTML + func (compo *ProductListAttribute) SetData(value []map[string]string) types.ProductListAttribute + type ProgressGroupAttribute struct + Color string + Denominator int + Molecular int + Name string + Percent int + Title string + func (compo *ProgressGroupAttribute) GetContent() template.HTML + func (compo *ProgressGroupAttribute) SetColor(value string) types.ProgressGroupAttribute + func (compo *ProgressGroupAttribute) SetDenominator(value int) types.ProgressGroupAttribute + func (compo *ProgressGroupAttribute) SetMolecular(value int) types.ProgressGroupAttribute + func (compo *ProgressGroupAttribute) SetPercent(value int) types.ProgressGroupAttribute + func (compo *ProgressGroupAttribute) SetTitle(value string) types.ProgressGroupAttribute + type RowAttribute struct + Content template.HTML + Name string + func (compo *RowAttribute) GetContent() template.HTML + func (compo *RowAttribute) SetContent(value template.HTML) types.RowAttribute + type SmallBoxAttribute struct + Color string + Name string + Title string + Url string + Value string + func (compo *SmallBoxAttribute) GetContent() template.HTML + func (compo *SmallBoxAttribute) SetTitle(value string) types.SmallBoxAttribute + func (compo *SmallBoxAttribute) SetUrl(value string) types.SmallBoxAttribute + func (compo *SmallBoxAttribute) SetValue(value string) types.SmallBoxAttribute + type TableAttribute struct + DeleteUrl string + EditUrl string + InfoList []map[string]template.HTML + Name string + Thead []map[string]string + Type string + func (compo *TableAttribute) GetContent() template.HTML + func (compo *TableAttribute) SetInfoList(value []map[string]template.HTML) types.TableAttribute + func (compo *TableAttribute) SetThead(value []map[string]string) types.TableAttribute + func (compo *TableAttribute) SetType(value string) types.TableAttribute + type TabsAttribute struct + Data []map[string]template.HTML + Name string + func (compo *TabsAttribute) GetContent() template.HTML + func (compo *TabsAttribute) SetData(value []map[string]template.HTML) types.TabsAttribute + type TreeAttribute struct + DeleteUrl string + EditUrl string + Name string + OrderUrl string + Tree []menu.MenuItem + func (compo *TreeAttribute) GetContent() template.HTML + func (compo *TreeAttribute) GetTreeHeader() template.HTML + func (compo *TreeAttribute) SetDeleteUrl(value string) types.TreeAttribute + func (compo *TreeAttribute) SetEditUrl(value string) types.TreeAttribute + func (compo *TreeAttribute) SetOrderUrl(value string) types.TreeAttribute + func (compo *TreeAttribute) SetTree(value []menu.MenuItem) types.TreeAttribute