template::util::radio_text::get_property (public)
template::util::radio_text::get_property what radio_list
Defined in packages/acs-templating/tcl/widget-procs.tcl
- Parameters:
- what (required)
- radio_list (required)
- Returns:
- Error:
- Author:
- Timo Hentschel <timo@timohentschel.de>
- Created:
- 2004-10-17
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: switch -- $what { radio_value - radio { return [lindex $radio_list 0] } text_value - text { return [lindex $radio_list 1] } default { error "Parameter supplied to util::radio_text::get_property 'what' must be one of: radio_value, text_value. You specified: '$what'." } }XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-templating/tcl/widget-procs.xql