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 (optional, defaults to
" "
)- string with which to lpad
- -indent_width (optional, defaults to
"4"
)- number of times to insert
indent_string
into indentation- -join_string (optional, defaults to
"<br>"
)- 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):
- Testcases:
- object_type_hierarchy