luci/modules/luci-base/htdocs/luci-static/resources
Jo-Philipp Wich 25e0b966c7 luci-base: form.js: add support for dynamic default values
Many uci options have different implicit defaults, depending on the
values of other related options. A prominent example is the wireless
ieee80211w option which defaults to 2, 1 or 0 depending on whether
the encryption is set to wpa3-sae, wpa2/wpa2 mixed or any other mode
respectively.

Add the ability to specify a dictionary of default values and their
corresponding dependencies in order to be able to express such
configurations.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-09-19 15:40:57 +02:00
..
cbi resources/icons: Use gifsicle to save a few bytes. 2015-10-09 16:00:57 -07:00
icons luci-base: remove unused icons 2018-07-17 16:19:00 +02:00
protocol luci-base: fix ip6hint option dependencies and validation 2019-09-13 12:57:08 +02:00
tools luci-base: widgets.js: fix display quirk in tools.widgets.DeviceSelect 2019-09-11 12:44:34 +02:00
cbi.js luci-base: cbi.js: update dependencies after widgets have been rendered 2019-09-14 17:20:41 +02:00
firewall.js luci-base: firewall.js: fix addZone() 2019-08-14 22:58:15 +02:00
form.js luci-base: form.js: add support for dynamic default values 2019-09-19 15:40:57 +02:00
luci.js luci-base: ensure that button labels are properly html escaped 2019-09-18 13:51:16 +02:00
network.js luci-base: network.js: filter invalid mac addresses 2019-09-18 07:46:33 +02:00
promis.min.js luci-base: add ES6 Promise polyfill for IE < Edge 2019-07-07 15:25:49 +02:00
rpc.js luci-base: rpc.js: fix list requests, handle aborted http requests 2019-09-12 14:02:06 +02:00
uci.js luci-base: uci.js: track packages affected by reorder operations 2019-07-07 15:36:26 +02:00
ui.js luci-base: ui.js: mark user-changed widgets 2019-09-19 15:39:46 +02:00
validation.js luci-base: validation.js: implement length() datatype validator 2019-09-11 12:28:58 +02:00
xhr.js luci-base: luci.js: add HTTP request functions 2019-07-07 15:25:49 +02:00