small-packages/luci-app-passwall2/luasrc/view/passwall2/cbi/hidevalue.htm
2026-05-10 09:48:30 +08:00

4 lines
311 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%>" name="<%=cbid%>" value="<%=pcdata(self:cfgvalue(section) or self.default or "")%>" />
</div>