xowf::test_item::Question_manager method exam_configuration_render_fields (protected)
<instance of xowf::test_item::Question_manager> exam_configuration_render_fields \ [ -modifiable modifiable ] fields
Defined in packages/xowf/tcl/test-item-procs.tcl
Render the provided fields via tDOM. Non-modifiable form-fields are disabled.
- Switches:
- -modifiable (optional)
- list of field names which are modifiable
- Parameters:
- fields (required)
- Returns:
- HTML
- Testcases:
- No testcase defined.
Source code: #ns_log notice "configuration_render called with modifiable <$modifiable>" ::xo::require_html_procs set content "" foreach f $fields { if {[$f name] ni $modifiable} { $f set_disabled true $f help_text "" } append content [tdom_render { $f render }] } return $contentXQL Not present: Generic, PostgreSQL, Oracle