Form labels

This commit is contained in:
David Botton 2021-01-12 01:59:27 -05:00
parent 5ff987c1ef
commit 1e7ba99fdc
3 changed files with 98 additions and 17 deletions

View file

@ -292,8 +292,17 @@ application."
(clog-form class)
(create-form generic-function)
(clog-form-element class)
(create-form-element generic-function))
"CLOG-Form-Element - Class for form elements"
(clog-form-element class)
(create-form-element generic-function)
(value generic-function)
(place-holder generic-function)
"CLOG-Label - Class for CLOG Labels"
(clog-label class)
(create-label generic-function)
(label-for generic-function))
(defsection @clog-body (:title "CLOG Body Objects")
"CLOG-Body - CLOG Body Objects"