2
0

lvalue.htm 368 B

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