dynlist.htm 352 B

123456789101112
  1. <%+cbi/valueheader%>
  2. <div<%=attr("data-ui-widget", luci.util.serialize_json({
  3. "DynamicList", self:cfgvalue(section) or self.default, self:choices(), {
  4. name = cbid,
  5. size = self.size,
  6. sort = self.keylist,
  7. datatype = self.datatype,
  8. optional = self.optional or self.rmempty,
  9. placeholder = self.placeholder
  10. }
  11. }))%>></div>
  12. <%+cbi/valuefooter%>