summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-compat/luasrc/view/cbi/dynlist.htm
blob: 2a3da67ff9118990b306a01196ccc83555813490 (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) 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%>