Documentation
¶
Index ¶
- type Content
- func (b *Content) HandlerName() string
- func (b *Content) RenderCSS() string
- func (b *Content) RenderHTML() string
- func (b *Content) SetTitle(title string) *Content
- func (b *Content) Title() string
- func (b *Content) TrackedComponents() []dom.HTMLRenderer
- func (b *Content) WithContent(c dom.HTMLRenderer) *Content
- func (b *Content) WithHeader(c dom.HTMLRenderer) *Content
- func (b *Content) WithSidebar(c dom.HTMLRenderer) *Content
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Content struct {
// contains filtered or unexported fields
}
Content helps construct a standard Content layout
func (*Content) HandlerName ¶
func (*Content) RenderHTML ¶
func (*Content) TrackedComponents ¶
func (b *Content) TrackedComponents() []dom.HTMLRenderer
func (*Content) WithContent ¶
func (b *Content) WithContent(c dom.HTMLRenderer) *Content
WithContent sets the main content component (formerly form/buttons).
func (*Content) WithHeader ¶
func (b *Content) WithHeader(c dom.HTMLRenderer) *Content
WithHeader adds a component to the header controls area.
func (*Content) WithSidebar ¶
func (b *Content) WithSidebar(c dom.HTMLRenderer) *Content
WithSidebar sets the sidebar component (formerly searchList).
Click to show internal directories.
Click to hide internal directories.