xowf::test_item::Question_manager method hint_box (protected)
<instance of xowf::test_item::Question_manager> 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
- Testcases:
- No testcase defined.
Source code: set HTML "" if {$body ne ""} { append HTML [::xowiki::bootstrap::card -title $title -body $body -CSSclass $CSSclass] } return $HTMLXQL Not present: Generic, PostgreSQL, Oracle