Skip to content

Commit

Permalink
Replaced "method" with "generic-function".
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt authored Jan 22, 2024
1 parent 41be3b6 commit 0e20ad9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/widget.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ inherits from REBLOCKS/WIDGET:WIDGET if no DIRECT-SUPERCLASSES are provided."
You can use any other templating engine, just ensure
it writes output to REBLOCKS/HTML:*STREAM*
Outer DIV wrapper will be added automaticall, see GET-HTML-TAG.
It will have CSS tags returned by GET-CSS-CLASSES."))
Outer DIV wrapper will be added automaticall, see GET-HTML-TAG generic-function.
It will have CSS tags returned by GET-CSS-CLASSES generic-function."))


(defgeneric get-html-tag (widget)
Expand All @@ -95,7 +95,7 @@ For example:
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 generic-function to specify these
- :id -- This is the value of the dom-id slot of the widget,
normally automatically managed by reblocks.
Expand Down

0 comments on commit 0e20ad9

Please sign in to comment.