openwrt_helloworld/luci-app-passwall2/luasrc/view/passwall2/cbi/hidevalue.htm
2024-12-18 22:00:30 +08: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>