Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Col = &ColAttribute{
"col",
"2",
}
View Source
var Default = &Attribute{
"Default",
"",
}
View Source
var Label = &LabelAttribute{
"label",
"success",
}
View Source
var Row = &RowAttribute{
"row",
}
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
func (*Attribute) GetContent ¶
type BoxAttribute ¶
func GetBox ¶
func GetBox() *BoxAttribute
func (*BoxAttribute) GetContent ¶
func (compo *BoxAttribute) GetContent() string
func (*BoxAttribute) SetTitle ¶
func (compo *BoxAttribute) SetTitle(value string) *BoxAttribute
func (*BoxAttribute) SetUrl ¶
func (compo *BoxAttribute) SetUrl(value string) *BoxAttribute
func (*BoxAttribute) SetValue ¶
func (compo *BoxAttribute) SetValue(value string) *BoxAttribute
type ColAttribute ¶
func (*ColAttribute) GetContent ¶
func (compo *ColAttribute) GetContent(value interface{}) string
func (*ColAttribute) SetWidth ¶
func (compo *ColAttribute) SetWidth(value string) *ColAttribute
type ImgAttribute ¶
func GetImage ¶
func GetImage() *ImgAttribute
func (*ImgAttribute) GetContent ¶
func (compo *ImgAttribute) GetContent() string
func (*ImgAttribute) SetHeight ¶
func (compo *ImgAttribute) SetHeight(value string) *ImgAttribute
func (*ImgAttribute) SetSrc ¶
func (compo *ImgAttribute) SetSrc(value string) *ImgAttribute
func (*ImgAttribute) SetWidth ¶
func (compo *ImgAttribute) SetWidth(value string) *ImgAttribute
type LabelAttribute ¶
func (*LabelAttribute) GetContent ¶
func (compo *LabelAttribute) GetContent(value interface{}) string
type RowAttribute ¶
type RowAttribute struct {
Name string
}
func (*RowAttribute) GetContent ¶
func (compo *RowAttribute) GetContent(value interface{}) string
Click to show internal directories.
Click to hide internal directories.