diff --git a/README.md b/README.md index 201f581..0b9747f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ embedded in a native application.) - [CLOG - Reference Manual](https://rabbibotton.github.io/clog/clog-manual.html) -STATUS: CLOG and CLOG Builder 2.1 released. CLOG API Stable 4 years +STATUS: CLOG and CLOG Builder 2.2 released. CLOG API Stable 4 years The CLOG Builder is in 100% portable Common Lisp using the CLOG Framework. diff --git a/doc/clog-manual.html b/doc/clog-manual.html index 52f9456..6af1272 100644 --- a/doc/clog-manual.html +++ b/doc/clog-manual.html @@ -1203,7 +1203,8 @@ possible tag and keywords.

Create a new CLOG-ELEMENT or sub-type of CLOG-TYPE from HTML as child of CLOG-OBJ and if :AUTO-PLACE (default t) place-inside-bottom-of CLOG-OBJ, you can also set auto-place to :bottom or :top. If HTML-ID is nil one -will be generated.

+will be generated. If auto-place is nil, note that if browser-gc is called +or clog-connect:*browser-gc-on-ping* is t the browser side will be destroyed.

@@ -2434,6 +2435,18 @@ is set to :table-cell or for labels on form elements.

Remove CLOG-Element from the DOM on browser and clog cache on browser.

+

+

+

@@ -7037,7 +7051,7 @@ alert-dialog blocks till time-out reached or OK clicked.