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 ¶ added in v0.3.0
func WebpageHTML ¶ added in v0.3.0
func WriteNavbarHtml ¶
func WriteNavbarHtml(qq422016 qtio422016.Writer, navData Navbar)
func WriteWebpageHTML ¶ added in v0.3.0
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 ¶ added in v0.3.0
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.