xowiki::bootstrap::card (public)

 xowiki::bootstrap::card -title title -body body [ -CSSclass CSSclass ]

Defined in packages/xowiki/tcl/bootstrap-procs.tcl

Render a Bootstrap Card.

Switches:
-title (required)
-body (required)
-CSSclass (optional)
Returns:
HTML

Partial Call Graph (max 5 caller/called nodes):
%3 xowf::test_item::Answer_manager instproc answers_panel xowf::test_item::Answer_manager instproc answers_panel (public) xowiki::bootstrap::card xowiki::bootstrap::card xowf::test_item::Answer_manager instproc answers_panel->xowiki::bootstrap::card

Testcases:
No testcase defined.
Source code:
    return [ns_trim -delimiter | [subst {
      |<div class="[template::CSS class card] $CSSclass">
      |  <div class="[template::CSS class card-header]">$title</div>
      |  <div class="[template::CSS class card-body]">$body</div>
      |</div>
    }]]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: