Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PanelTemplate ¶
type PanelTemplate struct {
html.ContentProvider
}
PanelTemplate is the content provider for the mangement form.
func (*PanelTemplate) GetCaption ¶
func (template *PanelTemplate) GetCaption() string
GetCaption returns the caption which is displayed on the panel.
func (*PanelTemplate) GetContentBody ¶
func (template *PanelTemplate) GetContentBody() string
GetContentBody delivers the actual body content.
func (*PanelTemplate) GetContentJavaScript ¶
func (template *PanelTemplate) GetContentJavaScript() string
GetContentJavaScript delivers additional JavaScript code.
func (*PanelTemplate) GetContentStyleSheet ¶
func (template *PanelTemplate) GetContentStyleSheet() string
GetContentStyleSheet delivers additional stylesheet code.
func (*PanelTemplate) GetTitle ¶
func (template *PanelTemplate) GetTitle() string
GetTitle returns the title of the panel.
Click to show internal directories.
Click to hide internal directories.