blob: d50328d79f262e71d9e582baa32201243b61945e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<%+cbi/valueheader%>
<div<%=attr("data-ui-widget", luci.util.serialize_json({
"DynamicList", self:cfgvalue(section), 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%>
|