diff --git a/clean b/clean new file mode 100755 index 0000000..7507747 --- /dev/null +++ b/clean @@ -0,0 +1,4 @@ +rm -r *.fas +rm -r *.fasl +rm -r *~ + diff --git a/doc/clog-manual.html b/doc/clog-manual.html index c2989ff..f83347a 100644 --- a/doc/clog-manual.html +++ b/doc/clog-manual.html @@ -40,11 +40,12 @@
  • 4 CLOG Objects
  • 5 CLOG Elements
  • 6 Common CLOG Elements
  • -
  • 7 CLOG Body Objects
  • -
  • 8 CLOG Window Objects
  • -
  • 9 CLOG Document Objects
  • -
  • 10 CLOG Location Objects
  • -
  • 11 CLOG Navigator Objects
  • +
  • 7 CLOG Form Objects
  • +
  • 8 CLOG Body Objects
  • +
  • 9 CLOG Window Objects
  • +
  • 10 CLOG Document Objects
  • +
  • 11 CLOG Location Objects
  • +
  • 12 CLOG Navigator Objects
  • [in package CLOG]
    @@ -62,7 +63,7 @@ application.

    1 clog ASDF System Details

    +

    + + +

    @@ -324,7 +332,8 @@ this even is bound, you must call the form submit manually.

  • [generic-function] SET-ON-SUBMIT CLOG-OBJ ON-SUBMIT-HANDLER

    Set the ON-SUBMIT-HANDLER for CLOG-OBJ. If ON-SUBMIT-HANDLER -is nil unbind the event.

  • +is nil unbind the event. This event is activated by using submit on a form. If +this even is bound, you must call the form submit manually.

    @@ -333,8 +342,7 @@ is nil unbind the event.

  • [generic-function] SET-ON-SELECT CLOG-OBJ ON-SELECT-HANDLER

    Set the ON-SELECT-HANDLER for CLOG-OBJ. If ON-SELECT-HANDLER -is nil unbind the event. This event is activated by using submit on a form. If -this even is bound, you must call the form submit manually.

  • +is nil unbind the event.

    @@ -1506,7 +1514,7 @@ to no actual HTML elemen.

    -

    +

    6 Common CLOG Elements

    @@ -1614,10 +1622,10 @@ line break and if :AUTO-PLACE (default t) place-inside-bottom-of
  • [generic-function] CREATE-IMG CLOG-OBJ &KEY URL-SRC ALT-TEXT AUTO-PLACE

    -

    Create a new CLOG-Img as child of CLOG-OBJ with :CONTENT -(default "") and if :AUTO-PLACE (default t) place-inside-bottom-of -CLOG-OBJ. Use width and height properties before placing image to constrain -image size.

  • +

    Create a new CLOG-Img as child of CLOG-OBJ with :URL-SRC +(default "") and :ALT-TEXT (default "") if :AUTO-PLACE (default t) +place-inside-bottom-of CLOG-OBJ. Use width and height properties before +placing image to constrain image size.

    @@ -1668,6 +1676,111 @@ horizontal rule (line) and if :AUTO-PLACE (default t) place-inside- CLOG-OBJ

    +

    CLOG-Meter - Class for CLOG Meters

    + +

    + + + +

    + + + +

    + + + +

    + + + +

    + + + +

    + + + +

    + + + +

    + + + +

    CLOG-Progress-Bar - Class for CLOG Progress Bars

    + +

    + + + +

    + + + +

    + + + +

    + + +

    CLOG-P - Class for CLOG Paragraphs

    @@ -1701,18 +1814,108 @@ horizontal rule (line) and if :AUTO-PLACE (default t) place-inside-

    +

    + +

    + +

    7 CLOG Form Objects

    + +

    CLOG-Form - Class for organizing Form Elements in to a From

    + +

    + + + +

    + + + +

    CLOG-Form-Element - Class for form elements

    + +

    + + + +

    + + + +

    + + + +

    + + + +

    CLOG-Label - Class for CLOG Labels

    + +

    + + + +

    + + + +

    + + +

    -

    +

    -

    7 CLOG Body Objects

    +

    8 CLOG Body Objects

    CLOG-Body - CLOG Body Objects

    @@ -1726,6 +1929,16 @@ horizontal rule (line) and if :AUTO-PLACE (default t) place-inside-

    CLOG-Body - Properties

    +

    + + +