mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
demo waiting for response
This commit is contained in:
parent
59698297c5
commit
9bf04093e1
9 changed files with 76 additions and 24 deletions
|
|
@ -2105,6 +2105,18 @@ A list of standard cursor types can be found at:
|
|||
(defmethod remove-from-clog ((obj clog-element))
|
||||
(js-execute obj (format nil "~A=null;" (script-id obj))))
|
||||
|
||||
;;;;;;;;;;;;;
|
||||
;; destroy ;;
|
||||
;;;;;;;;;;;;;
|
||||
|
||||
(defgeneric destroy (clog-element)
|
||||
(:documentation "Remove CLOG-Element from the DOM on browser and clog cache
|
||||
on browser."))
|
||||
|
||||
(defmethod destroy ((obj clog-element))
|
||||
(remove-from-dom obj)
|
||||
(remove-from-clog obj))
|
||||
|
||||
;;;;;;;;;;;
|
||||
;; click ;;
|
||||
;;;;;;;;;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue