diff --git a/README.md b/README.md index 7b11547..c90751a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ https://www.reddit.com/r/lisp/comments/sd9wf1/clog_builder_cl_web_3_awesome_lang --- - + The Common Lisp Omnificent GUI, CLOG for short, uses web technology to produce graphical user interfaces for applications locally or remotely. diff --git a/doc/clog-manual.html b/doc/clog-manual.html index 5de2bf9..773e6df 100644 --- a/doc/clog-manual.html +++ b/doc/clog-manual.html @@ -184,7 +184,7 @@ CLOG-USER> (clog-repl) CLOG-USER> (setf (background-color *body*) "beige") CLOG-USER> (create-div *body* :content "Hello World!") -
The clog-repl URL is http://127.0.0.1/repl body will always refer to the
+
The clog-repl URL is http://127.0.0.1:8080/repl body will always refer to the
last access of that URL.
To open a browser with the CLOG manual:
@@ -446,6 +446,22 @@ for openning windows on remote machines.Use native concurrent hash tables
+Declerative Syntax Support
+ + + +[macro] WITH-CLOG-CREATE OBJ SPEC &BODY BODY
+ +To use the macro you remove the create- from the create +functions. The clog-obj passed as the first parameter of the macro is +passed as the parent obj to the declared object, after that nested +levels of decleraton are used as the parent clog-obj. To bind a +variable to any created clog object using :bind var. See tutorial 33 +and 22 for examples.
CLOG-Group - Utility Class for CLOG-Obj storage