blob: 4974a4ed288cda33d3127e79a887565614861cf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<%+cbi/valueheader%>
<div<%=attr("data-ui-widget", luci.util.serialize_json({
"Select", self:cfgvalues(section), self:choices(), {
id = cbid,
name = cbid,
size = self.size,
sort = self.keylist,
multi = true,
widget = self.widget,
datatype = self.datatype,
optional = self.optional or self.rmempty,
readonly = self.readonly,
placeholder = self.placeholder
}
}))%>></div>
<%+cbi/valuefooter%>
|