mirror of
https://github.com/rabbibotton/clog.git
synced 2026-02-06 07:42:01 -08:00
add standard clog creation options
This commit is contained in:
parent
7cefbc9282
commit
f36befd943
1 changed files with 3 additions and 2 deletions
|
|
@ -813,8 +813,9 @@ of controls and double click to select control."
|
|||
"\(in-package \"~A\"\)
|
||||
\(defclass ~A \(clog:clog-div\)
|
||||
\(~{~A~}\)\)
|
||||
\(defun create-~A \(clog-obj\)
|
||||
\(let \(\(panel \(change-class \(clog:create-div clog-obj :content \"~A\"\) \'~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\"
|
||||
:hidden hidden :class class :html-id html-id :auto-place auto-place\) \'~A\)\)\)
|
||||
~{~A~}~{~A~} panel\)\)"
|
||||
(string-upcase package)
|
||||
cname ;;defclass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue