diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-04-16 13:26:27 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-04-16 13:30:48 +0200 |
commit | 3f1d6870ff0b3a0e8e0fc1c63ae2fbee86775261 (patch) | |
tree | dc2ff981334ec7edfd198f8475f88dcb3bb732ca /docs/jsapi/LuCI.network.html | |
parent | 52486e5862926294fd6ea1b6db48bf1ae515d7a6 (diff) |
docs: update js api docs
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'docs/jsapi/LuCI.network.html')
-rw-r--r-- | docs/jsapi/LuCI.network.html | 160 |
1 files changed, 129 insertions, 31 deletions
diff --git a/docs/jsapi/LuCI.network.html b/docs/jsapi/LuCI.network.html index 40bceb966..735906ea6 100644 --- a/docs/jsapi/LuCI.network.html +++ b/docs/jsapi/LuCI.network.html @@ -74,12 +74,16 @@ <li data-name="LuCI#error"><a href="LuCI.html#error">error</a></li> + <li data-name="LuCI#fspath"><a href="LuCI.html#fspath">fspath</a></li> + <li data-name="LuCI#get"><a href="LuCI.html#get">get</a></li> <li data-name="LuCI#halt"><a href="LuCI.html#halt">halt</a></li> <li data-name="LuCI#hasSystemFeature"><a href="LuCI.html#hasSystemFeature">hasSystemFeature</a></li> + <li data-name="LuCI#hasViewPermission"><a href="LuCI.html#hasViewPermission">hasViewPermission</a></li> + <li data-name="LuCI#isObject"><a href="LuCI.html#isObject">isObject</a></li> <li data-name="LuCI#location"><a href="LuCI.html#location">location</a></li> @@ -331,6 +335,8 @@ <li data-name="LuCI.form.AbstractValue##optional"><a href="LuCI.form.AbstractValue.html#optional">optional</a></li> + <li data-name="LuCI.form.AbstractValue##readonly"><a href="LuCI.form.AbstractValue.html#readonly">readonly</a></li> + <li data-name="LuCI.form.AbstractValue##rmempty"><a href="LuCI.form.AbstractValue.html#rmempty">rmempty</a></li> <li data-name="LuCI.form.AbstractValue##uciconfig"><a href="LuCI.form.AbstractValue.html#uciconfig">uciconfig</a></li> @@ -423,6 +429,8 @@ <li data-name="LuCI.form.ButtonValue#placeholder"><a href="LuCI.form.ButtonValue.html#placeholder">placeholder</a></li> + <li data-name="LuCI.form.ButtonValue#readonly"><a href="LuCI.form.ButtonValue.html#readonly">readonly</a></li> + <li data-name="LuCI.form.ButtonValue#rmempty"><a href="LuCI.form.ButtonValue.html#rmempty">rmempty</a></li> <li data-name="LuCI.form.ButtonValue#uciconfig"><a href="LuCI.form.ButtonValue.html#uciconfig">uciconfig</a></li> @@ -511,6 +519,8 @@ <li data-name="LuCI.form.DummyValue#placeholder"><a href="LuCI.form.DummyValue.html#placeholder">placeholder</a></li> + <li data-name="LuCI.form.DummyValue#readonly"><a href="LuCI.form.DummyValue.html#readonly">readonly</a></li> + <li data-name="LuCI.form.DummyValue#rmempty"><a href="LuCI.form.DummyValue.html#rmempty">rmempty</a></li> <li data-name="LuCI.form.DummyValue#uciconfig"><a href="LuCI.form.DummyValue.html#uciconfig">uciconfig</a></li> @@ -595,6 +605,8 @@ <li data-name="LuCI.form.DynamicList#placeholder"><a href="LuCI.form.DynamicList.html#placeholder">placeholder</a></li> + <li data-name="LuCI.form.DynamicList#readonly"><a href="LuCI.form.DynamicList.html#readonly">readonly</a></li> + <li data-name="LuCI.form.DynamicList#rmempty"><a href="LuCI.form.DynamicList.html#rmempty">rmempty</a></li> <li data-name="LuCI.form.DynamicList#uciconfig"><a href="LuCI.form.DynamicList.html#uciconfig">uciconfig</a></li> @@ -687,6 +699,8 @@ <li data-name="LuCI.form.FileUpload#placeholder"><a href="LuCI.form.FileUpload.html#placeholder">placeholder</a></li> + <li data-name="LuCI.form.FileUpload#readonly"><a href="LuCI.form.FileUpload.html#readonly">readonly</a></li> + <li data-name="LuCI.form.FileUpload#rmempty"><a href="LuCI.form.FileUpload.html#rmempty">rmempty</a></li> <li data-name="LuCI.form.FileUpload#uciconfig"><a href="LuCI.form.FileUpload.html#uciconfig">uciconfig</a></li> @@ -775,6 +789,8 @@ <li data-name="LuCI.form.FlagValue#placeholder"><a href="LuCI.form.FlagValue.html#placeholder">placeholder</a></li> + <li data-name="LuCI.form.FlagValue#readonly"><a href="LuCI.form.FlagValue.html#readonly">readonly</a></li> + <li data-name="LuCI.form.FlagValue#rmempty"><a href="LuCI.form.FlagValue.html#rmempty">rmempty</a></li> <li data-name="LuCI.form.FlagValue#uciconfig"><a href="LuCI.form.FlagValue.html#uciconfig">uciconfig</a></li> @@ -929,6 +945,8 @@ <li data-name="LuCI.form.HiddenValue#placeholder"><a href="LuCI.form.HiddenValue.html#placeholder">placeholder</a></li> + <li data-name="LuCI.form.HiddenValue#readonly"><a href="LuCI.form.HiddenValue.html#readonly">readonly</a></li> + <li data-name="LuCI.form.HiddenValue#rmempty"><a href="LuCI.form.HiddenValue.html#rmempty">rmempty</a></li> <li data-name="LuCI.form.HiddenValue#uciconfig"><a href="LuCI.form.HiddenValue.html#uciconfig">uciconfig</a></li> @@ -997,6 +1015,10 @@ </span> <ul class="members itemMembers"> + <span class="subtitle">Members</span> + + <li data-name="LuCI.form.JSONMap#readonly"><a href="LuCI.form.JSONMap.html#readonly">readonly</a></li> + </ul> <ul class="typedefs itemMembers"> @@ -1065,6 +1087,8 @@ <li data-name="LuCI.form.ListValue#placeholder"><a href="LuCI.form.ListValue.html#placeholder">placeholder</a></li> + <li data-name="LuCI.form.ListValue#readonly"><a href="LuCI.form.ListValue.html#readonly">readonly</a></li> + <li data-name="LuCI.form.ListValue#rmempty"><a href="LuCI.form.ListValue.html#rmempty">rmempty</a></li> <li data-name="LuCI.form.ListValue#uciconfig"><a href="LuCI.form.ListValue.html#uciconfig">uciconfig</a></li> @@ -1133,6 +1157,10 @@ </span> <ul class="members itemMembers"> + <span class="subtitle">Members</span> + + <li data-name="LuCI.form.Map##readonly"><a href="LuCI.form.Map.html#readonly">readonly</a></li> + </ul> <ul class="typedefs itemMembers"> @@ -1203,6 +1231,8 @@ <li data-name="LuCI.form.MultiValue#placeholder"><a href="LuCI.form.MultiValue.html#placeholder">placeholder</a></li> + <li data-name="LuCI.form.MultiValue#readonly"><a href="LuCI.form.MultiValue.html#readonly">readonly</a></li> + <li data-name="LuCI.form.MultiValue#rmempty"><a href="LuCI.form.MultiValue.html#rmempty">rmempty</a></li> <li data-name="LuCI.form.MultiValue#uciconfig"><a href="LuCI.form.MultiValue.html#uciconfig">uciconfig</a></li> @@ -1343,6 +1373,8 @@ <li data-name="LuCI.form.SectionValue#placeholder"><a href="LuCI.form.SectionValue.html#placeholder">placeholder</a></li> + <li data-name="LuCI.form.SectionValue#readonly"><a href="LuCI.form.SectionValue.html#readonly">readonly</a></li> + <li data-name="LuCI.form.SectionValue#rmempty"><a href="LuCI.form.SectionValue.html#rmempty">rmempty</a></li> <li data-name="LuCI.form.SectionValue#uciconfig"><a href="LuCI.form.SectionValue.html#uciconfig">uciconfig</a></li> @@ -1513,6 +1545,8 @@ <li data-name="LuCI.form.TextValue#placeholder"><a href="LuCI.form.TextValue.html#placeholder">placeholder</a></li> + <li data-name="LuCI.form.TextValue#readonly"><a href="LuCI.form.TextValue.html#readonly">readonly</a></li> + <li data-name="LuCI.form.TextValue#rmempty"><a href="LuCI.form.TextValue.html#rmempty">rmempty</a></li> <li data-name="LuCI.form.TextValue#uciconfig"><a href="LuCI.form.TextValue.html#uciconfig">uciconfig</a></li> @@ -1655,6 +1689,8 @@ <li data-name="LuCI.form.Value#optional"><a href="LuCI.form.Value.html#optional">optional</a></li> + <li data-name="LuCI.form.Value#readonly"><a href="LuCI.form.Value.html#readonly">readonly</a></li> + <li data-name="LuCI.form.Value#rmempty"><a href="LuCI.form.Value.html#rmempty">rmempty</a></li> <li data-name="LuCI.form.Value#uciconfig"><a href="LuCI.form.Value.html#uciconfig">uciconfig</a></li> @@ -2462,6 +2498,36 @@ </ul> </li> + <li class="item" data-name="LuCI.session"> + <span class="title"> + <a href="LuCI.session.html">LuCI.session</a> + + </span> + <ul class="members itemMembers"> + + </ul> + <ul class="typedefs itemMembers"> + + </ul> + <ul class="typedefs itemMembers"> + + </ul> + <ul class="methods itemMembers"> + + <span class="subtitle">Methods</span> + + <li data-name="LuCI.session#getID"><a href="LuCI.session.html#getID">getID</a></li> + + <li data-name="LuCI.session#getLocalData"><a href="LuCI.session.html#getLocalData">getLocalData</a></li> + + <li data-name="LuCI.session#setLocalData"><a href="LuCI.session.html#setLocalData">setLocalData</a></li> + + </ul> + <ul class="events itemMembers"> + + </ul> + </li> + <li class="item" data-name="LuCI.uci"> <span class="title"> <a href="LuCI.uci.html">LuCI.uci</a> @@ -2974,6 +3040,38 @@ </ul> </li> + <li class="item" data-name="LuCI.ui.menu"> + <span class="title"> + <a href="LuCI.ui.menu.html">LuCI.ui.menu</a> + + </span> + <ul class="members itemMembers"> + + </ul> + <ul class="typedefs itemMembers"> + + <span class="subtitle">Typedefs</span> + + <li data-name="LuCI.ui.menu.MenuNode"><a href="LuCI.ui.menu.html#.MenuNode">MenuNode</a></li> + + </ul> + <ul class="typedefs itemMembers"> + + </ul> + <ul class="methods itemMembers"> + + <span class="subtitle">Methods</span> + + <li data-name="LuCI.ui.menu#getChildren"><a href="LuCI.ui.menu.html#getChildren">getChildren</a></li> + + <li data-name="LuCI.ui.menu#load"><a href="LuCI.ui.menu.html#load">load</a></li> + + </ul> + <ul class="events itemMembers"> + + </ul> + </li> + <li class="item" data-name="LuCI.ui.Select"> <span class="title"> <a href="LuCI.ui.Select.html">LuCI.ui.Select</a> @@ -3245,7 +3343,7 @@ current configuration details and to manipulate settings.</p></div> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line636">line 636</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line638">line 638</a> </div> </div> @@ -3349,7 +3447,7 @@ current configuration details and to manipulate settings.</p></div> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line904">line 904</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line906">line 906</a> </div> </div> @@ -3536,7 +3634,7 @@ existed.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1362">line 1362</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1364">line 1364</a> </div> </div> @@ -3686,7 +3784,7 @@ were invalid or if the associated radio device could not be found.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line982">line 982</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line984">line 984</a> </div> </div> @@ -3834,7 +3932,7 @@ references to it were successfully deleted from the configuration or <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1400">line 1400</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1402">line 1402</a> </div> </div> @@ -3984,7 +4082,7 @@ be found.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line748">line 748</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line750">line 750</a> </div> </div> @@ -4085,7 +4183,7 @@ from the remote <code>ubus</code> apis.</p> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line739">line 739</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line741">line 741</a> </div> </div> @@ -4236,7 +4334,7 @@ or <code>WPA3 SAE (CCMP)</code>.</p> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1113">line 1113</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1115">line 1115</a> </div> </div> @@ -4384,7 +4482,7 @@ be found.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1136">line 1136</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1138">line 1138</a> </div> </div> @@ -4485,7 +4583,7 @@ instances describing the network devices found on the system.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1662">line 1662</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1664">line 1664</a> </div> </div> @@ -4586,7 +4684,7 @@ instances describing the network devices found on the system.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1679">line 1679</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1681">line 1681</a> </div> </div> @@ -4690,7 +4788,7 @@ class instance describing the found hosts.</p> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1651">line 1651</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1653">line 1653</a> </div> </div> @@ -4851,7 +4949,7 @@ object could not be converted to a name.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line941">line 941</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line943">line 943</a> </div> </div> @@ -4999,7 +5097,7 @@ the network or <code>null</code> if the network did not exist.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line966">line 966</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line968">line 968</a> </div> </div> @@ -5101,7 +5199,7 @@ describing all known networks.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line770">line 770</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line772">line 772</a> </div> </div> @@ -5301,7 +5399,7 @@ protocol isn't known.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line785">line 785</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line787">line 787</a> </div> </div> @@ -5402,7 +5500,7 @@ backend classes.</p> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1556">line 1556</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1558">line 1558</a> </div> </div> @@ -5506,7 +5604,7 @@ the layout.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1507">line 1507</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1509">line 1509</a> </div> </div> @@ -5609,7 +5707,7 @@ instances describing the found IPv6 default route interfaces.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1482">line 1482</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1484">line 1484</a> </div> </div> @@ -5712,7 +5810,7 @@ instances describing the found default route interfaces.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1269">line 1269</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1271">line 1271</a> </div> </div> @@ -5861,7 +5959,7 @@ be found.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1289">line 1289</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1291">line 1291</a> </div> </div> @@ -5964,7 +6062,7 @@ the configuration.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1318">line 1318</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1320">line 1320</a> </div> </div> @@ -6115,7 +6213,7 @@ be found.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1332">line 1332</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1334">line 1334</a> </div> </div> @@ -6218,7 +6316,7 @@ are found.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1252">line 1252</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1254">line 1254</a> </div> </div> @@ -6368,7 +6466,7 @@ else returns <code>false</code>.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line684">line 684</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line686">line 686</a> </div> </div> @@ -6565,7 +6663,7 @@ if the given netmask value was invalid.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line666">line 666</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line668">line 668</a> </div> </div> @@ -6763,7 +6861,7 @@ value of <code>32</code> for IPv4 or <code>128</code> for IPv6.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line873">line 873</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line875">line 875</a> </div> </div> @@ -6935,7 +7033,7 @@ description for the given code.</td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line853">line 853</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line855">line 855</a> </div> </div> @@ -7053,7 +7151,7 @@ such as <code>6in4-wan</code> or <code>tun0</code>.</p></td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line812">line 812</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line814">line 814</a> </div> </div> @@ -7226,7 +7324,7 @@ be passed to <code>Class.extend()</code>.</p></td> <div class="tag-source"> - <a href="network.js.html">network.js</a>, <a href="network.js.html#line1052">line 1052</a> + <a href="network.js.html">network.js</a>, <a href="network.js.html#line1054">line 1054</a> </div> </div> @@ -9271,7 +9369,7 @@ conjunction with <code>quality</code> to calculate a quality percentage.</p></td <footer> - Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Tue Apr 07 2020 16:33:40 GMT+0200 (Central European Summer Time) + Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Apr 16 2020 13:30:42 GMT+0200 (Central European Summer Time) </footer> </div> </div> |