From aaa6bc76638ad8c9d3207517ef573f7c8171cbd5 Mon Sep 17 00:00:00 2001
From: David Botton NIL returns empty string otherwise returns nil.
[function] RGB RED GREEN BLUE
-Return RGB string, red green and blue may be 0-255
Return RGB string, red green and blue may be 0-255
NIL returns empty string otherwise returns nil.
[function] RGBA RED GREEN BLUE ALPHA
-Return RGBA string, red green and blue may be 0-255, alpha 0.0 - 1.0
Return RGBA string, red green and blue may be 0-255, alpha 0.0 - 1.0
NIL returns empty string otherwise returns nil.
[function] HSL HUE SATURATION LIGHTNESS
-Return HSL string, hue 0-360, saturation and lightness 0%-100%
Return HSL string, hue 0-360, saturation and lightness 0%-100%
NIL returns empty string otherwise returns nil.
[function] HSLA HUE SATURATION LIGHTNESS ALPHA
-Return HSLA string, hue 0-360, saturation and lightness 0%-100%,
+
Return HSLA string, hue 0-360, saturation and lightness 0%-100%,
alpha 0.0 - 1.0
[generic-function] SET-ON-MOUSE-DOWN CLOG-OBJ ON-MOUSE-DOWN-HANDLER &KEY ONE-TIME
+[generic-function] SET-ON-MOUSE-DOWN CLOG-OBJ ON-MOUSE-DOWN-HANDLER &KEY ONE-TIME CANCEL-EVENT
Set the ON-MOUSE-DOWN-HANDLER for CLOG-OBJ. If
-ON-MOUSE-DOWN-HANDLER is nil unbind the event.
ON-MOUSE-DOWN-HANDLER is nil unbind the event. If cancel-event is true event
+does not bubble.
[generic-function] SET-ON-POINTER-DOWN CLOG-OBJ ON-POINTER-DOWN-HANDLER &KEY CAPTURE-POINTER ONE-TIME
+[generic-function] SET-ON-POINTER-DOWN CLOG-OBJ ON-POINTER-DOWN-HANDLER &KEY CAPTURE-POINTER ONE-TIME CANCEL-EVENT
Set the ON-POINTER-DOWN-HANDLER for CLOG-OBJ. If
-ON-POINTER-DOWN-HANDLER is nil unbind the event.
ON-POINTER-DOWN-HANDLER is nil unbind the event. If cancel event is t the
+even does not bubble.
CLOG-Element - Styles
- +CLOG-ELEMENT
-
+
CLOG-ELEMENT
Get/Setf direction of flexbox packing.
- +CLOG-ELEMENT
Get/Setf grid-row-end.
- +CLOG-ELEMENT
Get/Setf align items in a flexbox/grid on column axis.
- +CLOG-ELEMENT
in a flexbox/grid.
-
+
Get/Setf justify items in a grid on row axis.
- +Get/Setf override align this item in grid on row axis.
- +Get/Setf opacity.
- +Get/Setf text-shadow.
- +Set font.
- +Get/Setf text-alignment.
- +CLOG-Section - Class for CLOG Inline Sections
CLOG-Phrase - Class for CLOG Inline Phrases
:AUTO-PLACE (default t) place-inside-bottom-of CLOG-OBJ
-
+
:AUTO-PLACE (default t) place-inside-bottom-of CLOG-OB
Get/Setf list list-kind.
-
+
-- [type] LIST-LOCATION-TYPE
+- [type] LIST-LOCATION-TYPE
@@ -3234,14 +3236,14 @@ and if :AUTO-PLACE (default t) place-inside-bottom-of CLOG-OB
-[generic-function] CREATE-PANEL CLOG-OBJ &KEY LEFT TOP RIGHT BOTTOM WIDTH HEIGHT UNITS MARGIN-LEFT MARGIN-TOP MARGIN-RIGHT MARGIN-BOTTOM BORDER-STYLE BORDER-WIDTH BORDER-COLOR BACKGROUND-COLOR POSITIONING OVERFLOW RESIZABLE CONTENT STYLE HIDDEN CLASS HTML-ID AUTO-PLACE DISPLAY
+[generic-function] CREATE-PANEL CLOG-OBJ &KEY LEFT TOP RIGHT BOTTOM WIDTH HEIGHT UNITS MARGIN-LEFT MARGIN-TOP MARGIN-RIGHT MARGIN-BOTTOM BORDER-STYLE BORDER-WIDTH BORDER-COLOR BACKGROUND-COLOR POSITIONING OVERFLOW RESIZABLE CONTENT STYLE HIDDEN CLASS HTML-ID AUTO-PLACE
Create a new CLOG-Panel as child of
CLOG-OBJ. Optionally you can set the :X, :Y, :WIDTH and :HEIGHT (in
:UNITS defulting to :px, if set to nil unit type must be provided for
-x,y,width and height), BORDER-STYLE (see BORDER-STYLE-TYPE),
+x,y,width and height), BORDER-STYLE (see BORDER-STYLE-TYPE),
BORDER-WIDTH, BORDER-COLOR, :POSITIONING (default is :FIXED) (see
-POSITIONING-TYPE), :OVERFLOW (default is :CLIP) with :CONTENT (default
+POSITIONING-TYPE), :OVERFLOW (default is :CLIP) with :CONTENT (default
"") and :RESIZABLE defaults to :NONE. Additional css styles can be
set in :STYLE (default "") if :AUTO-PLACE (default t)
place-inside-bottom-of CLOG-OBJ. If hidden is true visiblep is set to
@@ -3305,7 +3307,7 @@ if :HTML-ID "myid" then the HTML-ID for cent
-- [generic-function] RIGHT-PANEL OBJECT
+- [generic-function] RIGHT-PANEL SELF
@@ -3389,10 +3391,10 @@ selector. For example:
CLOG-Form - Class for organizing Form Elements in to a From
-
+
-- [type] FORM-METHOD-TYPE
+- [type] FORM-METHOD-TYPE
@@ -3498,10 +3500,10 @@ text/plain
elements.
-
+
-- [type] FORM-ELEMENT-TYPE
+- [type] FORM-ELEMENT-TYPE
@@ -3718,10 +3720,10 @@ the File form element type.
Get/Setf form element checkedp.
-
+
-- [type] INPUT-MODE-TYPE
+- [type] INPUT-MODE-TYPE
@@ -3836,7 +3838,7 @@ virtual keyboards.
-[generic-function] CREATE-OPTGROUP CLOG-OBJ &KEY CONTENT DISABLED HTML-ID CLASS
+[generic-function] CREATE-OPTGROUP CLOG-OBJ &KEY CONTENT DISABLED HTML-ID
Create a new clog-optgroup as child of CLOG-OBJ.
@@ -4094,10 +4096,10 @@ optionally fill in with contents of data-list.
https://developer.mozilla.org/en-US/docs/Web/CSS/font
-
+
-- [type] TEXT-ALIGN-TYPE
+- [type] TEXT-ALIGN-TYPE
@@ -4108,10 +4110,10 @@ https://developer.mozilla.org/en-US/docs/Web/CSS/font
Set text alignment style
-
+
-- [type] TEXT-BASELINE-TYPE
+- [type] TEXT-BASELINE-TYPE
@@ -5139,7 +5141,7 @@ Calls on-input with t if confirmed or nil if canceled.
:select a-list ((label name)) a third value can be added "selected"
:text value
(any text input types also work :email, :tel, etc.
- see FORM-ELEMENT-TYPE)
+ see FORM-ELEMENT-TYPE)
Calls on-input after OK or Cancel with an a-list of field name to value
if confirmed or nil if canceled.
@@ -5333,10 +5335,10 @@ composit-location is called on the object of that content. If hidden is t then
then the visiblep propetery will be set to nil on creation.
-
+
-- [type] WEB-PADDING-CLASS-TYPE
+- [type] WEB-PADDING-CLASS-TYPE
@@ -5679,7 +5681,7 @@ is placed in DOM at top of OBJ instead of bottom of OBJFORM-ELEMENT-TYPE)
+ see FORM-ELEMENT-TYPE)
Calls on-input after OK or Cancel with an a-list of field name to value
if confirmed or nil if canceled. CANCEL-TEXT is only displayed if modal is t
@@ -5986,10 +5988,10 @@ very limitted to just open a new tab with url unless is a localhost url.Close connection to browser with out closing browser.
-
+
-- [type] STORAGE-TYPE
+- [type] STORAGE-TYPE
@@ -6191,7 +6193,7 @@ on-storage event is fired for changes to :local storage keys.
-- [generic-function] BODY-ELEMENT OBJECT
+- [generic-function] BODY-ELEMENT SELF
@@ -6292,7 +6294,7 @@ If ON-FULL-SCREEN-CHANGE-HANDLER is nil unbind the event.
[generic-function] URL CLOG-LOCATION
-Get/Setf full url. Setting the URL causes navgation to URL.
+