Link labels to input elements
This commit is contained in:
@@ -11,7 +11,7 @@ docs: >
|
||||
tags: "moveend, map, event"
|
||||
---
|
||||
<div id="map" class="map"></div>
|
||||
<label>left:</label> <input readonly="readonly" type="text" id="left">
|
||||
<label>right:</label> <input readonly="readonly" type="text" id="right">
|
||||
<label>bottom:</label> <input readonly="readonly" type="text" id="bottom">
|
||||
<label>top:</label> <input readonly="readonly" type="text" id="top">
|
||||
<label>left: <input readonly="readonly" type="text" id="left"></label>
|
||||
<label>right: <input readonly="readonly" type="text" id="right"></label>
|
||||
<label>bottom: <input readonly="readonly" type="text" id="bottom"></label>
|
||||
<label>top: <input readonly="readonly" type="text" id="top"></label>
|
||||
|
||||
Reference in New Issue
Block a user