mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 15:00:24 -08:00
Traversal methods and doc update
This commit is contained in:
parent
443318c6ab
commit
c998e04802
3 changed files with 702 additions and 4 deletions
12
clog.lisp
12
clog.lisp
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue