Documentation
¶
Index ¶
- type TitleInputElement
- type TitleValuesElement
- func (tve *TitleValuesElement) AppendLinkValues(links map[string]string, order ...string) *TitleValuesElement
- func (tve *TitleValuesElement) AppendTextValues(values ...string) *TitleValuesElement
- func (tve *TitleValuesElement) AppendValues(elements ...compton.Element) *TitleValuesElement
- func (tve *TitleValuesElement) ForegroundColor(c color.Color) *TitleValuesElement
- func (tve *TitleValuesElement) RowGap(s size.Size) *TitleValuesElement
- func (tve *TitleValuesElement) TitleForegroundColor(c color.Color) *TitleValuesElement
- func (tve *TitleValuesElement) Write(w io.Writer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TitleInputElement ¶ added in v0.1.17
type TitleInputElement struct { *TitleValuesElement // contains filtered or unexported fields }
func Search ¶ added in v0.1.17
func Search(r compton.Registrar, title, inputId string) *TitleInputElement
func SearchValue ¶ added in v0.1.17
func SearchValue(wcr compton.Registrar, title, inputId, value string) *TitleInputElement
func (*TitleInputElement) SetDatalist ¶ added in v0.1.73
func (ti *TitleInputElement) SetDatalist(list map[string]string, listId string) *TitleInputElement
type TitleValuesElement ¶ added in v0.1.17
type TitleValuesElement struct { compton.BaseElement // contains filtered or unexported fields }
func TitleValues ¶
func TitleValues(r compton.Registrar, title string) *TitleValuesElement
func (*TitleValuesElement) AppendLinkValues ¶ added in v0.1.36
func (tve *TitleValuesElement) AppendLinkValues(links map[string]string, order ...string) *TitleValuesElement
func (*TitleValuesElement) AppendTextValues ¶ added in v0.1.36
func (tve *TitleValuesElement) AppendTextValues(values ...string) *TitleValuesElement
func (*TitleValuesElement) AppendValues ¶ added in v0.1.36
func (tve *TitleValuesElement) AppendValues(elements ...compton.Element) *TitleValuesElement
func (*TitleValuesElement) ForegroundColor ¶ added in v0.1.77
func (tve *TitleValuesElement) ForegroundColor(c color.Color) *TitleValuesElement
func (*TitleValuesElement) RowGap ¶ added in v0.1.30
func (tve *TitleValuesElement) RowGap(s size.Size) *TitleValuesElement
func (*TitleValuesElement) TitleForegroundColor ¶ added in v0.1.77
func (tve *TitleValuesElement) TitleForegroundColor(c color.Color) *TitleValuesElement
Click to show internal directories.
Click to hide internal directories.