Documentation ¶
Index ¶
- func BragApp() string
- func BragProject() string
- func ExpandCollapse(indent int, ps *cutil.PageState) string
- func Icon(k string, size int, cls string, ps *cutil.PageState) string
- func IconGallery(as *app.State, ps *cutil.PageState) string
- func Indent(br bool, level int) string
- func JSON(v any) string
- func JSONModal(key string, title string, item any, indent int) string
- func Pagination(count int, params *filter.Params, u *url.URL) string
- func PlaceholderFor(phs []string) string
- func SVG(k string) string
- func SVGRef(k string, w int, h int, cls string, ps *cutil.PageState) string
- func SVGRefIcon(k string, ps *cutil.PageState) string
- func StreamBragApp(qw422016 *qt422016.Writer)
- func StreamBragProject(qw422016 *qt422016.Writer)
- func StreamExpandCollapse(qw422016 *qt422016.Writer, indent int, ps *cutil.PageState)
- func StreamIcon(qw422016 *qt422016.Writer, k string, size int, cls string, ps *cutil.PageState)
- func StreamIconGallery(qw422016 *qt422016.Writer, as *app.State, ps *cutil.PageState)
- func StreamIndent(qw422016 *qt422016.Writer, br bool, level int)
- func StreamJSON(qw422016 *qt422016.Writer, v any)
- func StreamJSONModal(qw422016 *qt422016.Writer, key string, title string, item any, indent int)
- func StreamPagination(qw422016 *qt422016.Writer, count int, params *filter.Params, u *url.URL)
- func StreamPlaceholderFor(qw422016 *qt422016.Writer, phs []string)
- func StreamSVG(qw422016 *qt422016.Writer, k string)
- func StreamSVGRef(qw422016 *qt422016.Writer, k string, w int, h int, cls string, ...)
- func StreamSVGRefIcon(qw422016 *qt422016.Writer, k string, ps *cutil.PageState)
- func StreamTableHeader(qw422016 *qt422016.Writer, section string, key string, title string, ...)
- func StreamTableHeaderSimple(qw422016 *qt422016.Writer, section string, key string, title string, ...)
- func StreamTerminal(qw422016 *qt422016.Writer, id string, s string)
- func StreamTitleFor(qw422016 *qt422016.Writer, help []string)
- func TableHeader(section string, key string, title string, params *filter.Params, icon string, ...) string
- func TableHeaderSimple(section string, key string, title string, tooltip string, ...) string
- func Terminal(id string, s string) string
- func TitleFor(help []string) string
- func WriteBragApp(qq422016 qtio422016.Writer)
- func WriteBragProject(qq422016 qtio422016.Writer)
- func WriteExpandCollapse(qq422016 qtio422016.Writer, indent int, ps *cutil.PageState)
- func WriteIcon(qq422016 qtio422016.Writer, k string, size int, cls string, ...)
- func WriteIconGallery(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
- func WriteIndent(qq422016 qtio422016.Writer, br bool, level int)
- func WriteJSON(qq422016 qtio422016.Writer, v any)
- func WriteJSONModal(qq422016 qtio422016.Writer, key string, title string, item any, indent int)
- func WritePagination(qq422016 qtio422016.Writer, count int, params *filter.Params, u *url.URL)
- func WritePlaceholderFor(qq422016 qtio422016.Writer, phs []string)
- func WriteSVG(qq422016 qtio422016.Writer, k string)
- func WriteSVGRef(qq422016 qtio422016.Writer, k string, w int, h int, cls string, ...)
- func WriteSVGRefIcon(qq422016 qtio422016.Writer, k string, ps *cutil.PageState)
- func WriteTableHeader(qq422016 qtio422016.Writer, section string, key string, title string, ...)
- func WriteTableHeaderSimple(qq422016 qtio422016.Writer, section string, key string, title string, ...)
- func WriteTerminal(qq422016 qtio422016.Writer, id string, s string)
- func WriteTitleFor(qq422016 qtio422016.Writer, help []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BragProject ¶ added in v0.7.1
func BragProject() string
func PlaceholderFor ¶ added in v1.0.12
func StreamBragApp ¶ added in v0.7.1
func StreamBragProject ¶ added in v0.7.1
func StreamExpandCollapse ¶
func StreamIcon ¶ added in v1.0.5
func StreamIconGallery ¶
func StreamIndent ¶ added in v1.0.6
func StreamJSON ¶
func StreamJSONModal ¶
func StreamPagination ¶
func StreamPlaceholderFor ¶ added in v1.0.12
func StreamSVGRef ¶
func StreamSVGRefIcon ¶
func StreamTableHeader ¶
func StreamTableHeaderSimple ¶
func StreamTerminal ¶ added in v1.0.12
func StreamTitleFor ¶ added in v1.0.12
func TableHeader ¶
func TableHeaderSimple ¶
func WriteBragApp ¶ added in v0.7.1
func WriteBragApp(qq422016 qtio422016.Writer)
func WriteBragProject ¶ added in v0.7.1
func WriteBragProject(qq422016 qtio422016.Writer)
func WriteExpandCollapse ¶
func WriteExpandCollapse(qq422016 qtio422016.Writer, indent int, ps *cutil.PageState)
func WriteIconGallery ¶
func WriteIndent ¶ added in v1.0.6
func WriteIndent(qq422016 qtio422016.Writer, br bool, level int)
func WriteJSON ¶
func WriteJSON(qq422016 qtio422016.Writer, v any)
func WriteJSONModal ¶
func WritePagination ¶
func WritePlaceholderFor ¶ added in v1.0.12
func WritePlaceholderFor(qq422016 qtio422016.Writer, phs []string)
func WriteSVG ¶
func WriteSVG(qq422016 qtio422016.Writer, k string)
func WriteSVGRef ¶
func WriteSVGRefIcon ¶
func WriteSVGRefIcon(qq422016 qtio422016.Writer, k string, ps *cutil.PageState)
func WriteTableHeader ¶
func WriteTableHeaderSimple ¶
func WriteTerminal ¶ added in v1.0.12
func WriteTerminal(qq422016 qtio422016.Writer, id string, s string)
func WriteTitleFor ¶ added in v1.0.12
func WriteTitleFor(qq422016 qtio422016.Writer, help []string)
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.