Documentation
¶
Index ¶
- func NavbarHtml(navData Navbar) string
- func StreamNavbarHtml(qw422016 *qt422016.Writer, navData Navbar)
- func StreamWebpageHtml(qw422016 *qt422016.Writer, pageData Webpage)
- func WebpageHtml(pageData Webpage) string
- func WriteNavbarHtml(qq422016 qtio422016.Writer, navData Navbar)
- func WriteWebpageHtml(qq422016 qtio422016.Writer, pageData Webpage)
- type AlbumCell
- type Alert
- type AlertColored
- type Link
- type Navbar
- type Search
- type Webpage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NavbarHtml ¶
func StreamNavbarHtml ¶
func StreamWebpageHtml ¶
func WebpageHtml ¶
func WriteNavbarHtml ¶
func WriteNavbarHtml(qq422016 qtio422016.Writer, navData Navbar)
func WriteWebpageHtml ¶
func WriteWebpageHtml(qq422016 qtio422016.Writer, pageData Webpage)
Types ¶
type Alert ¶
type Alert int
type AlertColored ¶
type AlertColored int
const ( PrimaryC AlertColored = iota SecondaryC SuccessC DangerC WarningC InfoC )
func NewAlertColored ¶
func NewAlertColored(idx int) AlertColored
func (AlertColored) Class ¶
func (a AlertColored) Class() string
Class returns the class name of the alert ("Primary", "Secondary", ...).
func (AlertColored) DivHtml ¶
func (a AlertColored) DivHtml(innerHtml string) string
Class returns the class name of the alert ("Primary", "Secondary", ...).
func (AlertColored) String ¶
func (a AlertColored) String() string
Class returns the class name of the alert ("Primary", "Secondary", ...).
Click to show internal directories.
Click to hide internal directories.