xowf::WorkflowPage instproc childpage (public)

 <instance of xowf::WorkflowPage[i]> childpage -name name  \
    [ -form form ]

Defined in packages/xowf/tcl/xowf-procs.tcl

Return the child page of the current object with the provided name. In case the child object does not exist, create it as an instance of the provided form.

Switches:
-name
(required)
-form
(optional)
Returns:
page object

Partial Call Graph (max 5 caller/called nodes):
%3 test_create_test_items create_test_items (test xowf) xowf::WorkflowPage instproc childpage xowf::WorkflowPage instproc childpage test_create_test_items->xowf::WorkflowPage instproc childpage

Testcases:
create_test_items
[ show source ]
Show another procedure: