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

 <instance of xowf::test_item::Question_manager[i]> pagination_button_css_class \
    [ -CSSclass CSSclass ] -cond on|off  [ -extra extra ]

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

Switches:
-CSSclass (optional, defaults to "btn-sm")
-cond (required, boolean)
-extra (optional)

Testcases:
No testcase defined.
Source code:
if {$cond} {
  append CSSclass " " $extra
}
return $CSSclass
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: