This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

^justChildren( [template][N] )^ (DEPRECATED)

This pages describes features, codes or syntax whose use is now DEPRECATED, i.e. not advised either for new or continued pre-existing use.

Deprecated aspects of Tinderbox may be supported on a legacy basis but the latter support can't be presumed to be indefinite. Therefore you should update your active TBX documents to latest practice as soon as practical.


Code Type: 

Code Scope of Action: 

Code First Added: 

Code Altered: 

 Data Include   [other codes of this type]

 item   [codes with similar scope]

 Already in v5.0.0

 format"


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.


Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Deprecated Usage : Deprecated Export Codes : ^justChildren( [template][N] )^ (DEPRECATED)