mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
update documentation, remove tabs
This commit is contained in:
parent
2c9ce0864f
commit
25a9462f1f
84 changed files with 2163 additions and 2278 deletions
|
|
@ -12,12 +12,12 @@
|
|||
(setf (color (connection-data-item obj "changer")) "green"))
|
||||
|
||||
(defun on-new-window (body)
|
||||
"On-new-window handler."
|
||||
"On-new-window handler."
|
||||
(setf (title (html-document body)) "Tutorial 5")
|
||||
(set-on-click (create-section body :h1 :content "Hello World! (click me!)")
|
||||
'my-on-click)
|
||||
'my-on-click)
|
||||
(setf (connection-data-item body "changer")
|
||||
(create-section body :h1 :content "I change")))
|
||||
(create-section body :h1 :content "I change")))
|
||||
|
||||
(defun start-tutorial ()
|
||||
"Start turtorial."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue