etp::get_application_param (public)

 etp::get_application_param param_name [ app ]

Defined in packages/edit-this-page/tcl/etp-procs.tcl

NYI: Need documentation

Parameters:
param_name
app (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 etp::get_attribute_pretty_name etp::get_attribute_pretty_name (public) etp::get_application_param etp::get_application_param etp::get_attribute_pretty_name->etp::get_application_param etp::get_content_items etp::get_content_items (public) etp::get_content_items->etp::get_application_param etp::get_content_type etp::get_content_type (public) etp::get_content_type->etp::get_application_param packages/edit-this-page/www/etp-create.tcl packages/edit-this-page/ www/etp-create.tcl packages/edit-this-page/www/etp-create.tcl->etp::get_application_param packages/edit-this-page/www/etp.tcl packages/edit-this-page/ www/etp.tcl packages/edit-this-page/www/etp.tcl->etp::get_application_param etp::get_application_params etp::get_application_params (public) etp::get_application_param->etp::get_application_params

Testcases:
No testcase defined.
Source code:
    array set params [get_application_params $app]

    if { [info exists params($param_name)] } {
    return $params($param_name)
    } else {
    return ""
    }
Generic XQL file:
packages/edit-this-page/tcl/etp-procs.xql

PostgreSQL XQL file:
packages/edit-this-page/tcl/etp-procs-postgresql.xql

Oracle XQL file:
packages/edit-this-page/tcl/etp-procs-oracle.xql

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