luci/modules/luci-base/luasrc/view/cbi/tvalue.htm

6 lines
396 B
HTML
Raw Normal View History

2008-08-14 11:50:00 +00:00
<%+cbi/valueheader%>
<textarea class="cbi-input-textarea" <% if not self.size then %> style="width: 100%"<% else %> cols="<%=self.size%>"<% end %> onchange="cbi_d_update(this.id)"<%= attr("name", cbid) .. attr("id", cbid) .. ifattr(self.rows, "rows") .. ifattr(self.wrap, "wrap") .. ifattr(self.readonly, "readonly") %>>
<%-=pcdata(self:cfgvalue(section))-%>
2008-08-14 11:50:00 +00:00
</textarea>
<%+cbi/valuefooter%>