Files
Archive/openwrt-passwall/luci-app-passwall/luasrc/view/passwall/cbi/hidevalue.htm
T
2024-12-19 19:34:34 +01:00

4 lines
294 B
HTML

<div id="cbi-<%=self.config.."-"..section.."-"..self.option%>" data-index="<%=self.index%>" data-depends="<%=pcdata(self:deplist2json(section))%>" style="display: none !important">
<input type="hidden" id="<%=cbid%>" value="<%=pcdata(self:cfgvalue(section) or self.default or "")%>" />
</div>