Added cool json features (JsonWrapper)

This commit is contained in:
Kevin Jahns
2014-08-04 23:35:50 +02:00
parent 5ba735701c
commit 6c34d97432
72 changed files with 2237 additions and 889 deletions

View File

@@ -88,10 +88,10 @@
</li>
<li>
<span class='signature'>
<a href='#toJson-dynamic'>
<a href='#_encode-dynamic'>
#
(void)
<b>toJson</b><span>()</span>
<b>_encode</b><span>()</span>
</a>
</span>
<span class='desc'>
@@ -108,7 +108,41 @@
<b>constructor</b><span>(content, parent, uid, prev, next, origin)</span>
<br>
</p>
<div class='tags'>
<h3>Parameters:</h3>
<ul class='param'>
<li>
<span class='name'>content</span>
<span class='type'>
(
<tt><a href='../class/Operation.html'>Operation</a></tt>
)
</span>
&mdash;
<span class='desc'>The value that this Replaceable holds. </span>
</li>
<li>
<span class='name'>parent</span>
<span class='type'>
(
<tt><a href='../class/ReplaceManager.html'>ReplaceManager</a></tt>
)
</span>
&mdash;
<span class='desc'>Used to replace this Replaceable with another one. </span>
</li>
<li>
<span class='name'>uid</span>
<span class='type'>
(
<tt>Object</tt>
)
</span>
&mdash;
<span class='desc'>A unique identifier. If uid is undefined, a new uid will be created. </span>
</li>
</ul>
</div>
</div>
</div>
<h2>Instance Method Details</h2>
@@ -141,10 +175,10 @@
</div>
<div class='method_details'>
<p class='signature' id='toJson-dynamic'>
<p class='signature' id='_encode-dynamic'>
#
(void)
<b>toJson</b><span>()</span>
<b>_encode</b><span>()</span>
<br>
</p>
<div class='docstring'>
@@ -157,7 +191,7 @@ This result can be send to other clients.</p>
</div>
</div>
<div id='footer'>
August 03, 14 03:14:41 by
August 04, 14 23:05:04 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>