gluon/package/gluon-web-model/files/lib/gluon/web/view/model/tvalue.html
2020-07-02 23:43:23 +02:00

4 lines
251 B
HTML

<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>