123456789101112 |
- <%+cbi/valueheader%>
- <div<%=attr("data-ui-widget", luci.util.serialize_json({
- "DynamicList", self:cfgvalue(section) or self.default, self:choices(), {
- name = cbid,
- size = self.size,
- sort = self.keylist,
- datatype = self.datatype,
- optional = self.optional or self.rmempty,
- placeholder = self.placeholder
- }
- }))%>></div>
- <%+cbi/valuefooter%>
|