tvalue.html 288 B

123
  1. <textarea class="gluon-input-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) %>>
  2. <%-=pcdata(self:cfgvalue())-%>
  3. </textarea>