DBS4CardSubtitle

Undocumented in source.
class DBS4CardSubtitle : DBS4Obj {}

Members

Functions

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

Examples

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

Meta