summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/view/cbi/tvalue.htm
blob: fcf7a6c94c9e3060a3b5138198c0d54fd041915d (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 %> onchange="cbi_d_update(this.id)"<%= attr("name", cbid) .. attr("id", cbid) .. ifattr(self.rows, "rows") .. ifattr(self.wrap, "wrap") %>>
	<%-=pcdata(self:cfgvalue(section))-%>
	</textarea>
<%+cbi/valuefooter%>