documentation fixes

This commit is contained in:
vieron
2012-07-23 22:51:04 +02:00
parent aa939d8bf7
commit 4eb679fb78
17 changed files with 101 additions and 273 deletions

View File

@@ -42,25 +42,9 @@
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="..&#x2F;classes/Collision
Detects collisions between a DOM element against other DOM elements or
Coords objects..html">Collision
Detects collisions between a DOM element against other DOM elements or
Coords objects.</a></li>
<li><a href="..&#x2F;classes/Collision.html">Collision</a></li>
<li><a href="..&#x2F;classes/Coords
Creates objects with coordinates (x1, y1, x2, y2, cx, cy, width, height)
to simulate DOM elements on the screen.
Coords is used by Gridster to create a faux grid with any DOM element can
collide..html">Coords
Creates objects with coordinates (x1, y1, x2, y2, cx, cy, width, height)
to simulate DOM elements on the screen.
Coords is used by Gridster to create a faux grid with any DOM element can
collide.</a></li>
<li><a href="..&#x2F;classes/Coords.html">Coords</a></li>
<li><a href="..&#x2F;classes/Draggable.html">Draggable</a></li>
@@ -161,12 +145,6 @@ collide.</a></li>
</li>
<li class="arg">
<code class="optional">[avoid_overlapped_widgets]</code>
</li>
</ul><span class="paren">)</span>
</div>
@@ -371,6 +349,22 @@ collide.</a></li>
</div>
</li>
<li class="param">
<code class="param-name optional">[avoid_overlapped_widgets]</code>
<span class="type">Boolean</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Avoid that widgets loaded
from the DOM can be overlapped. It is helpful if the positions were
bad stored in the database or if there was any conflict.</p>
</div>
</li>
<li class="param">
@@ -426,24 +420,6 @@ collide.</a></li>
</li>
<li class="param">
<code class="param-name optional">[avoid_overlapped_widgets]</code>
<span class="type">Boolean</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Avoid that widgets loaded
from the DOM can be overlapped. It is helpful if the positions were
bad stored in the database or if there was any conflict.</p>
</div>
</li>
</ul>
</div>