Additions to tutorial 8

This commit is contained in:
David Botton 2021-01-11 01:50:32 -05:00
parent 5d41a2131a
commit 893a140e01
9 changed files with 62 additions and 35 deletions

View file

@ -32,6 +32,7 @@ application."
(@clog-obj section)
(@clog-element section)
(@clog-element-common section)
(@clog-form section)
(@clog-body section)
(@clog-window section)
(@clog-document section)
@ -65,9 +66,10 @@ application."
(blur generic-function)
"CLOG-Obj - Low Level"
(connection-data generic-function)
(connection-data-item generic-function)
(validp generic-function)
(connection-data generic-function)
(connection-data-item generic-function)
(remove-connection-data-item generic-function)
(validp generic-function)
"CLOG-Obj - Event Handling"
(set-on-resize generic-function)
@ -285,6 +287,11 @@ application."
(clog-span class)
(create-span generic-function))
(defsection @clog-form (:title "CLOG Form Objects")
"CLOG-Form - Class for organizing Form Elements in to a From"
(clog-form class)
(create-form generic-function))
(defsection @clog-body (:title "CLOG Body Objects")
"CLOG-Body - CLOG Body Objects"
(clog-body class)