2a3da67ff9118990b306a01196ccc83555813490
[project/luci.git] / modules / luci-base / luasrc / view / cbi / dynlist.htm
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%>