template::util::select_text::get_property (public)

 template::util::select_text::get_property what select_text_list

Defined in packages/acs-templating/tcl/widget-procs.tcl

Parameters:
what
select_text_list
Returns:
Error:
Author:
Dave Bauer <dave@thedesignexperience.org>
Created:
2004-07-18

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

Testcases:
No testcase defined.
Source code:
    switch -- $what {
        select_value - select {
            return [lindex $select_text_list 0]
        }
        text_value - text {
            return [lindex $select_text_list 1]
        }
        default {
            error "Parameter supplied to util::select_text::get_property 'what' must be one of: select_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: