annotate src/djol/resources/LayerRadioButtonTemplate.html @ 33:8af8e840dd49

added return fn
author nickolay
date Wed, 05 Jun 2019 17:44:17 +0300
parents f0035923ff3e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
f0035923ff3e добавлена библиотека для работы с openlayers 3+
cin
parents:
diff changeset
1 <div class="poisk-layer-radiobutton">
f0035923ff3e добавлена библиотека для работы с openlayers 3+
cin
parents:
diff changeset
2 <input type="radio" data-dojo-attach-point="radioButton"
f0035923ff3e добавлена библиотека для работы с openlayers 3+
cin
parents:
diff changeset
3 data-dojo-type="dijit/form/RadioButton" /><span
f0035923ff3e добавлена библиотека для работы с openlayers 3+
cin
parents:
diff changeset
4 data-dojo-attach-point="labelNode"></span>
f0035923ff3e добавлена библиотека для работы с openlayers 3+
cin
parents:
diff changeset
5 </div>