wlxml: extending isInside/getParent/is to support tag name
[fnpeditor.git] / src / editor / views / dialog / templates / input.html
1 <p>
2     <div style="float: left; width:100px;">
3     <%= label %>:
4     </div>
5     <div>
6         <input type="input" name="<%= name %>" value="<%= initialValue %>"/>
7         <span class="description"><%= description %></span>
8     </div>
9     
10 </p>