mirror of
https://github.com/rabbibotton/clog.git
synced 2026-04-27 15:40:51 -07:00
update docs on span and div
This commit is contained in:
parent
5c2473f8c7
commit
6fda91c501
1 changed files with 3 additions and 1 deletions
|
|
@ -577,7 +577,9 @@ CLOG-OBJ"))
|
|||
|
||||
(defgeneric create-span (clog-obj &key content hidden class html-id auto-place)
|
||||
(:documentation "Create a new CLOG-Span as child of CLOG-OBJ with CONTENT
|
||||
and if :AUTO-PLACE (default t) place-inside-bottom-of CLOG-OBJ"))
|
||||
and if :AUTO-PLACE (default t) place-inside-bottom-of CLOG-OBJ. A span is
|
||||
an inline element while a div is a block element (one that takes up the entire
|
||||
browser width)."))
|
||||
|
||||
(defmethod create-span ((obj clog-obj) &key (content "")
|
||||
(hidden nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue