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.Textarea.html | 368 +++++++++++++++++++++++++++++++++++++--
1 file changed, 358 insertions(+), 10 deletions(-)
(limited to 'docs/jsapi/LuCI.ui.Textarea.html')
diff --git a/docs/jsapi/LuCI.ui.Textarea.html b/docs/jsapi/LuCI.ui.Textarea.html
index 973bad8c59..1a87f6c8d1 100644
--- a/docs/jsapi/LuCI.ui.Textarea.html
+++ b/docs/jsapi/LuCI.ui.Textarea.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
@@ -3349,7 +3467,7 @@ external JavaScript, use L.require("ui").then(...)
and ac
@@ -3540,7 +3658,7 @@ external JavaScript, use L.require("ui").then(...)
and ac
@@ -3636,6 +3754,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.
+
+
+
+
+
+
+
+
@@ -3651,7 +3874,7 @@ an array of strings or null
for unset values.
@@ -3754,7 +3977,7 @@ not meet the validation constraints.
@@ -3926,7 +4149,7 @@ registered.
@@ -4029,7 +4252,7 @@ widget markup.
@@ -4158,6 +4381,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.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4188,7 +4536,7 @@ as dirty.
@@ -4345,7 +4693,7 @@ trigger input value validation.
@@ -4472,7 +4820,7 @@ or null
values.
@@ -4856,7 +5204,7 @@ contents.
- 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