mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 15:00:24 -08:00
Better handling of get and post form methods
This commit is contained in:
parent
a455cdc2a1
commit
a315169ad1
4 changed files with 56 additions and 59 deletions
|
|
@ -430,7 +430,12 @@ embedded in a native template application.)"
|
|||
(create-table-column-group-item generic-function))
|
||||
|
||||
(defsection @clog-form (:title "CLOG Form Objects")
|
||||
"CLOG-Form - Class for organizing Form Elements in to a From"
|
||||
"CLOG-Form-Data"
|
||||
(form-get-data generic-function)
|
||||
(form-post-data generic-function)
|
||||
(form-data-item function)
|
||||
|
||||
"CLOG-Form - Class for organizing Form Elements in to a From"
|
||||
(form-method-type type)
|
||||
(clog-form class)
|
||||
(create-form generic-function)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue