list-of-children

This commit is contained in:
David Botton 2024-06-23 21:23:22 -04:00
parent 452ee0b1b8
commit 0287d16884
2 changed files with 35 additions and 1 deletions

View file

@ -393,7 +393,8 @@ embedded in a native template application.)"
(parent-element generic-function)
(first-child generic-function)
(previous-sibling generic-function)
(next-sibling generic-function))
(next-sibling generic-function)
(list-of-children generic-function))
(defsection @clog-jquery (:title "CLOG jQuery Objects")
"CLOG-jQuery - Base class for CLOG jQuery Objects"