diff --git a/docs/jsapi/LuCI.baseclass.html b/docs/jsapi/LuCI.baseclass.html index 01e84ba58b..f35e512679 100644 --- a/docs/jsapi/LuCI.baseclass.html +++ b/docs/jsapi/LuCI.baseclass.html @@ -1048,6 +1048,8 @@
args array beginning with
diff --git a/docs/jsapi/LuCI.dom.html b/docs/jsapi/LuCI.dom.html
index c050ca0be3..1de264bce8 100644
--- a/docs/jsapi/LuCI.dom.html
+++ b/docs/jsapi/LuCI.dom.html
@@ -1048,6 +1048,8 @@
null.
diff --git a/docs/jsapi/LuCI.network.Device.html b/docs/jsapi/LuCI.network.Device.html
index bef9b08499..9d989c277c 100644
--- a/docs/jsapi/LuCI.network.Device.html
+++ b/docs/jsapi/LuCI.network.Device.html
@@ -1048,6 +1048,8 @@
quality to calculate a quality percentage.
- Documentation generated by JSDoc 3.6.3 on Thu Apr 02 2020 21:30:57 GMT+0200 (Central European Summer Time)
+ Documentation generated by JSDoc 3.6.3 on Fri Apr 03 2020 13:28:08 GMT+0200 (Central European Summer Time)
diff --git a/docs/jsapi/LuCI.poll.html b/docs/jsapi/LuCI.poll.html
index 26a588a688..b999a9ae22 100644
--- a/docs/jsapi/LuCI.poll.html
+++ b/docs/jsapi/LuCI.poll.html
@@ -1048,6 +1048,8 @@
null.
diff --git a/docs/jsapi/LuCI.response.html b/docs/jsapi/LuCI.response.html
index a6f76a9976..50b4c116d2 100644
--- a/docs/jsapi/LuCI.response.html
+++ b/docs/jsapi/LuCI.response.html
@@ -1048,6 +1048,8 @@
String() and treated as response text.
diff --git a/docs/jsapi/LuCI.rpc.html b/docs/jsapi/LuCI.rpc.html
index 372aa5212c..c24bde4804 100644
--- a/docs/jsapi/LuCI.rpc.html
+++ b/docs/jsapi/LuCI.rpc.html
@@ -1048,6 +1048,8 @@
expect and filter declarations.
diff --git a/docs/jsapi/LuCI.uci.html b/docs/jsapi/LuCI.uci.html
index 7a7b97f3d5..2efef59e0e 100644
--- a/docs/jsapi/LuCI.uci.html
+++ b/docs/jsapi/LuCI.uci.html
@@ -1048,6 +1048,8 @@
true.
diff --git a/docs/jsapi/LuCI.ui.Dropdown.html b/docs/jsapi/LuCI.ui.Dropdown.html
index 65aa154d07..920bc3d471 100644
--- a/docs/jsapi/LuCI.ui.Dropdown.html
+++ b/docs/jsapi/LuCI.ui.Dropdown.html
@@ -1048,6 +1048,8 @@
create is true.
diff --git a/docs/jsapi/LuCI.ui.DynamicList.html b/docs/jsapi/LuCI.ui.DynamicList.html
index 22e7281057..e6c6d7beef 100644
--- a/docs/jsapi/LuCI.ui.DynamicList.html
+++ b/docs/jsapi/LuCI.ui.DynamicList.html
@@ -1048,6 +1048,8 @@
select widget type.
diff --git a/docs/jsapi/LuCI.ui.Textarea.html b/docs/jsapi/LuCI.ui.Textarea.html
index 24e8e72660..8f65620836 100644
--- a/docs/jsapi/LuCI.ui.Textarea.html
+++ b/docs/jsapi/LuCI.ui.Textarea.html
@@ -1048,6 +1048,8 @@
<input> element is empty.
diff --git a/docs/jsapi/LuCI.ui.changes.html b/docs/jsapi/LuCI.ui.changes.html
index cb4ce752d2..543e5ba12b 100644
--- a/docs/jsapi/LuCI.ui.changes.html
+++ b/docs/jsapi/LuCI.ui.changes.html
@@ -1048,6 +1048,8 @@
Load specified view class path and set it up.
+Transforms the given view path into a class name, requires it
+using LuCI.require() and asserts that the
+resulting class instance is a descendant of
+LuCI.view.
By instantiating the view class, its corresponding contents are
+rendered and included into the view area. Any runtime errors are
+catched and rendered using LuCI.error().
| Name | + + +Type | + + + +Description | +
|---|---|---|
path |
+
+
+ + + +string + + + + | + + + +
+
+ The view path to render. |
+
| Type | +Description | +
|---|---|
| + + Promise.<LuCI.view> + + + | +Returns a promise resolving to the loaded view instance. | +
Node value.
diff --git a/docs/jsapi/LuCI.xhr.html b/docs/jsapi/LuCI.xhr.html
index 474867c28a..b7801c9d78 100644
--- a/docs/jsapi/LuCI.xhr.html
+++ b/docs/jsapi/LuCI.xhr.html
@@ -1048,6 +1048,8 @@