diff --git a/doc/clog-manual.html b/doc/clog-manual.html index 6af1272..7275cbb 100644 --- a/doc/clog-manual.html +++ b/doc/clog-manual.html @@ -311,17 +311,17 @@ sent to the brower, this allows adding content for search engine optimization, see tutorial 12 for an example. If port is nil or 0 a random available port number is chosen.

-

-

+

+

-

-

+

+

@@ -373,7 +373,7 @@ static file matching the requested path ON-NEW-WINDOW-HANDLER and

@@ -1186,7 +1187,7 @@ is nil unbind the event.

CLOG Element Objects is the base class for all html element objects.

-

CLOG-Element - Low Level Creation

+

CLOG-Element - Low Level

@@ -1216,6 +1217,14 @@ attach an existing element with HTML-ID. The HTML-ID m must be in DOM, ie placed or auto-placed. If new-id is true the HTML-ID after attachment is changed to one unique to this session.

+

+

+

CLOG-Element - DOM Placement

@@ -1384,7 +1393,8 @@ html of an element. This will remove any Elements within Element from the DOM. If those elements were created in CLOG they are still available and can be placed in the DOM again using the placement methods. However if they were created through html writes or otherwise not assigned an ID by CLOG, they are -lost forever.

+lost forever. If BROWSER-GC is called at any point, the elements will be +destroyed from the browser and placement methods will no longer have an affect.

@@ -1662,9 +1672,15 @@ flex - Turn this item in to a flexbox container. The flexbox :space-around ( - - - ) :space-evenly ( - - - ) +For info on using grids see: +https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout + grid - Turn this item in to a grid container block level. The grid properties to adjust for container are: + Tip - 1 1 1 1 = repeat(4,1fr) also minmax() + + grid-template grid-template-columns grid-template-rows grid-template-areas @@ -1680,10 +1696,15 @@ grid - Turn this item in to a grid container block level. The grid The properties to adjust for grid items is: + Tip - 1 / 4 means from 1 to 4 + + grid-column grid-column-start grid-column-end + grid-row grid-row-start grid-row-end + grid-area align-self justify-self @@ -1738,6 +1759,13 @@ flex-basis (default :auto = use width or height) for CLOG-ELEMENTGet/Setf direction of flexbox packing.

+

+

+

+

+

+

+

+

+

+

+

+