mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
documentation update
This commit is contained in:
parent
44f672aad8
commit
ff69a7a67d
5 changed files with 185 additions and 26 deletions
|
|
@ -790,7 +790,7 @@ If <code>ON-FOCUS-OUT-HANDLER</code> is nil unbind the event.</p></li>
|
||||||
|
|
||||||
<p>Set the <code>ON-RESET-HANDLER</code> for <code>CLOG-OBJ</code>. If <code>ON-RESET-HANDLER</code>
|
<p>Set the <code>ON-RESET-HANDLER</code> for <code>CLOG-OBJ</code>. If <code>ON-RESET-HANDLER</code>
|
||||||
is nil unbind the event. This event is activated by using reset on a form. If
|
is nil unbind the event. This event is activated by using reset on a form. If
|
||||||
this even is bound, you must call the form reset manually.</p></li>
|
this event is bound, you must call the form reset manually.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><a id='x-28CLOG-3ASET-ON-SEARCH-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ASET-ON-SEARCH-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
@ -1154,11 +1154,12 @@ as child of <code>CLOG-OBJ</code> and if <code>:AUTO-PLACE</code> (default t) pl
|
||||||
<p><a id='x-28CLOG-3AATTACH-AS-CHILD-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3AATTACH-AS-CHILD-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3AATTACH-AS-CHILD-20GENERIC-FUNCTION-29" >ATTACH-AS-CHILD</a></span></span> <span class="locative-args">CLOG-OBJ HTML-ID &KEY CLOG-TYPE</span></span></p>
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3AATTACH-AS-CHILD-20GENERIC-FUNCTION-29" >ATTACH-AS-CHILD</a></span></span> <span class="locative-args">CLOG-OBJ HTML-ID &KEY CLOG-TYPE NEW-ID</span></span></p>
|
||||||
|
|
||||||
<p>Create a new CLOG-Element or sub-type of <code>CLOG-TYPE</code> and
|
<p>Create a new <a href="#x-28CLOG-3ACLOG-ELEMENT-20CLASS-29" title="(CLOG:CLOG-ELEMENT CLASS)"><code>CLOG-ELEMENT</code></a> or sub-type of <code>CLOG-TYPE</code> and
|
||||||
attach an existing element with <code>HTML-ID</code>. The <code>HTML-ID</code> must be unique and
|
attach an existing element with <code>HTML-ID</code>. The <code>HTML-ID</code> must be unique and
|
||||||
must be in DOM, ie placed or auto-placed.</p></li>
|
must be in DOM, ie placed or auto-placed. If new-id is true the <code>HTML-ID</code>
|
||||||
|
after attachment is changed to one unique to this session.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>CLOG-Element - DOM Placement</p>
|
<p>CLOG-Element - DOM Placement</p>
|
||||||
|
|
@ -1352,7 +1353,9 @@ spell checking if Editable is also true.</p></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ATAB-INDEX-20GENERIC-FUNCTION-29" >TAB-INDEX</a></span></span> <span class="locative-args">CLOG-ELEMENT</span></span></p>
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ATAB-INDEX-20GENERIC-FUNCTION-29" >TAB-INDEX</a></span></span> <span class="locative-args">CLOG-ELEMENT</span></span></p>
|
||||||
|
|
||||||
<p>Get/Setf tab-index.</p></li>
|
<p>Get/Setf tab-index. If -1 not focusable.
|
||||||
|
If 0 element in tab index. If >0 sets order in tab index.
|
||||||
|
Normally index follows normal sequence of elements.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><a id='x-28CLOG-3ATEXT-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ATEXT-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
@ -2688,6 +2691,108 @@ placing image to constrain image size.</p></li>
|
||||||
<code>CLOG-OBJ</code>. If hidden is true visiblep is set to nil.</p></li>
|
<code>CLOG-OBJ</code>. If hidden is true visiblep is set to nil.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<p>CLOG-Dialog - Class for <code>CLOG</code> Dialog Blocks</p>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ACLOG-DIALOG-20CLASS-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[class]</span> <span class="reference-object"><a href="#x-28CLOG-3ACLOG-DIALOG-20CLASS-29" >CLOG-DIALOG</a></span></span> <span class="locative-args"><a href="#x-28CLOG-3ACLOG-ELEMENT-20CLASS-29" title="(CLOG:CLOG-ELEMENT CLASS)">CLOG-ELEMENT</a></span></span></p>
|
||||||
|
|
||||||
|
<p><code>CLOG</code> Dialog Objects.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ACREATE-DIALOG-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-DIALOG-20GENERIC-FUNCTION-29" >CREATE-DIALOG</a></span></span> <span class="locative-args">CLOG-OBJ &KEY CONTENT HIDDEN CLASS HTML-ID AUTO-PLACE</span></span></p>
|
||||||
|
|
||||||
|
<p>Create a new CLOG-Dialog as child of <code>CLOG-OBJ</code> with <code>:CONTENT</code>
|
||||||
|
(default "") and if <code>:AUTO-PLACE</code> (default t) place-inside-bottom-of
|
||||||
|
<code>CLOG-OBJ</code>. If hidden is true visiblep is set to nil. Modal does not work on
|
||||||
|
firefox and does not work at all on IE.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ARETURN-VALUE-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ARETURN-VALUE-20GENERIC-FUNCTION-29" >RETURN-VALUE</a></span></span> <span class="locative-args">CLOG-DIALOG</span></span></p>
|
||||||
|
|
||||||
|
<p>Get/Setf return-value of dialog.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ADIALOG-OPENP-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ADIALOG-OPENP-20GENERIC-FUNCTION-29" >DIALOG-OPENP</a></span></span> <span class="locative-args">CLOG-DIALOG</span></span></p>
|
||||||
|
|
||||||
|
<p>Get/Setf dialog-openp. Will show dialog </p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ASHOW-DIALOG-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ASHOW-DIALOG-20GENERIC-FUNCTION-29" >SHOW-DIALOG</a></span></span> <span class="locative-args">CLOG-DIALOG &KEY MODAL</span></span></p>
|
||||||
|
|
||||||
|
<p>Close dialog.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ACLOSE-DIALOG-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACLOSE-DIALOG-20GENERIC-FUNCTION-29" >CLOSE-DIALOG</a></span></span> <span class="locative-args">CLOG-DIALOG</span></span></p>
|
||||||
|
|
||||||
|
<p>Close dialog.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>CLOG-Details - Class for <code>CLOG</code> Detail Blocks</p>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ACLOG-DETAILS-20CLASS-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[class]</span> <span class="reference-object"><a href="#x-28CLOG-3ACLOG-DETAILS-20CLASS-29" >CLOG-DETAILS</a></span></span> <span class="locative-args"><a href="#x-28CLOG-3ACLOG-ELEMENT-20CLASS-29" title="(CLOG:CLOG-ELEMENT CLASS)">CLOG-ELEMENT</a></span></span></p>
|
||||||
|
|
||||||
|
<p><code>CLOG</code> Details Objects.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ACREATE-DETAILS-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-DETAILS-20GENERIC-FUNCTION-29" >CREATE-DETAILS</a></span></span> <span class="locative-args">CLOG-OBJ &KEY CONTENT HIDDEN CLASS HTML-ID AUTO-PLACE</span></span></p>
|
||||||
|
|
||||||
|
<p>Create a new CLOG-Details as child of <code>CLOG-OBJ</code> with <code>:CONTENT</code>
|
||||||
|
(default "") and if <code>:AUTO-PLACE</code> (default t) place-inside-bottom-of
|
||||||
|
<code>CLOG-OBJ</code>. If hidden is true visiblep is set to nil.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ADETAILS-OPENP-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ADETAILS-OPENP-20GENERIC-FUNCTION-29" >DETAILS-OPENP</a></span></span> <span class="locative-args">CLOG-DETAILS</span></span></p>
|
||||||
|
|
||||||
|
<p>Get/Setf details-openp. Will show details </p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>CLOG-Summary - Class for <code>CLOG</code> Summary Blocks</p>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ACLOG-SUMMARY-20CLASS-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[class]</span> <span class="reference-object"><a href="#x-28CLOG-3ACLOG-SUMMARY-20CLASS-29" >CLOG-SUMMARY</a></span></span> <span class="locative-args"><a href="#x-28CLOG-3ACLOG-ELEMENT-20CLASS-29" title="(CLOG:CLOG-ELEMENT CLASS)">CLOG-ELEMENT</a></span></span></p>
|
||||||
|
|
||||||
|
<p><code>CLOG</code> Summary Objects.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ACREATE-SUMMARY-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-SUMMARY-20GENERIC-FUNCTION-29" >CREATE-SUMMARY</a></span></span> <span class="locative-args">CLOG-OBJ &KEY CONTENT HIDDEN CLASS HTML-ID AUTO-PLACE</span></span></p>
|
||||||
|
|
||||||
|
<p>Create a new CLOG-Summary as child of <code>CLOG-OBJ</code> with <code>:CONTENT</code>
|
||||||
|
(default "") and if <code>:AUTO-PLACE</code> (default t) place-inside-bottom-of
|
||||||
|
<code>CLOG-OBJ</code>. If hidden is true visiblep is set to nil. Use inside a <a href="#x-28CLOG-3ACLOG-DETAILS-20CLASS-29" title="(CLOG:CLOG-DETAILS CLASS)"><code>CLOG-DETAILS</code></a>
|
||||||
|
object for drop reveal.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p><a href="#x-28CLOG-3ACLOG-HR-20CLASS-29" title="(CLOG:CLOG-HR CLASS)"><code>CLOG-HR</code></a> - Class for <code>CLOG</code> Hortizontal Rules</p>
|
<p><a href="#x-28CLOG-3ACLOG-HR-20CLASS-29" title="(CLOG:CLOG-HR CLASS)"><code>CLOG-HR</code></a> - Class for <code>CLOG</code> Hortizontal Rules</p>
|
||||||
|
|
||||||
<p><a id='x-28CLOG-3ACLOG-HR-20CLASS-29'></a></p>
|
<p><a id='x-28CLOG-3ACLOG-HR-20CLASS-29'></a></p>
|
||||||
|
|
@ -3036,10 +3141,10 @@ and if <code>:AUTO-PLACE</code> (default t) place-inside-bottom-of <code>CLOG-OB
|
||||||
<p><a id='x-28CLOG-3ACREATE-TERM-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ACREATE-TERM-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-TERM-20GENERIC-FUNCTION-29" >CREATE-TERM</a></span></span> <span class="locative-args">CLOG-DEFINITION-LIST &KEY CONTENT HIDDEN CLASS HTML-ID AUTO-PLACE</span></span></p>
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-TERM-20GENERIC-FUNCTION-29" >CREATE-TERM</a></span></span> <span class="locative-args">CLOG-OBJ &KEY CONTENT HIDDEN CLASS HTML-ID AUTO-PLACE</span></span></p>
|
||||||
|
|
||||||
<p>Create a new CLOG-Term as child of <a href="#x-28CLOG-3ACLOG-OBJ-20CLASS-29" title="(CLOG:CLOG-OBJ CLASS)"><code>CLOG-OBJ</code></a>
|
<p>Create a new CLOG-Term as child of <code>CLOG-OBJ</code>
|
||||||
and if <code>:AUTO-PLACE</code> (default t) place-inside-bottom-of <a href="#x-28CLOG-3ACLOG-OBJ-20CLASS-29" title="(CLOG:CLOG-OBJ CLASS)"><code>CLOG-OBJ</code></a></p></li>
|
and if <code>:AUTO-PLACE</code> (default t) place-inside-bottom-of <code>CLOG-OBJ</code></p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>CLOG-Description - Class for <code>CLOG</code> Descriptions</p>
|
<p>CLOG-Description - Class for <code>CLOG</code> Descriptions</p>
|
||||||
|
|
@ -3055,10 +3160,10 @@ and if <code>:AUTO-PLACE</code> (default t) place-inside-bottom-of <a href="#x-2
|
||||||
<p><a id='x-28CLOG-3ACREATE-DESCRIPTION-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ACREATE-DESCRIPTION-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-DESCRIPTION-20GENERIC-FUNCTION-29" >CREATE-DESCRIPTION</a></span></span> <span class="locative-args">CLOG-DEFINITION-LIST &KEY HIDDEN CONTENT CLASS HTML-ID AUTO-PLACE</span></span></p>
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-DESCRIPTION-20GENERIC-FUNCTION-29" >CREATE-DESCRIPTION</a></span></span> <span class="locative-args">CLOG-OBJ &KEY HIDDEN CONTENT CLASS HTML-ID AUTO-PLACE</span></span></p>
|
||||||
|
|
||||||
<p>Create a new CLOG-Description as child of <a href="#x-28CLOG-3ACLOG-OBJ-20CLASS-29" title="(CLOG:CLOG-OBJ CLASS)"><code>CLOG-OBJ</code></a>
|
<p>Create a new CLOG-Description as child of <code>CLOG-OBJ</code>
|
||||||
and if <code>:AUTO-PLACE</code> (default t) place-inside-bottom-of <a href="#x-28CLOG-3ACLOG-OBJ-20CLASS-29" title="(CLOG:CLOG-OBJ CLASS)"><code>CLOG-OBJ</code></a></p></li>
|
and if <code>:AUTO-PLACE</code> (default t) place-inside-bottom-of <code>CLOG-OBJ</code></p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>CLOG-Table - Class for <code>CLOG</code> Tables</p>
|
<p>CLOG-Table - Class for <code>CLOG</code> Tables</p>
|
||||||
|
|
@ -3270,7 +3375,7 @@ and if <code>:AUTO-PLACE</code> (default t) place-inside-bottom-of <code>CLOG-OB
|
||||||
<p><a id='x-28CLOG-3ACREATE-PANEL-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ACREATE-PANEL-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-PANEL-20GENERIC-FUNCTION-29" >CREATE-PANEL</a></span></span> <span class="locative-args">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</span></span></p>
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-PANEL-20GENERIC-FUNCTION-29" >CREATE-PANEL</a></span></span> <span class="locative-args">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</span></span></p>
|
||||||
|
|
||||||
<p>Create a new CLOG-Panel as child of
|
<p>Create a new CLOG-Panel as child of
|
||||||
<code>CLOG-OBJ</code>. Optionally you can set the :X, :Y, <code>:WIDTH</code> and <code>:HEIGHT</code> (in
|
<code>CLOG-OBJ</code>. Optionally you can set the :X, :Y, <code>:WIDTH</code> and <code>:HEIGHT</code> (in
|
||||||
|
|
@ -3284,6 +3389,35 @@ place-inside-bottom-of <code>CLOG-OBJ</code>. If hidden is true visiblep is set
|
||||||
nil. Resizable only works if overflow is set to <code>:SCROLL</code></p></li>
|
nil. Resizable only works if overflow is set to <code>:SCROLL</code></p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<p>CLOG-Panel-Box - <code>CLOG</code> Panel Box</p>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ACLOG-PANEL-BOX-20CLASS-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[class]</span> <span class="reference-object"><a href="#x-28CLOG-3ACLOG-PANEL-BOX-20CLASS-29" >CLOG-PANEL-BOX</a></span></span> <span class="locative-args"><a href="#x-28CLOG-3ACLOG-ELEMENT-20CLASS-29" title="(CLOG:CLOG-ELEMENT CLASS)">CLOG-ELEMENT</a></span></span></p>
|
||||||
|
|
||||||
|
<p><code>CLOG</code> Panel-Box Objects.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ACREATE-PANEL-BOX-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-PANEL-BOX-20GENERIC-FUNCTION-29" >CREATE-PANEL-BOX</a></span></span> <span class="locative-args">CLOG-OBJ &KEY WIDTH HEIGHT HIDDEN CLASS HTML-ID AUTO-PLACE</span></span></p>
|
||||||
|
|
||||||
|
<p>Create a new CLOG-Panel-Box, a div containg a
|
||||||
|
<a href="#x-28CLOG-3ACLOG-PANEL-BOX-LAYOUT-20CLASS-29" title="(CLOG:CLOG-PANEL-BOX-LAYOUT CLASS)"><code>CLOG-PANEL-BOX-LAYOUT</code></a> as child of <code>CLOG-OBJ</code> with and if <code>:AUTO-PLACE</code>
|
||||||
|
(default t) place-inside-bottom-of <code>CLOG-OBJ</code>. If hidden is true visiblep
|
||||||
|
is set to nil.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3APANEL-BOX-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3APANEL-BOX-20GENERIC-FUNCTION-29" >PANEL-BOX</a></span></span> <span class="locative-args">CLOG-PANEL-BOX</span></span></p>
|
||||||
|
|
||||||
|
<p>Returns the <a href="#x-28CLOG-3ACLOG-PANEL-BOX-LAYOUT-20CLASS-29" title="(CLOG:CLOG-PANEL-BOX-LAYOUT CLASS)"><code>CLOG-PANEL-BOX-LAYOUT</code></a> object contained in the <code>CLOG-PANEL-BOX</code>.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p>CLOG-Panel-Box-Layout</p>
|
<p>CLOG-Panel-Box-Layout</p>
|
||||||
|
|
||||||
<p><a id='x-28CLOG-3ACLOG-PANEL-BOX-LAYOUT-20CLASS-29'></a></p>
|
<p><a id='x-28CLOG-3ACLOG-PANEL-BOX-LAYOUT-20CLASS-29'></a></p>
|
||||||
|
|
@ -3341,7 +3475,7 @@ if <code>:HTML-ID</code> "myid" then the <code>HTML-ID</code> for cent
|
||||||
<p><a id='x-28CLOG-3ARIGHT-PANEL-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ARIGHT-PANEL-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ARIGHT-PANEL-20GENERIC-FUNCTION-29" >RIGHT-PANEL</a></span></span> <span class="locative-args">SELF</span></span></li>
|
<li><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ARIGHT-PANEL-20GENERIC-FUNCTION-29" >RIGHT-PANEL</a></span></span> <span class="locative-args">OBJECT</span></span></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><a id='x-28CLOG-3ABOTTOM-PANEL-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ABOTTOM-PANEL-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
@ -3523,6 +3657,24 @@ text/plain</p></li>
|
||||||
<p>Create a new clog-fieldset as child of <code>CLOG-OBJ</code>.</p></li>
|
<p>Create a new clog-fieldset as child of <code>CLOG-OBJ</code>.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<p>CLOG-Legend - Class for <code>CLOG</code> Legends</p>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ACLOG-LEGEND-20CLASS-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[class]</span> <span class="reference-object"><a href="#x-28CLOG-3ACLOG-LEGEND-20CLASS-29" >CLOG-LEGEND</a></span></span> <span class="locative-args"><a href="#x-28CLOG-3ACLOG-ELEMENT-20CLASS-29" title="(CLOG:CLOG-ELEMENT CLASS)">CLOG-ELEMENT</a></span></span></p>
|
||||||
|
|
||||||
|
<p><code>CLOG</code> Fieldset Legend Object</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3ACREATE-LEGEND-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-LEGEND-20GENERIC-FUNCTION-29" >CREATE-LEGEND</a></span></span> <span class="locative-args">CLOG-OBJ &KEY CONTENT CLASS HTML-ID</span></span></p>
|
||||||
|
|
||||||
|
<p>Create a new clog-legend as child of <code>CLOG-OBJ</code>.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p>CLOG-Form-Element - Class for form elements</p>
|
<p>CLOG-Form-Element - Class for form elements</p>
|
||||||
|
|
||||||
<p><a id='x-28CLOG-3ACLOG-FORM-ELEMENT-20CLASS-29'></a></p>
|
<p><a id='x-28CLOG-3ACLOG-FORM-ELEMENT-20CLASS-29'></a></p>
|
||||||
|
|
@ -3543,7 +3695,7 @@ elements.</p></li>
|
||||||
<p><a id='x-28CLOG-3ACREATE-FORM-ELEMENT-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ACREATE-FORM-ELEMENT-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-FORM-ELEMENT-20GENERIC-FUNCTION-29" >CREATE-FORM-ELEMENT</a></span></span> <span class="locative-args">CLOG-OBJ ELEMENT-TYPE &KEY NAME VALUE LABEL CLASS HTML-ID</span></span></p>
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-FORM-ELEMENT-20GENERIC-FUNCTION-29" >CREATE-FORM-ELEMENT</a></span></span> <span class="locative-args">CLOG-OBJ ELEMENT-TYPE &KEY NAME VALUE LABEL CLASS HIDDEN HTML-ID</span></span></p>
|
||||||
|
|
||||||
<p>Create a new clog-form-element as child of <code>CLOG-OBJ</code>.
|
<p>Create a new clog-form-element as child of <code>CLOG-OBJ</code>.
|
||||||
It is importamt that clog-form-elements are a child or descendant of a
|
It is importamt that clog-form-elements are a child or descendant of a
|
||||||
|
|
@ -3564,7 +3716,7 @@ clog-form in the DOM. The radio <code>ELEMENT-TYPE</code> groups by <code>NAME</
|
||||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3AAUTOFOCUSP-20GENERIC-FUNCTION-29" >AUTOFOCUSP</a></span></span> <span class="locative-args">CLOG-FORM-ELEMENT</span></span></p>
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3AAUTOFOCUSP-20GENERIC-FUNCTION-29" >AUTOFOCUSP</a></span></span> <span class="locative-args">CLOG-FORM-ELEMENT</span></span></p>
|
||||||
|
|
||||||
<p>Get/Setf form element autofocusp. Only one element should
|
<p>Get/Setf form element autofocusp. Only one element should
|
||||||
have this set true. Autofocus on element when form loaded. </p></li>
|
have this set true ever. Autofocus on element when form loaded.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><a id='x-28CLOG-3APLACE-HOLDER-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3APLACE-HOLDER-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
@ -3599,6 +3751,14 @@ have this set true. Autofocus on element when form loaded. </p></li>
|
||||||
<p>Get/Setf form element requiredp.</p></li>
|
<p>Get/Setf form element requiredp.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<p><a id='x-28CLOG-3AMULTIPLEP-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3AMULTIPLEP-20GENERIC-FUNCTION-29" >MULTIPLEP</a></span></span> <span class="locative-args">CLOG-FORM-ELEMENT</span></span></p>
|
||||||
|
|
||||||
|
<p>Get/Setf form element multiplep.</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p><a id='x-28CLOG-3ANAME-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ANAME-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
@ -3850,7 +4010,8 @@ virtual keyboards.</p></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[class]</span> <span class="reference-object"><a href="#x-28CLOG-3ACLOG-OPTION-20CLASS-29" >CLOG-OPTION</a></span></span> <span class="locative-args"><a href="#x-28CLOG-3ACLOG-FORM-ELEMENT-20CLASS-29" title="(CLOG:CLOG-FORM-ELEMENT CLASS)">CLOG-FORM-ELEMENT</a></span></span></p>
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[class]</span> <span class="reference-object"><a href="#x-28CLOG-3ACLOG-OPTION-20CLASS-29" >CLOG-OPTION</a></span></span> <span class="locative-args"><a href="#x-28CLOG-3ACLOG-FORM-ELEMENT-20CLASS-29" title="(CLOG:CLOG-FORM-ELEMENT CLASS)">CLOG-FORM-ELEMENT</a></span></span></p>
|
||||||
|
|
||||||
<p><code>CLOG</code> Form Element Option for <code>CLOG</code> Select Object</p></li>
|
<p><code>CLOG</code> Form Element Option for <code>CLOG</code> Select Object
|
||||||
|
or <code>CLOG</code> Data-List objects.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><a id='x-28CLOG-3ACREATE-OPTION-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ACREATE-OPTION-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
@ -3872,7 +4033,7 @@ virtual keyboards.</p></li>
|
||||||
<p><a id='x-28CLOG-3ACREATE-OPTGROUP-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ACREATE-OPTGROUP-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-OPTGROUP-20GENERIC-FUNCTION-29" >CREATE-OPTGROUP</a></span></span> <span class="locative-args">CLOG-OBJ &KEY CONTENT DISABLED HTML-ID</span></span></p>
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-OPTGROUP-20GENERIC-FUNCTION-29" >CREATE-OPTGROUP</a></span></span> <span class="locative-args">CLOG-OBJ &KEY CONTENT DISABLED HTML-ID CLASS</span></span></p>
|
||||||
|
|
||||||
<p>Create a new clog-optgroup as child of <code>CLOG-OBJ</code>.</p></li>
|
<p>Create a new clog-optgroup as child of <code>CLOG-OBJ</code>.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -4005,7 +4166,7 @@ optionally fill in with contents of data-list.</p></li>
|
||||||
<p><a id='x-28CLOG-3ACREATE-CANVAS-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ACREATE-CANVAS-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-CANVAS-20GENERIC-FUNCTION-29" >CREATE-CANVAS</a></span></span> <span class="locative-args">CLOG-OBJ &KEY WIDTH HEIGHT AUTO-PLACE</span></span></p>
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ACREATE-CANVAS-20GENERIC-FUNCTION-29" >CREATE-CANVAS</a></span></span> <span class="locative-args">CLOG-OBJ &KEY WIDTH HEIGHT CLASS HIDDEN HTML-ID AUTO-PLACE</span></span></p>
|
||||||
|
|
||||||
<p>Create a new CLOG-Canvas as child of <code>CLOG-OBJ</code> if
|
<p>Create a new CLOG-Canvas as child of <code>CLOG-OBJ</code> if
|
||||||
<code>:AUTO-PLACE</code> (default t) place-inside-bottom-of <code>CLOG-OBJ</code>.</p></li>
|
<code>:AUTO-PLACE</code> (default t) place-inside-bottom-of <code>CLOG-OBJ</code>.</p></li>
|
||||||
|
|
@ -5136,7 +5297,7 @@ is placed in DOM at top of html body instead of bottom of html body.</p></li>
|
||||||
<p><a id='x-28CLOG-GUI-3AINPUT-DIALOG-20FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-GUI-3AINPUT-DIALOG-20FUNCTION-29'></a></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[function]</span> <span class="reference-object"><a href="#x-28CLOG-GUI-3AINPUT-DIALOG-20FUNCTION-29" >INPUT-DIALOG</a></span></span> <span class="locative-args">OBJ CONTENT ON-INPUT &KEY (MODAL <code>T</code>) (TITLE "Input") (LEFT <code>NIL</code>) (TOP <code>NIL</code>) (WIDTH 300) (HEIGHT 200) (CLIENT-MOVEMENT <code>NIL</code>) (HTML-ID <code>NIL</code>)</span></span></p>
|
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[function]</span> <span class="reference-object"><a href="#x-28CLOG-GUI-3AINPUT-DIALOG-20FUNCTION-29" >INPUT-DIALOG</a></span></span> <span class="locative-args">OBJ CONTENT ON-INPUT &KEY (MODAL <code>T</code>) (TITLE "Input") (SIZE 20) (ROWS 1) (DEFAULT-VALUE "") (LEFT <code>NIL</code>) (TOP <code>NIL</code>) (WIDTH 300) (HEIGHT 200) (CLIENT-MOVEMENT <code>NIL</code>) (HTML-ID <code>NIL</code>)</span></span></p>
|
||||||
|
|
||||||
<p>Create an input dialog box with <code>CONTENT</code> centered and an input box.
|
<p>Create an input dialog box with <code>CONTENT</code> centered and an input box.
|
||||||
Calls on-input with input box contents or nil if canceled.</p></li>
|
Calls on-input with input box contents or nil if canceled.</p></li>
|
||||||
|
|
@ -6227,7 +6388,7 @@ on-storage event is fired for changes to :local storage keys.</p></li>
|
||||||
<p><a id='x-28CLOG-3ABODY-ELEMENT-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ABODY-ELEMENT-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ABODY-ELEMENT-20GENERIC-FUNCTION-29" >BODY-ELEMENT</a></span></span> <span class="locative-args">SELF</span></span></li>
|
<li><span class=reference-bullet><span class=reference><span class="locative-type">[generic-function]</span> <span class="reference-object"><a href="#x-28CLOG-3ABODY-ELEMENT-20GENERIC-FUNCTION-29" >BODY-ELEMENT</a></span></span> <span class="locative-args">OBJECT</span></span></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><a id='x-28CLOG-3ADOCUMENT-ELEMENT-20GENERIC-FUNCTION-29'></a></p>
|
<p><a id='x-28CLOG-3ADOCUMENT-ELEMENT-20GENERIC-FUNCTION-29'></a></p>
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,7 @@ action."))
|
||||||
(:documentation "Set autocompletep for CLOG-FORM"))
|
(:documentation "Set autocompletep for CLOG-FORM"))
|
||||||
|
|
||||||
(defmethod set-autocompletep ((obj clog-form) autocompletep)
|
(defmethod set-autocompletep ((obj clog-form) autocompletep)
|
||||||
(if value
|
(if autocompletep
|
||||||
(setf (attribute obj "autocomplete") "true")
|
(setf (attribute obj "autocomplete") "true")
|
||||||
(remove-attribute obj "autocomplete")))
|
(remove-attribute obj "autocomplete")))
|
||||||
(defsetf autocompletep set-autocompletep)
|
(defsetf autocompletep set-autocompletep)
|
||||||
|
|
|
||||||
|
|
@ -786,7 +786,6 @@ the window will be set to keep-on-top always."))
|
||||||
(fire-on-window-move win)))
|
(fire-on-window-move win)))
|
||||||
(clog::set-on-event win "dragstop"
|
(clog::set-on-event win "dragstop"
|
||||||
(lambda (obj)
|
(lambda (obj)
|
||||||
(declare (ignore obj))
|
|
||||||
(if (< (parse-integer (top win) :junk-allowed t)
|
(if (< (parse-integer (top win) :junk-allowed t)
|
||||||
(menu-bar-height obj))
|
(menu-bar-height obj))
|
||||||
(setf (top win) (unit "px" (menu-bar-height obj))))
|
(setf (top win) (unit "px" (menu-bar-height obj))))
|
||||||
|
|
|
||||||
|
|
@ -268,14 +268,13 @@ if :HTML-ID \"myid\" then the HTML-ID for center will be: myid-center"
|
||||||
;; create-panel-box ;;
|
;; create-panel-box ;;
|
||||||
;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(defgeneric create-panel-box (clog-obj &key hidden class html-id auto-place)
|
(defgeneric create-panel-box (clog-obj &key width height hidden class html-id auto-place)
|
||||||
(:documentation "Create a new CLOG-Panel-Box, a div containg a
|
(:documentation "Create a new CLOG-Panel-Box, a div containg a
|
||||||
CLOG-PANEL-BOX-LAYOUT as child of CLOG-OBJ with and if :AUTO-PLACE
|
CLOG-PANEL-BOX-LAYOUT as child of CLOG-OBJ with and if :AUTO-PLACE
|
||||||
(default t) place-inside-bottom-of CLOG-OBJ. If hidden is true visiblep
|
(default t) place-inside-bottom-of CLOG-OBJ. If hidden is true visiblep
|
||||||
is set to nil."))
|
is set to nil."))
|
||||||
|
|
||||||
(defmethod create-panel-box ((obj clog-obj) &key (content "")
|
(defmethod create-panel-box ((obj clog-obj) &key (width "100%") (height "100%")
|
||||||
(width "100%") (height "100%")
|
|
||||||
(hidden nil)
|
(hidden nil)
|
||||||
(class nil)
|
(class nil)
|
||||||
(html-id nil)
|
(html-id nil)
|
||||||
|
|
|
||||||
|
|
@ -373,7 +373,7 @@ embedded in a native template application.)"
|
||||||
"CLOG-Details - Class for CLOG Detail Blocks"
|
"CLOG-Details - Class for CLOG Detail Blocks"
|
||||||
(clog-details class)
|
(clog-details class)
|
||||||
(create-details generic-function)
|
(create-details generic-function)
|
||||||
(detail-openp generic-function)
|
(details-openp generic-function)
|
||||||
|
|
||||||
"CLOG-Summary - Class for CLOG Summary Blocks"
|
"CLOG-Summary - Class for CLOG Summary Blocks"
|
||||||
(clog-summary class)
|
(clog-summary class)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue