From 3f1d6870ff0b3a0e8e0fc1c63ae2fbee86775261 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 16 Apr 2020 13:26:27 +0200 Subject: docs: update js api docs Signed-off-by: Jo-Philipp Wich --- docs/jsapi/LuCI.form.Value.html | 188 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 169 insertions(+), 19 deletions(-) (limited to 'docs/jsapi/LuCI.form.Value.html') diff --git a/docs/jsapi/LuCI.form.Value.html b/docs/jsapi/LuCI.form.Value.html index 6ea8e48ad1..1d5bee7720 100644 --- a/docs/jsapi/LuCI.form.Value.html +++ b/docs/jsapi/LuCI.form.Value.html @@ -74,12 +74,16 @@
  • error
  • +
  • fspath
  • +
  • get
  • halt
  • hasSystemFeature
  • +
  • hasViewPermission
  • +
  • isObject
  • location
  • @@ -331,6 +335,8 @@
  • optional
  • +
  • readonly
  • +
  • rmempty
  • uciconfig
  • @@ -423,6 +429,8 @@
  • placeholder
  • +
  • readonly
  • +
  • rmempty
  • uciconfig
  • @@ -511,6 +519,8 @@
  • placeholder
  • +
  • readonly
  • +
  • rmempty
  • uciconfig
  • @@ -595,6 +605,8 @@
  • placeholder
  • +
  • readonly
  • +
  • rmempty
  • uciconfig
  • @@ -687,6 +699,8 @@
  • placeholder
  • +
  • readonly
  • +
  • rmempty
  • uciconfig
  • @@ -775,6 +789,8 @@
  • placeholder
  • +
  • readonly
  • +
  • rmempty
  • uciconfig
  • @@ -929,6 +945,8 @@
  • placeholder
  • +
  • readonly
  • +
  • rmempty
  • uciconfig
  • @@ -997,6 +1015,10 @@ +
  • + + LuCI.ui.menu + + +
      + +
    + +
      + +
    + +
      + +
    +
  • +
  • LuCI.ui.Select @@ -3244,7 +3342,7 @@ @@ -3838,6 +3936,58 @@ or selected by the user.

    +
    Default Value:
    +
    • false
    + + + + + + + + + + + + + + + +
    +
    +

    readonlyboolean

    +
    + + +
    +
    + +
    +

    Make option element readonly.

    +

    This property defaults to the readonly state of the parent form element. +When set to true, the underlying widget is rendered in disabled state, +means its contents cannot be changed and the widget cannot be interacted +with.

    +
    + + + +
    + + + + + + + + + + + + + + +
    Default Value:
    • false
    @@ -4183,7 +4333,7 @@ table section elements.

    @@ -4301,7 +4451,7 @@ table section elements.

    @@ -4479,7 +4629,7 @@ within the given specific section.

    @@ -4657,7 +4807,7 @@ different way.

    @@ -4871,7 +5021,7 @@ argument, this parameter is ignored.

    @@ -5048,7 +5198,7 @@ It may be overwritten by user code to handle input values differently.

    @@ -5226,7 +5376,7 @@ option implementation does not use LuCI.ui widgets. @@ -5376,7 +5526,7 @@ returns false. @@ -5524,7 +5674,7 @@ returns false. @@ -5707,7 +5857,7 @@ so it may return promises if overridden by user code. @@ -5858,7 +6008,7 @@ validation constraints. @@ -5983,7 +6133,7 @@ implement alternative removal logic, e.g. to retain the original value.

    @@ -6091,7 +6241,7 @@ the form element's markup, including the markup of any child elements. @@ -6238,7 +6388,7 @@ the form element's markup, including the markup of any child elements. @@ -6418,7 +6568,7 @@ state of checkbox elements.

    @@ -6611,7 +6761,7 @@ was neither a string nor a function. @@ -6759,7 +6909,7 @@ or a plain text string. If omitted, the key value is used as captio @@ -6918,7 +7068,7 @@ before it is written.

    -- cgit v1.2.3