mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
documentation fixes
This commit is contained in:
@@ -42,25 +42,9 @@
|
||||
<div id="api-tabview-panel">
|
||||
<ul id="api-classes" class="apis classes">
|
||||
|
||||
<li><a href="../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="../classes/Collision.html">Collision</a></li>
|
||||
|
||||
<li><a href="../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="../classes/Coords.html">Coords</a></li>
|
||||
|
||||
<li><a href="../classes/Draggable.html">Draggable</a></li>
|
||||
|
||||
@@ -133,8 +117,10 @@ collide.</a></li>
|
||||
|
||||
|
||||
/**
|
||||
* @class Draggable
|
||||
* Basic drag implementation for DOM elements inside a container.
|
||||
* Provide start/stop/drag callbacks.
|
||||
*
|
||||
* @class Draggable
|
||||
* @param {HTMLElement} el The HTMLelement that contains all the widgets
|
||||
* to be dragged.
|
||||
* @param {Object} [options] An Object with all options you want to
|
||||
|
Reference in New Issue
Block a user