mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Add missed docs files
This commit is contained in:
85
docs/modules/.druidgrid.html
Normal file
85
docs/modules/.druidgrid.html
Normal file
@@ -0,0 +1,85 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<head>
|
||||
<title>Defold Druid UI Library</title>
|
||||
<link rel="stylesheet" href="../ldoc_pale.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="product">
|
||||
<div id="product_logo"></div>
|
||||
<div id="product_name"><big><b></b></big></div>
|
||||
<div id="product_description"></div>
|
||||
</div> <!-- id="product" -->
|
||||
|
||||
|
||||
<div id="main">
|
||||
|
||||
|
||||
<!-- Menu -->
|
||||
|
||||
<div id="navigation">
|
||||
<br/>
|
||||
<h1>Druid</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="../index.html">Index</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<h2>Modules</h2>
|
||||
<ul class="nowrap">
|
||||
<li><a href="../modules/.druidback_handler.html">.druidback_handler</a></li>
|
||||
<li><a href="../modules/.druidblocker.html">.druidblocker</a></li>
|
||||
<li><a href="../modules/.druidbutton.html">.druidbutton</a></li>
|
||||
<li><a href="../modules/.druidcheckbox.html">.druidcheckbox</a></li>
|
||||
<li><a href="../modules/.druidcheckbox_group.html">.druidcheckbox_group</a></li>
|
||||
<li><strong>.druidgrid</strong></li>
|
||||
<li><a href="../modules/.druidtext.html">.druidtext</a></li>
|
||||
<li><a href="../modules/.druidprogress.html">.druidprogress</a></li>
|
||||
<li><a href="../modules/.druidcheckbox_group.html">.druidcheckbox_group</a></li>
|
||||
<li><a href="../modules/.druidscroll.html">.druidscroll</a></li>
|
||||
<li><a href="../modules/.druidslider.html">.druidslider</a></li>
|
||||
<li><a href="../modules/.druidtext.html">.druidtext</a></li>
|
||||
<li><a href="../modules/.druidtimer.html">.druidtimer</a></li>
|
||||
<li><a href="../modules/const.html">const</a></li>
|
||||
<li><a href="../modules/druid.html">druid</a></li>
|
||||
<li><a href="../modules/helper.html">helper</a></li>
|
||||
<li><a href="../modules/helper.animate.html">helper.animate</a></li>
|
||||
<li><a href="../modules/helper.formats.html">helper.formats</a></li>
|
||||
<li><a href="../modules/rich.progress_rich.html">rich.progress_rich</a></li>
|
||||
<li><a href="../modules/component.html">component</a></li>
|
||||
<li><a href="../modules/settings.html">settings</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<h1>Module <code>.druidgrid</code></h1>
|
||||
<p>Component to handle placing components by row and columns.</p>
|
||||
<p>
|
||||
Grid can anchor your elements, get content size and other</p>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
|
||||
|
||||
|
||||
</div> <!-- id="content" -->
|
||||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||
<i style="float:right;">Last updated 2020-02-04 23:48:07 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user