mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-26 11:53:09 -08:00
Custom HTML controls
This commit is contained in:
parent
c482fb66a7
commit
e46f74abc3
2 changed files with 42 additions and 4 deletions
|
|
@ -512,6 +512,14 @@
|
|||
:create-type nil
|
||||
:events nil
|
||||
:properties nil)
|
||||
`(:name "custom"
|
||||
:description "Custom HTML"
|
||||
:clog-type clog:clog-element
|
||||
:create clog:create-child
|
||||
:create-type :custom-query
|
||||
:create-content "<div><button>test</button></div>"
|
||||
:events (,@*events-element*)
|
||||
:properties (,@*props-base*))
|
||||
`(:name "label"
|
||||
:description "Label"
|
||||
:clog-type clog:clog-label
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue