mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-09 04:10:26 -08:00
unique id per instance with generated code
This commit is contained in:
parent
e78864a6af
commit
83fa7e7f00
2 changed files with 18 additions and 8 deletions
|
|
@ -778,7 +778,8 @@ of controls and double click to select control."
|
|||
vname)
|
||||
cmembers)
|
||||
(push (format nil
|
||||
"\(setf (slot-value panel '~A\) \(attach-as-child clog-obj \"~A\" :clog-type \'~A\)\)~%"
|
||||
"\(setf (slot-value panel '~A\) ~
|
||||
\(attach-as-child clog-obj \"~A\" :clog-type \'~A\ :new-id t)\)~%"
|
||||
vname
|
||||
html-id
|
||||
(format nil "CLOG:~A" (type-of control)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue