Forked from
ffbs / ffbs-gluon
1642 commits behind the upstream repository.
-
Matthias Schiffer authoredMatthias Schiffer authored
tvalue.html 251 B
<textarea <% if not self.size then %> style="width: 100%"<% else %> cols="<%=self.size%>"<% end %> data-update="change"<%= attr("name", id) .. attr("id", id) .. attr("rows", self.rows) .. attr("wrap", self.wrap) %>>
<%-|self:cfgvalue()-%>
</textarea>