acs_object_type_hierarchy (public)

 acs_object_type_hierarchy [ -object_type object_type ] \
    [ -indent_string indent_string ] [ -indent_width indent_width ] \
    [ -join_string join_string ] [ -additional_html additional_html ]

Defined in packages/acs-tcl/tcl/object-type-procs.tcl

Returns an HTML snippet representing a hierarchy of ACS Object Types

Switches:
-object_type
(optional)
the object type for which to show a hierarchy for.
-indent_string
(defaults to " ") (optional)
string with which to lpad
-indent_width
(defaults to "4") (optional)
number of times to insert indent_string into indentation
-join_string
(defaults to "<br>") (optional)
string with which to join each row returned by the query
-additional_html
(optional)
any additional html you might want to print per line
Author:
Yonatan Feldman <yon@arsdigita.com>
Created:
August 13, 2000

Partial Call Graph (max 5 caller/called nodes):
%3 test_object_type_hierarchy object_type_hierarchy (test acs-tcl) acs_object_type_hierarchy acs_object_type_hierarchy test_object_type_hierarchy->acs_object_type_hierarchy db_foreach db_foreach (public) acs_object_type_hierarchy->db_foreach db_map db_map (public) acs_object_type_hierarchy->db_map export_vars export_vars (public) acs_object_type_hierarchy->export_vars lang::util::localize lang::util::localize (public) acs_object_type_hierarchy->lang::util::localize packages/acs-subsite/www/admin/object-types/index.tcl packages/acs-subsite/ www/admin/object-types/index.tcl packages/acs-subsite/www/admin/object-types/index.tcl->acs_object_type_hierarchy packages/acs-subsite/www/admin/object-types/one.tcl packages/acs-subsite/ www/admin/object-types/one.tcl packages/acs-subsite/www/admin/object-types/one.tcl->acs_object_type_hierarchy

Testcases:
object_type_hierarchy
[ show source ]
Show another procedure: