summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/view/cbi/tvalue.htm
blob: d1e9e667288f2fcb332f5fa6af08a3526a0810c1 (plain)
1
2
3
4
5
<%+cbi/valueheader%>
	<textarea class="cbi-input-textarea" <% if not self.size then %> style="width: 100%"<% else %> cols="<%=self.size%>"<% end %> data-update="change"<%= attr("name", cbid) .. attr("id", cbid) .. ifattr(self.rows, "rows") .. ifattr(self.wrap, "wrap")  .. ifattr(self.readonly, "readonly") %>>
	<%-=pcdata(self:cfgvalue(section))-%>
	</textarea>
<%+cbi/valuefooter%>