mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
bug fix
This commit is contained in:
parent
a9abe35a42
commit
d65f3b931d
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
;;;; In this tutorial we will see how to wrap last tutorial's JavaScript
|
;;;; In this tutorial we will see how to wrap last tutorial's JavaScript
|
||||||
;;;; component in to something that feels more like a plugin to CLOG.
|
;;;; component in to something that feels more like a plugin to CLOG.
|
||||||
|
|
||||||
|
|
@ -26,8 +25,8 @@
|
||||||
(defclass clog-toggler (clog-unordered-list) ()
|
(defclass clog-toggler (clog-unordered-list) ()
|
||||||
(:documentation "Toggler object - a collapsable UI component"))
|
(:documentation "Toggler object - a collapsable UI component"))
|
||||||
|
|
||||||
(defgeneric create-toggler (clog-obj &key content class auto-place)
|
(defgeneric create-toggler (clog-obj &key class html-id auto-place)
|
||||||
(:documentation "Create a toggler with CONTENT as the top of tree."))
|
(:documentation "Create a toggler."))
|
||||||
|
|
||||||
(defmethod create-toggler ((obj clog-obj) &key (class nil)
|
(defmethod create-toggler ((obj clog-obj) &key (class nil)
|
||||||
(html-id nil)
|
(html-id nil)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue