mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fixed form image control
This commit is contained in:
parent
6e1fa03ab9
commit
3a2a09c1aa
2 changed files with 7 additions and 0 deletions
|
|
@ -816,6 +816,10 @@
|
|||
:create-type :form
|
||||
:create-param :image
|
||||
:create-value ""
|
||||
:setup ,(lambda (control content control-record)
|
||||
(declare (ignore content) (ignore control-record))
|
||||
(setf (url-src control) "/img/clogicon.png")
|
||||
(setf (alt-text control) "Add image url"))
|
||||
:events (,@*events-element*)
|
||||
:properties (,@*props-form-element*))
|
||||
`(:name "month"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue