Support for on-setup even set in the control record

This commit is contained in:
David Botton 2022-02-22 15:57:15 -05:00
parent d632d10042
commit 518972d36f
4 changed files with 51 additions and 12 deletions

View file

@ -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)