#se-input input element webcomponent create partially did

This commit is contained in:
Agriya Dev5
2020-11-16 21:24:20 +05:30
parent a140cb5aab
commit ee369972ac
3 changed files with 163 additions and 0 deletions

View File

@@ -151,6 +151,9 @@
<span>id:</span>
<input id="elem_id" class="attr_changer" data-attr="id" size="10" type="text" />
</label>
<se-input id="elem_id" inputsize="30px" type="text" label="id:"></se-input>
<label id="classLabel" title="Element class">
<span>class:</span>
<input id="elem_class" class="attr_changer" data-attr="class" size="10" type="text" />