Post creation call back for settings. img and link added.

This commit is contained in:
David Botton 2022-01-21 12:00:11 -05:00
parent 1bd269dd40
commit 3977cec559
2 changed files with 32 additions and 1 deletions

View file

@ -124,7 +124,9 @@
:value (getf control-record :create-value)))
(t nil))))
(when control
(setf (attribute control "data-clog-type") control-type-name))
(setf (attribute control "data-clog-type") control-type-name)
(when (getf control-record :setup)
(funcall (getf control-record :setup) control control-record)))
control))
(defun drop-new-control (app content data next-id &key win)