DBS5CardSubtitle

Undocumented in source.
class DBS5CardSubtitle : DBS5Obj {}

Members

Functions

_init
void _init()
Undocumented in source. Be warned that the author may not have intended to support it.

Examples

t {
	assert(Assert(BS5CardSubtitle, `<h6 class="card-subtitle"></h6>`));
	assert(Assert(BS5CardSubtitle.content("SomeThing"), `<h6 class="card-subtitle">SomeThing</h6>`)

Meta