From 683bc54fd9bfc22c900dc0cdfcd660d61da253ef Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich
Date: Thu, 6 Aug 2020 17:58:47 +0200
Subject: docs: update js api docs
Signed-off-by: Jo-Philipp Wich
---
docs/jsapi/LuCI.ui.DynamicList.html | 372 ++++++++++++++++++++++++++++++++++--
1 file changed, 360 insertions(+), 12 deletions(-)
(limited to 'docs/jsapi/LuCI.ui.DynamicList.html')
diff --git a/docs/jsapi/LuCI.ui.DynamicList.html b/docs/jsapi/LuCI.ui.DynamicList.html
index b7aeae67f..9ceda34ea 100644
--- a/docs/jsapi/LuCI.ui.DynamicList.html
+++ b/docs/jsapi/LuCI.ui.DynamicList.html
@@ -292,8 +292,16 @@
cfgsections
+ cfgvalue
+
filter
+ formvalue
+
+ getOption
+
+ getUIElement
+
load
option
@@ -333,6 +341,8 @@
modalonly
+ onchange
+
optional
readonly
@@ -423,6 +433,8 @@
modalonly
+ onchange
+
optional
password
@@ -513,6 +525,8 @@
modalonly
+ onchange
+
optional
password
@@ -599,6 +613,8 @@
modalonly
+ onchange
+
optional
password
@@ -693,6 +709,8 @@
modalonly
+ onchange
+
optional
password
@@ -783,6 +801,8 @@
modalonly
+ onchange
+
optional
password
@@ -873,6 +893,8 @@
modaltitle
+ nodescriptions
+
parentoption
rowcolors
@@ -900,8 +922,16 @@
append
+ cfgvalue
+
filter
+ formvalue
+
+ getOption
+
+ getUIElement
+
load
option
@@ -939,6 +969,8 @@
modalonly
+ onchange
+
optional
password
@@ -1071,8 +1103,12 @@
Members
+ orientation
+
size
+ widget
+
datatype
default
@@ -1081,6 +1117,8 @@
modalonly
+ onchange
+
optional
password
@@ -1225,6 +1263,8 @@
modalonly
+ onchange
+
optional
password
@@ -1324,8 +1364,16 @@
cfgsections
+ cfgvalue
+
filter
+ formvalue
+
+ getOption
+
+ getUIElement
+
load
option
@@ -1367,6 +1415,8 @@
modalonly
+ onchange
+
optional
password
@@ -1457,6 +1507,8 @@
modaltitle
+ nodescriptions
+
rowcolors
sectiontitle
@@ -1492,8 +1544,16 @@
append
+ cfgvalue
+
filter
+ formvalue
+
+ getOption
+
+ getUIElement
+
load
option
@@ -1539,6 +1599,8 @@
modalonly
+ onchange
+
optional
password
@@ -1642,8 +1704,16 @@
cfgsections
+ cfgvalue
+
filter
+ formvalue
+
+ getOption
+
+ getUIElement
+
load
option
@@ -1687,6 +1757,8 @@
modalonly
+ onchange
+
optional
readonly
@@ -2520,6 +2592,8 @@
getLocalData
+ getToken
+
setLocalData
@@ -2670,6 +2744,8 @@
getValue
+ isChanged
+
isValid
registerEvents
@@ -2678,6 +2754,8 @@
setChangeEvents
+ setPlaceholder
+
setUpdateEvents
setValue
@@ -2748,6 +2826,8 @@
getValue
+ isChanged
+
isChecked
isValid
@@ -2758,6 +2838,8 @@
setChangeEvents
+ setPlaceholder
+
setUpdateEvents
setValue
@@ -2798,12 +2880,16 @@
closeAllDropdowns
+ isChanged
+
isValid
registerEvents
setChangeEvents
+ setPlaceholder
+
setUpdateEvents
triggerValidation
@@ -2842,12 +2928,16 @@
closeAllDropdowns
+ isChanged
+
isValid
registerEvents
setChangeEvents
+ setPlaceholder
+
setUpdateEvents
triggerValidation
@@ -2888,6 +2978,8 @@
getValue
+ isChanged
+
isValid
registerEvents
@@ -2896,6 +2988,8 @@
setChangeEvents
+ setPlaceholder
+
setUpdateEvents
setValue
@@ -2936,6 +3030,8 @@
getValue
+ isChanged
+
isValid
registerEvents
@@ -2944,6 +3040,8 @@
setChangeEvents
+ setPlaceholder
+
setUpdateEvents
setValue
@@ -2980,6 +3078,8 @@
getValue
+ isChanged
+
isValid
registerEvents
@@ -2988,6 +3088,8 @@
setChangeEvents
+ setPlaceholder
+
setUpdateEvents
setValue
@@ -3020,6 +3122,8 @@
getValue
+ isChanged
+
isValid
registerEvents
@@ -3028,6 +3132,8 @@
setChangeEvents
+ setPlaceholder
+
setUpdateEvents
setValue
@@ -3098,6 +3204,8 @@
getValue
+ isChanged
+
isValid
registerEvents
@@ -3106,6 +3214,8 @@
setChangeEvents
+ setPlaceholder
+
setUpdateEvents
setValue
@@ -3170,6 +3280,8 @@
getValue
+ isChanged
+
isValid
registerEvents
@@ -3178,6 +3290,8 @@
setChangeEvents
+ setPlaceholder
+
setUpdateEvents
setValue
@@ -3214,6 +3328,8 @@
getValue
+ isChanged
+
isValid
registerEvents
@@ -3222,6 +3338,8 @@
setChangeEvents
+ setPlaceholder
+
setUpdateEvents
setValue
@@ -3351,7 +3469,7 @@ external JavaScript, use L.require("ui").then(...)
and ac
@@ -3581,7 +3699,7 @@ arbitrary values to the dynamic list.
@@ -3725,7 +3843,7 @@ as label text. Choice labels may be any valid value accepted by
@@ -3799,7 +3917,7 @@ as label text. Choice labels may be any valid value accepted by
@@ -3895,6 +4013,111 @@ an array of strings or null
for unset values.
+
+
+
+
+
+
+
+
+ inherited
+
+ isChanged() {boolean}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Check whether the input value was altered by the user.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Returns:
+
+
+
+
+
+
+
+ Type
+ Description
+
+
+
+
+
+
+
+
+ boolean
+
+
+
+ Returns true
if the input value has been altered by the user or
+false
if it is unchaged. Note that if the user modifies the initial
+value and changes it back to the original state, it is still reported
+as changed.
+
+
+
+
+
+
+
+
@@ -3910,7 +4133,7 @@ an array of strings or null
for unset values.
@@ -4013,7 +4236,7 @@ not meet the validation constraints.
@@ -4185,7 +4408,7 @@ registered.
@@ -4288,7 +4511,7 @@ widget markup.
@@ -4417,6 +4640,131 @@ as dirty.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ inherited
+
+ setPlaceholder(value)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Set the current placeholder value of the input widget.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Name
+
+
+ Type
+
+
+
+ Description
+
+
+
+
+
+
+
+
+ value
+
+
+
+
+
+string
+|
+
+Array.<string>
+|
+
+null
+
+
+
+
+
+
+
+
+
+ The placeholder to set for the input element. Only applicable to text
+inputs, not to radio buttons, selects or similar.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4447,7 +4795,7 @@ as dirty.
@@ -4604,7 +4952,7 @@ trigger input value validation.
@@ -4731,7 +5079,7 @@ or null
values.
@@ -4955,7 +5303,7 @@ it to remain unselected.
- Documentation generated by JSDoc 3.6.3 on Thu Apr 16 2020 15:41:08 GMT+0200 (Central European Summer Time)
+ Documentation generated by JSDoc 3.6.3 on Thu Aug 06 2020 17:58:02 GMT+0200 (Central European Summer Time)
--
cgit v1.2.3