From 3d25a4eed0d98e8f84034b25170107bc21a4fd6f Mon Sep 17 00:00:00 2001
From: David Botton
[generic-function] CREATE-WEB-MENU-BAR CLOG-OBJ &KEY CLASS HTML-ID
-Attached a menu bar to a CLOG-OBJ in general a
+
Attach a menu bar to a CLOG-OBJ generally a
clog-body.
[generic-function] CREATE-WEB-MENU-ITEM CLOG-WEB-MENU-DROP-DOWN &KEY CONTENT ON-CLICK CLASS HTML-ID
+[generic-function] CREATE-WEB-MENU-ITEM CLOG-WEB-MENU-DROP-DOWN &KEY CONTENT LINK ON-CLICK CLASS HTML-ID
-Attached a menu item to a CLOG-WEB-MENU-DROP-DOWN
Attached a menu item to a CLOG-WEB-MENU-DROP-DOWN.
+Use to set a link or on-click to set an on-click handler
@@ -7207,6 +7208,107 @@ is placed in DOM at top of OBJ instead of bottom of OBJCANCEL-TEXT is only displayed if modal is t
CLOG-WEB - Websites
[class] CLOG-WEB-SITE
+ +Website information
[function] CLOG-WEB-META DESCRIPTION
+ +Returns a boot-function for use with CLOG:INITIALIZE to add meta and body
+information for search engines with DESCRIPTION.
[function] DEFAULT-THEME BODY WEBSITE PAGE PROPERTIES
+ +The default theme for clog-web-site. +Settings available: + :menu-class - w3 color class for menu bar +Page properties: + :menu - (("Menu Name" (("Menu Item" "link")))) + :content
[generic-function] URL CLOG-LOCATION
+ +Get/Setf full url. Setting the URL causes navgation to URL.
[generic-function] TITLE CLOG-DOCUMENT
+ +Get/setf title.
[generic-function] CREATE-WEB-SITE CLOG-OBJ &KEY THEME SETTINGS URL TITLE FOOTER LOGO
+ +Attach a clog-web-site to a CLOG-OBJ generally a
+clog-body.
[generic-function] CREATE-WEB-PAGE CLOG-OBJ PAGE PROPERTIES
+ +Use the clog-web-site THEME to create PAGE with
+CLOG-OBJ as parent