Code Type:
Code Scope of Action:
Code First Added:
Code Altered:
DEPRECATED CODE - Use ^children^ instead.
^justChildren^
Tells Tinderbox to include only the immediate children of the current note (or agent) in the current web page using their default template file.
^justChildren( template )^
Tells Tinderbox to include only the immediate children of the current note (or agent) with the specified template file.
^justChildren( template, N )^
Tells Tinderbox to include only the first N immediate children of the current note (or agent) with the specified template file. If N is used without a template, a comma must be placed before N.
^justChildren^ evaluates its template argument, allowing agents and containers to use expressions like
^justChildren(^value($MyTemplate)^)^
Identical to ^children( template )^, but includes only a note's immediate children, ignoring grandchildren, etc., and their descendants.
The HTMLDontExport settings of children are respected.