From 41be3b6234fb3512d92266c5877b79040371cdbf Mon Sep 17 00:00:00 2001 From: Wim Oudshoorn Date: Mon, 22 Jan 2024 17:33:13 +0100 Subject: [PATCH] Fixed documentation (again) - Replaced NOTE with Note, - It could not resolve the documentation for GET-CSS-CLASSES. --- src/widget.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widget.lisp b/src/widget.lisp index 9636dba8..b2ea2760 100644 --- a/src/widget.lisp +++ b/src/widget.lisp @@ -92,10 +92,10 @@ For example: - :div -- generates
widget content
- (:div :display \"flex\") -- generates (
widget content
-NOTE on attributes, in the attribute list the following attributes can +Note on attributes: in the attribute list the following attributes can not be specified, they will be ignored: -- :class -- Use the GET-CSS-CLASSES method to specify these +- :class -- Use the get-css-classes method to specify these - :id -- This is the value of the dom-id slot of the widget, normally automatically managed by reblocks.