mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 06:50:20 -08:00
Form labels
This commit is contained in:
parent
5ff987c1ef
commit
1e7ba99fdc
3 changed files with 98 additions and 17 deletions
13
clog.lisp
13
clog.lisp
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue