diff --git a/doc/clog-manual.html b/doc/clog-manual.html index b3ea33b..db7246a 100644 --- a/doc/clog-manual.html +++ b/doc/clog-manual.html @@ -307,7 +307,8 @@ returns returns a blank page, if it is set to :error will signal an error and if set to a string will display the string. boot-function if set is called with the url and the contents of boot-file and its return value replaces the contents sent to the brower, this allows adding content for search engine optimization, -see tutorial 12 for an example.

+see tutorial 12 for an example. If port is nil or 0 a random available port +number is chosen.

@@ -463,6 +464,20 @@ and not for security purposes or html escapes.

Change line feeds to
.

+

+

+ +

+

+

CLOG Color utilities

@@ -1154,7 +1169,8 @@ element objects.

@@ -1380,7 +1396,7 @@ Normally index follows normal sequence of elements.

Text Content - Text content is the content contained by the tag including child tags. This should not be confused with the 'Value' of a Form Tag. - User TEXT-VALUE for just the text associated + Use TEXT-VALUE for just the text associated with . (See clog-form.lisp)

@@ -1390,7 +1406,7 @@ Normally index follows normal sequence of elements.

Get/Setf the first text node of CLOG-ELEMENT. Unlike TEXT this is only the text associated with this -Additionally for forms get/setf the value.

+Additionally works for forms and can get/setf the values.

@@ -1982,14 +1998,14 @@ parent in the DOM.

@@ -4609,7 +4625,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/global

@@ -6643,14 +6659,15 @@ The on-window-change clog-obj received is the new window

  • [generic-function] CREATE-GUI-WINDOW CLOG-OBJ &KEY TITLE CONTENT LEFT TOP WIDTH HEIGHT MAXIMIZE HAS-PINNER KEEP-ON-TOP WINDOW-PARAM HIDDEN CLIENT-MOVEMENT BORDER-CLASS TITLE-CLASS HTML-ID

    Create a clog-gui-window. If client-movement is t then -use jquery-ui to move/resize and will not work on mobile. When client-movement -is t only on-window-move is fired once at start of drag and on-window-move-done -at end of drag and on-window-resize at start of resize and -on-window-resize-done at end of resize. If has-pinner a toggle wil appear on -title bar to allow pinning the window in place, if keep-on-top t then when -pinned also will keep-on-top. If had-pinned is nil and keep-on-top t then -the window will be set to keep-on-top always. window-param is a general parameter -for identifiying the window to use with window-to-top-by-param or window-by-param.

  • +use jquery-ui to move/resize and will not work on mobile and touch events +are limitted to clicks. When client-movement is t only on-window-move is fired +once at start of drag and on-window-move-done at end of drag and +on-window-resize at start of resize and on-window-resize-done at end of resize. +If has-pinner a toggle wil appear on title bar to allow pinning the window in +place, if keep-on-top t then when pinned also will keep-on-top. If had-pinned +is nil and keep-on-top t then the window will be set to keep-on-top always. +window-param is a general parameter for identifiying the window to use with +window-to-top-by-param or window-by-param.

    @@ -8098,12 +8115,26 @@ on-storage event is fired for changes to :local storage keys.

    Reader for Body Element object

    +

    +

    +

    @@ -8161,6 +8192,25 @@ If LOAD-ONLY-ONCE is t first checks if previously loaded with load-

    Set the ON-FULL-SCREEN-CHANGE-HANDLER for CLOG-OBJ. If ON-FULL-SCREEN-CHANGE-HANDLER is nil unbind the event.

    +

    +

    + +

    +

    +