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 Class ::xowf::test_item::Answer_manager Class ::xowf::test_item::Answer_manager (public) xowiki::bootstrap::card xowiki::bootstrap::card Class ::xowf::test_item::Answer_manager->xowiki::bootstrap::card Class ::xowf::test_item::Question_manager Class ::xowf::test_item::Question_manager (public) Class ::xowf::test_item::Question_manager->xowiki::bootstrap::card xowf::test_item::Answer_manager instproc answers_panel xowf::test_item::Answer_manager instproc answers_panel (public) xowf::test_item::Answer_manager instproc answers_panel->xowiki::bootstrap::card xowf::test_item::Answer_manager instproc waiting_room_message xowf::test_item::Answer_manager instproc waiting_room_message (public) xowf::test_item::Answer_manager instproc waiting_room_message->xowiki::bootstrap::card xowf::test_item::Question_manager instproc hint_box xowf::test_item::Question_manager instproc hint_box (protected) xowf::test_item::Question_manager instproc hint_box->xowiki::bootstrap::card

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