Traversal methods and doc update

This commit is contained in:
David Botton 2021-01-04 09:51:53 -05:00
parent 443318c6ab
commit c998e04802
3 changed files with 702 additions and 4 deletions

View file

@ -207,11 +207,15 @@ application."
(vertical-align generic-function)
"CLOG-Element - Methods"
(addClass generic-function)
(removeClass generic-function)
(toggleClass generic-function)
(add-class generic-function)
(remove-class generic-function)
(toggle-class generic-function)
(remove-from-dom generic-function)
(click generic-function))
(click generic-function)
"CLOG-Element - Traversal Methods"
(first-child generic-function)
(next-sibling generic-function))
(defsection @clog-body (:title "CLOG Body Objects")
"CLOG-Body - CLOG Body Objects"