Documentation
¶
Index ¶
Constants ¶
View Source
const ( ID = "id" NAME = "name" CLASS = "class" STYLE = "style" )
View Source
const ( FOR = "for" CAPTION = "caption" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
Id StringProperty
Name StringProperty
Class StringSliceProperty
Style StringSliceProperty
}
type Label ¶
type Label struct {
For StringProperty
Caption StringProperty
}
type StringProperty ¶
func (StringProperty) HTML ¶
func (stringProperty StringProperty) HTML() string
type StringSliceProperty ¶
func (StringSliceProperty) HTML ¶
func (stringSliceProperty StringSliceProperty) HTML() string
Click to show internal directories.
Click to hide internal directories.