commit 4f6198094cf4134179d1f9c9fa8f79759a27c87e
[project/luci.git] / libs / cbi / luasrc / view / cbi / value.htm
1 <%+cbi/valueheader%>
2                                                                 <input type="text" onchange="cbi_d_update(this.id)" <% if self.size then %>size="<%=self.size%>" <% end %><% if self.maxlength then %>maxlength="<%=self.maxlength%>" <% end %>name="cbid.<%=self.config.."."..section.."."..self.option%>" id="cbid.<%=self.config.."."..section.."."..self.option%>" value="<%=self:cfgvalue(section)%>" />
3 <%+cbi/valuefooter%>