xowiki::formfield::child_components (public)
xowiki::formfield::child_components [ -filter filter ] objs
Defined in packages/xowiki/tcl/form-field-procs.tcl
For every form-field obj in the provided objs, return a list of all child components (potentially leaf components of compound fields). The result list is filtered by the optional filter expression, which can refer to the current object via variable $_.
- Switches:
- -filter (optional, defaults to
"true"
)- Parameters:
- objs (required, object)
- input form-field objs
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.