Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Add input examples #1099
  • Loading branch information
Viglino authored Sep 4, 2024
1 parent 79661f2 commit cc02acb
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1920,6 +1920,22 @@ <h2>Miscellaneous</h2>
<p class="tag">control, progress, bar</p>
</div>

<div class="example">
<a class="mainlink" href="examples/misc/map.input.html">
<strong>Inputs!</strong><br>
</a>
<p class="description">A wide range of inputs to use in your maps.</p>
<p class="tag">map, input, color, size, menu, range</p>
</div>

<div class="example">
<a class="mainlink" href="examples/misc/map.input.collection.html">
<strong>Collection input list</strong><br>
</a>
<p class="description">A list element to synchronize with an ol.Collection.</p>
<p class="tag">ol, collection, list</p>
</div>

</div>

<h2>Tools</h2>
Expand Down Expand Up @@ -2012,22 +2028,6 @@ <h2>Full map</h2>

<!-- TODO
<div class="example">
<a class="mainlink" href="examples/misc/map.input.html">
<strong>Inputs!</strong><br>
</a>
<p class="description">A wide range of inputs to use in your maps.</p>
<p class="tag">map, input, color, size, menu, range</p>
</div>
<div class="example">
<a class="mainlink" href="examples/misc/map.input.collection.html">
<strong>Collection input list</strong><br>
</a>
<p class="description">A list to synchronize with an ol.Collection.</p>
<p class="tag">ol, collection, list</p>
</div>
<div class="example">
<a class="mainlink" href="examples/misc/map.iframe.api.html">
<strong>IFrame API</strong><br>
Expand Down

0 comments on commit cc02acb

Please sign in to comment.