mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
doc update
This commit is contained in:
parent
e0331338f7
commit
9de27428fe
2 changed files with 18 additions and 2 deletions
|
|
@ -184,7 +184,7 @@ CLOG-USER> <span class="paren1">(<span class="code">clog-repl</span>)</span>
|
|||
CLOG-USER> <span class="paren1">(<span class="code">setf <span class="paren2">(<span class="code">background-color <span class="special">*body*</span></span>)</span> <span class="string">"beige"</span></span>)</span>
|
||||
CLOG-USER> <span class="paren1">(<span class="code">create-div <span class="special">*body*</span> <span class="keyword">:content</span> <span class="string">"Hello World!"</span></span>)</span></span></code></pre>
|
||||
|
||||
<p>The clog-repl <a href="#CLOG:URL%20GENERIC-FUNCTION" title="CLOG:URL GENERIC-FUNCTION"><code>URL</code></a> is http://127.0.0.1/repl <em>body</em> will always refer to the
|
||||
<p>The clog-repl <a href="#CLOG:URL%20GENERIC-FUNCTION" title="CLOG:URL GENERIC-FUNCTION"><code>URL</code></a> is http://127.0.0.1:8080/repl <em>body</em> will always refer to the
|
||||
last access of that <code>URL</code>.</p>
|
||||
|
||||
<p>To open a browser with the CLOG manual:</p>
|
||||
|
|
@ -446,6 +446,22 @@ for openning windows on remote machines.</p></li>
|
|||
<p>Use native concurrent hash tables</p></li>
|
||||
</ul>
|
||||
|
||||
<p>Declerative Syntax Support</p>
|
||||
|
||||
<p><a id="x-28CLOG-3AWITH-CLOG-CREATE-20MGL-PAX-3AMACRO-29"></a>
|
||||
<a id="CLOG:WITH-CLOG-CREATE%20MGL-PAX:MACRO"></a></p>
|
||||
|
||||
<ul>
|
||||
<li><p><span class=reference-bullet><span class=reference><span class="locative-type">[macro]</span> <span class="reference-object"><a href="#CLOG:WITH-CLOG-CREATE%20MGL-PAX:MACRO" >WITH-CLOG-CREATE</a></span></span> <span class="locative-args">OBJ SPEC &BODY BODY</span></span></p>
|
||||
|
||||
<p>To use the macro you remove the create- from the create
|
||||
functions. The clog-obj passed as the first parameter of the macro is
|
||||
passed as the parent obj to the declared object, after that nested
|
||||
levels of decleraton are used as the parent clog-obj. To bind a
|
||||
variable to any created clog object using :bind var. See tutorial 33
|
||||
and 22 for examples.</p></li>
|
||||
</ul>
|
||||
|
||||
<p>CLOG-Group - Utility Class for CLOG-Obj storage</p>
|
||||
|
||||
<p><a id="x-28CLOG-3ACLOG-GROUP-20CLASS-29"></a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue