mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
clog-panels are now base class of builder panels
This commit is contained in:
parent
9b4ed6f74e
commit
f916f268fb
3 changed files with 11 additions and 10 deletions
|
|
@ -573,7 +573,7 @@ not a temporary attached one when using select-control."
|
|||
(get-control-list app panel-id))
|
||||
(let ((result (format nil
|
||||
"\(in-package \"~A\"\)
|
||||
\(defclass ~A \(clog:clog-div\)
|
||||
\(defclass ~A \(clog:clog-panel\)
|
||||
\(~{~A~}\)\)
|
||||
\(defun create-~A \(clog-obj &key \(hidden nil\) \(class nil\) \(html-id nil\) \(auto-place t\)\)
|
||||
\(let \(\(panel \(change-class \(clog:create-div clog-obj :content \"~A\"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue