mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Support for on-setup even set in the control record
This commit is contained in:
parent
d632d10042
commit
518972d36f
4 changed files with 51 additions and 12 deletions
|
|
@ -39,6 +39,7 @@ embedded in a native template application.)"
|
|||
(@clog-element-common section)
|
||||
(@clog-presentations section)
|
||||
(@clog-data section)
|
||||
(@clog-dbi section)
|
||||
(@clog-panels section)
|
||||
(@clog-style-block section)
|
||||
(@clog-form section)
|
||||
|
|
@ -537,6 +538,12 @@ embedded in a native template application.)"
|
|||
(sql-insert* function)
|
||||
(sql-update function))
|
||||
|
||||
(defsection @clog-dbi (:title "CLOG DBI")
|
||||
"CLOG-Database - CLOG Database Connection"
|
||||
(clog-database class)
|
||||
(database-connection generic-function)
|
||||
(create-database generic-function))
|
||||
|
||||
(defsection @clog-panels (:title "CLOG Panels")
|
||||
"CLOG-Panel - CLOG Panels"
|
||||
(clog-panel class)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue