mirror of
https://github.com/rabbibotton/clog.git
synced 2026-01-06 01:02:14 -08:00
Start of form elements and handling submit
This commit is contained in:
parent
d864468524
commit
5ff987c1ef
4 changed files with 59 additions and 28 deletions
|
|
@ -290,7 +290,10 @@ application."
|
|||
(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))
|
||||
(create-form generic-function)
|
||||
|
||||
(clog-form-element class)
|
||||
(create-form-element 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