xowf::test_item::Question_manager method hint_box (protected)

 <instance of xowf::test_item::Question_manager[i]> hint_box \
    [ -title title ] [ -body body ] [ -CSSclass CSSclass ]

Defined in packages/xowf/tcl/test-item-procs.tcl

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

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

Testcases:
No testcase defined.
Source code:
set HTML ""
if {$body ne ""} {
  append HTML [::xowiki::bootstrap::card  -title $title  -body $body  -CSSclass $CSSclass]
}
return $HTML
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: