mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
inline element types
This commit is contained in:
parent
a8553bfaf7
commit
b3fd50e526
2 changed files with 62 additions and 1 deletions
12
clog.lisp
12
clog.lisp
|
|
@ -336,7 +336,17 @@ embedded in a native template application.)"
|
|||
|
||||
"CLOG-Span - Class for CLOG Inline Spans"
|
||||
(clog-span class)
|
||||
(create-span generic-function))
|
||||
(create-span generic-function)
|
||||
|
||||
"CLOG-Section - Class for CLOG Inline Sections"
|
||||
(section-type type)
|
||||
(clog-section class)
|
||||
(create-section generic-function)
|
||||
|
||||
"CLOG-Phrase - Class for CLOG Inline Phrases"
|
||||
(phrase-type type)
|
||||
(clog-phrase class)
|
||||
(create-phrase generic-function))
|
||||
|
||||
(defsection @clog-form (:title "CLOG Form Objects")
|
||||
"CLOG-Form - Class for organizing Form Elements in to a From"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue