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
radio_list
Returns:
Error:
Author:
Timo Hentschel <timo@timohentschel.de>
Created:
2004-10-17

Partial Call Graph (max 5 caller/called nodes):
%3 template::widget::radio_text template::widget::radio_text (public) template::util::radio_text::get_property template::util::radio_text::get_property template::widget::radio_text->template::util::radio_text::get_property

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

[ hide source ] | [ make this the default ]
Show another procedure: