deploy: 470bb2b8540e5b4949c66b04e5f583c5c36a5a7b gh-pages
authorsystemcrash <systemcrash@users.noreply.github.com>
Wed, 18 Sep 2024 22:20:31 +0000 (22:20 +0000)
committersystemcrash <systemcrash@users.noreply.github.com>
Wed, 18 Sep 2024 22:20:31 +0000 (22:20 +0000)
64 files changed:
jsapi/LuCI.baseclass.html
jsapi/LuCI.dom.html
jsapi/LuCI.form.AbstractElement.html
jsapi/LuCI.form.AbstractSection.html
jsapi/LuCI.form.AbstractValue.html
jsapi/LuCI.form.ButtonValue.html
jsapi/LuCI.form.DummyValue.html
jsapi/LuCI.form.DynamicList.html
jsapi/LuCI.form.FileUpload.html
jsapi/LuCI.form.FlagValue.html
jsapi/LuCI.form.GridSection.html
jsapi/LuCI.form.HiddenValue.html
jsapi/LuCI.form.JSONMap.html
jsapi/LuCI.form.ListValue.html
jsapi/LuCI.form.Map.html
jsapi/LuCI.form.MultiValue.html
jsapi/LuCI.form.NamedSection.html
jsapi/LuCI.form.SectionValue.html
jsapi/LuCI.form.TableSection.html
jsapi/LuCI.form.TextValue.html
jsapi/LuCI.form.TypedSection.html
jsapi/LuCI.form.Value.html
jsapi/LuCI.form.html
jsapi/LuCI.fs.html
jsapi/LuCI.headers.html
jsapi/LuCI.html
jsapi/LuCI.network.Device.html
jsapi/LuCI.network.Hosts.html
jsapi/LuCI.network.Protocol.html
jsapi/LuCI.network.WifiDevice.html
jsapi/LuCI.network.WifiNetwork.html
jsapi/LuCI.network.html
jsapi/LuCI.poll.html
jsapi/LuCI.request.html
jsapi/LuCI.request.poll.html
jsapi/LuCI.response.html
jsapi/LuCI.rpc.html
jsapi/LuCI.session.html
jsapi/LuCI.uci.html
jsapi/LuCI.ui.AbstractElement.html
jsapi/LuCI.ui.Checkbox.html
jsapi/LuCI.ui.ComboButton.html
jsapi/LuCI.ui.Combobox.html
jsapi/LuCI.ui.Dropdown.html
jsapi/LuCI.ui.DynamicList.html
jsapi/LuCI.ui.FileUpload.html
jsapi/LuCI.ui.Hiddenfield.html
jsapi/LuCI.ui.Select.html
jsapi/LuCI.ui.Textarea.html
jsapi/LuCI.ui.Textfield.html
jsapi/LuCI.ui.changes.html
jsapi/LuCI.ui.html
jsapi/LuCI.ui.menu.html
jsapi/LuCI.ui.tabs.html
jsapi/LuCI.view.html
jsapi/LuCI.xhr.html
jsapi/form.js.html
jsapi/fs.js.html
jsapi/index.html
jsapi/luci.js.html
jsapi/network.js.html
jsapi/rpc.js.html
jsapi/uci.js.html
jsapi/ui.js.html

index 0d0b1ec82d6447065eb9635331184ac9c380923d..8ebf24f9c17b085af09b786ed1d777f2db2d1889 100644 (file)
@@ -4762,7 +4762,7 @@ and the values extracted from the <code>args</code> array beginning with
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 9ee9b704fad40f6a0af4bd02f47298f0c4f16372..170f1252130cb05c122cf617379c6b4bed30490b 100644 (file)
@@ -6320,7 +6320,7 @@ ignored, else not.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index a214f37795112f5d314734891d81a8c6b697a97e..8e4c212cec61b4e1e0f09b59de57c542e8476c84 100644 (file)
@@ -3963,7 +3963,7 @@ the form element's markup, including the markup of any child elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -3974,7 +3974,8 @@ the form element's markup, including the markup of any child elements.</td>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -4086,7 +4087,8 @@ the form element's markup, including the markup of any child elements.</td>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -4108,7 +4110,7 @@ the form element's markup, including the markup of any child elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -4309,7 +4311,7 @@ was neither a string nor a function.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 1f7d3e3beedb59a3190f3499d8f19cc5cbe202c5..aa9c5a8082aafe30a5ed97190c4e10d5109efe8d 100644 (file)
@@ -3550,7 +3550,7 @@ form options and for handling tabs to segment child options.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line813">line 813</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line815">line 815</a>
         </div>
         
     </div>
@@ -3811,7 +3811,7 @@ this property will hold a reference to the parent option instance.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line864">line 864</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line866">line 866</a>
         </div>
         
     </div>
@@ -3939,7 +3939,7 @@ The sections will be rendered in the same order as the returned array.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1083">line 1083</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1085">line 1085</a>
         </div>
         
     </div>
@@ -4135,7 +4135,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line887">line 887</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line889">line 889</a>
         </div>
         
     </div>
@@ -4287,7 +4287,7 @@ custom implementations.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1116">line 1116</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1118">line 1118</a>
         </div>
         
     </div>
@@ -4483,7 +4483,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1182">line 1182</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1184">line 1184</a>
         </div>
         
     </div>
@@ -4648,7 +4648,7 @@ depending on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1152">line 1152</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1154">line 1154</a>
         </div>
         
     </div>
@@ -4841,7 +4841,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line902">line 902</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line904">line 904</a>
         </div>
         
     </div>
@@ -4945,7 +4945,7 @@ elements load functions rejected with an error.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1015">line 1015</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1017">line 1017</a>
         </div>
         
     </div>
@@ -5160,7 +5160,7 @@ descendant of <code>AbstractValue</code>.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line931">line 931</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line933">line 933</a>
         </div>
         
     </div>
@@ -5376,7 +5376,7 @@ the form element's markup, including the markup of any child elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -5387,7 +5387,8 @@ the form element's markup, including the markup of any child elements.</td>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -5499,7 +5500,8 @@ the form element's markup, including the markup of any child elements.</td>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -5521,7 +5523,7 @@ the form element's markup, including the markup of any child elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line972">line 972</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line974">line 974</a>
         </div>
         
     </div>
@@ -5738,7 +5740,7 @@ contents. If omitted, no description will be rendered.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1052">line 1052</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1054">line 1054</a>
         </div>
         
     </div>
@@ -6007,7 +6009,7 @@ descendant of <code>AbstractValue</code>.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -6208,7 +6210,7 @@ was neither a string nor a function.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 619de2885a602adebc2329afcc9b1f342fd5b846..ab74830413b222eec146d1490c2c1be33d54ee3d 100644 (file)
@@ -3550,7 +3550,7 @@ validation constraints that should be applied to entered values.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1326">line 1326</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1328">line 1328</a>
         </div>
         
     </div>
@@ -4489,7 +4489,7 @@ table section elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1750">line 1750</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1752">line 1752</a>
         </div>
         
     </div>
@@ -4665,7 +4665,7 @@ within the given specific section.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1824">line 1824</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1826">line 1826</a>
         </div>
         
     </div>
@@ -4841,7 +4841,7 @@ different way.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1632">line 1632</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1634">line 1634</a>
         </div>
         
     </div>
@@ -5060,7 +5060,7 @@ argument, this parameter is ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1852">line 1852</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1854">line 1854</a>
         </div>
         
     </div>
@@ -5235,7 +5235,7 @@ It may be overwritten by user code to handle input values differently.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1801">line 1801</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1803">line 1803</a>
         </div>
         
     </div>
@@ -5411,7 +5411,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1939">line 1939</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1941">line 1941</a>
         </div>
         
     </div>
@@ -5556,7 +5556,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1957">line 1957</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1959">line 1959</a>
         </div>
         
     </div>
@@ -5704,7 +5704,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1925">line 1925</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1927">line 1927</a>
         </div>
         
     </div>
@@ -5850,7 +5850,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1778">line 1778</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1780">line 1780</a>
         </div>
         
     </div>
@@ -6031,7 +6031,7 @@ so it may return promises if overridden by user code.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1998">line 1998</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2000">line 2000</a>
         </div>
         
     </div>
@@ -6180,7 +6180,7 @@ validation constraints.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2078">line 2078</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2080">line 2080</a>
         </div>
         
     </div>
@@ -6413,7 +6413,7 @@ the form element's markup, including the markup of any child elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6424,7 +6424,8 @@ the form element's markup, including the markup of any child elements.</td>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -6536,7 +6537,8 @@ the form element's markup, including the markup of any child elements.</td>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -6558,7 +6560,7 @@ the form element's markup, including the markup of any child elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1876">line 1876</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1878">line 1878</a>
         </div>
         
     </div>
@@ -6738,7 +6740,7 @@ state of checkbox elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -6931,7 +6933,7 @@ was neither a string nor a function.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1911">line 1911</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1913">line 1913</a>
         </div>
         
     </div>
@@ -7107,7 +7109,7 @@ as error message to the user.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2055">line 2055</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2057">line 2057</a>
         </div>
         
     </div>
@@ -7266,7 +7268,7 @@ before it is written.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index a796e2faba0e9082d9c855ffc16b2f64f378f27d..fbbbf78c32e23a8d889c93644ce6d6fe15fbc5a6 100644 (file)
@@ -3547,7 +3547,7 @@ renders the underlying UCI option or default value as readonly text.</p></div>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4342">line 4342</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4344">line 4344</a>
         </div>
         
     </div>
@@ -4924,7 +4924,7 @@ table section elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1750">line 1750</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1752">line 1752</a>
         </div>
         
     </div>
@@ -5102,7 +5102,7 @@ within the given specific section.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1824">line 1824</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1826">line 1826</a>
         </div>
         
     </div>
@@ -5280,7 +5280,7 @@ different way.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1632">line 1632</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1634">line 1634</a>
         </div>
         
     </div>
@@ -5501,7 +5501,7 @@ argument, this parameter is ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1852">line 1852</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1854">line 1854</a>
         </div>
         
     </div>
@@ -5678,7 +5678,7 @@ It may be overwritten by user code to handle input values differently.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1801">line 1801</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1803">line 1803</a>
         </div>
         
     </div>
@@ -5856,7 +5856,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1939">line 1939</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1941">line 1941</a>
         </div>
         
     </div>
@@ -6003,7 +6003,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1957">line 1957</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1959">line 1959</a>
         </div>
         
     </div>
@@ -6153,7 +6153,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1925">line 1925</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1927">line 1927</a>
         </div>
         
     </div>
@@ -6301,7 +6301,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1778">line 1778</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1780">line 1780</a>
         </div>
         
     </div>
@@ -6484,7 +6484,7 @@ so it may return promises if overridden by user code.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1998">line 1998</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2000">line 2000</a>
         </div>
         
     </div>
@@ -6635,7 +6635,7 @@ validation constraints.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2078">line 2078</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2080">line 2080</a>
         </div>
         
     </div>
@@ -6760,7 +6760,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6771,7 +6771,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -6883,7 +6884,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -6907,7 +6909,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1876">line 1876</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1878">line 1878</a>
         </div>
         
     </div>
@@ -7087,7 +7089,7 @@ state of checkbox elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -7282,7 +7284,7 @@ was neither a string nor a function.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3628">line 3628</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3630">line 3630</a>
         </div>
         
     </div>
@@ -7430,7 +7432,7 @@ or a plain text string. If omitted, the <code>key</code> value is used as captio
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2055">line 2055</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2057">line 2057</a>
         </div>
         
     </div>
@@ -7589,7 +7591,7 @@ before it is written.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 8ebe6465d81d3d7417d5f6c493ca0c23ef2d0ca5..981f0eaa20c8e492fb625af9a1aafa1171e7129b 100644 (file)
@@ -3547,7 +3547,7 @@ renders the underlying UCI option or default value as readonly text.</p></div>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4250">line 4250</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4252">line 4252</a>
         </div>
         
     </div>
@@ -4910,7 +4910,7 @@ table section elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1750">line 1750</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1752">line 1752</a>
         </div>
         
     </div>
@@ -5088,7 +5088,7 @@ within the given specific section.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1824">line 1824</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1826">line 1826</a>
         </div>
         
     </div>
@@ -5266,7 +5266,7 @@ different way.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1632">line 1632</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1634">line 1634</a>
         </div>
         
     </div>
@@ -5487,7 +5487,7 @@ argument, this parameter is ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1852">line 1852</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1854">line 1854</a>
         </div>
         
     </div>
@@ -5664,7 +5664,7 @@ It may be overwritten by user code to handle input values differently.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1801">line 1801</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1803">line 1803</a>
         </div>
         
     </div>
@@ -5842,7 +5842,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1939">line 1939</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1941">line 1941</a>
         </div>
         
     </div>
@@ -5989,7 +5989,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1957">line 1957</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1959">line 1959</a>
         </div>
         
     </div>
@@ -6139,7 +6139,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1925">line 1925</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1927">line 1927</a>
         </div>
         
     </div>
@@ -6287,7 +6287,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1778">line 1778</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1780">line 1780</a>
         </div>
         
     </div>
@@ -6470,7 +6470,7 @@ so it may return promises if overridden by user code.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1998">line 1998</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2000">line 2000</a>
         </div>
         
     </div>
@@ -6621,7 +6621,7 @@ validation constraints.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4336">line 4336</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4338">line 4338</a>
         </div>
         
     </div>
@@ -6746,7 +6746,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6757,7 +6757,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -6869,7 +6870,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -6893,7 +6895,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1876">line 1876</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1878">line 1878</a>
         </div>
         
     </div>
@@ -7073,7 +7075,7 @@ state of checkbox elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -7268,7 +7270,7 @@ was neither a string nor a function.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3628">line 3628</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3630">line 3630</a>
         </div>
         
     </div>
@@ -7416,7 +7418,7 @@ or a plain text string. If omitted, the <code>key</code> value is used as captio
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4339">line 4339</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4341">line 4341</a>
         </div>
         
     </div>
@@ -7575,7 +7577,7 @@ before it is written.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index f2c9504c20a0ed7d1daa4d848ade13b942164272..74078094091fc6a0beab79ef78a5429391681f50 100644 (file)
@@ -3548,7 +3548,7 @@ predefined choices. It builds upon the <a href="LuCI.ui.DynamicList.html"><code>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3773">line 3773</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3775">line 3775</a>
         </div>
         
     </div>
@@ -4761,7 +4761,7 @@ table section elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1750">line 1750</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1752">line 1752</a>
         </div>
         
     </div>
@@ -4939,7 +4939,7 @@ within the given specific section.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1824">line 1824</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1826">line 1826</a>
         </div>
         
     </div>
@@ -5117,7 +5117,7 @@ different way.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1632">line 1632</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1634">line 1634</a>
         </div>
         
     </div>
@@ -5338,7 +5338,7 @@ argument, this parameter is ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1852">line 1852</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1854">line 1854</a>
         </div>
         
     </div>
@@ -5515,7 +5515,7 @@ It may be overwritten by user code to handle input values differently.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1801">line 1801</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1803">line 1803</a>
         </div>
         
     </div>
@@ -5693,7 +5693,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1939">line 1939</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1941">line 1941</a>
         </div>
         
     </div>
@@ -5840,7 +5840,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1957">line 1957</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1959">line 1959</a>
         </div>
         
     </div>
@@ -5990,7 +5990,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1925">line 1925</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1927">line 1927</a>
         </div>
         
     </div>
@@ -6138,7 +6138,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1778">line 1778</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1780">line 1780</a>
         </div>
         
     </div>
@@ -6321,7 +6321,7 @@ so it may return promises if overridden by user code.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1998">line 1998</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2000">line 2000</a>
         </div>
         
     </div>
@@ -6472,7 +6472,7 @@ validation constraints.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2078">line 2078</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2080">line 2080</a>
         </div>
         
     </div>
@@ -6597,7 +6597,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6608,7 +6608,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -6720,7 +6721,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -6744,7 +6746,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1876">line 1876</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1878">line 1878</a>
         </div>
         
     </div>
@@ -6924,7 +6926,7 @@ state of checkbox elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -7119,7 +7121,7 @@ was neither a string nor a function.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3628">line 3628</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3630">line 3630</a>
         </div>
         
     </div>
@@ -7267,7 +7269,7 @@ or a plain text string. If omitted, the <code>key</code> value is used as captio
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2055">line 2055</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2057">line 2057</a>
         </div>
         
     </div>
@@ -7426,7 +7428,7 @@ before it is written.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 96cde1c5099f3687dbfd405cf3fc11e8431aa3d8..a17541336dbd9b158ddd4491ba16e9d713f89541 100644 (file)
@@ -3547,7 +3547,7 @@ offers the ability to browse, upload and select remote files.</p></div>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4509">line 4509</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4511">line 4511</a>
         </div>
         
     </div>
@@ -5068,7 +5068,7 @@ table section elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1750">line 1750</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1752">line 1752</a>
         </div>
         
     </div>
@@ -5246,7 +5246,7 @@ within the given specific section.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1824">line 1824</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1826">line 1826</a>
         </div>
         
     </div>
@@ -5424,7 +5424,7 @@ different way.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1632">line 1632</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1634">line 1634</a>
         </div>
         
     </div>
@@ -5645,7 +5645,7 @@ argument, this parameter is ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1852">line 1852</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1854">line 1854</a>
         </div>
         
     </div>
@@ -5822,7 +5822,7 @@ It may be overwritten by user code to handle input values differently.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1801">line 1801</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1803">line 1803</a>
         </div>
         
     </div>
@@ -6000,7 +6000,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1939">line 1939</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1941">line 1941</a>
         </div>
         
     </div>
@@ -6147,7 +6147,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1957">line 1957</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1959">line 1959</a>
         </div>
         
     </div>
@@ -6297,7 +6297,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1925">line 1925</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1927">line 1927</a>
         </div>
         
     </div>
@@ -6445,7 +6445,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1778">line 1778</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1780">line 1780</a>
         </div>
         
     </div>
@@ -6628,7 +6628,7 @@ so it may return promises if overridden by user code.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1998">line 1998</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2000">line 2000</a>
         </div>
         
     </div>
@@ -6779,7 +6779,7 @@ validation constraints.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2078">line 2078</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2080">line 2080</a>
         </div>
         
     </div>
@@ -6904,7 +6904,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6915,7 +6915,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -7027,7 +7028,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -7051,7 +7053,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1876">line 1876</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1878">line 1878</a>
         </div>
         
     </div>
@@ -7231,7 +7233,7 @@ state of checkbox elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -7426,7 +7428,7 @@ was neither a string nor a function.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3628">line 3628</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3630">line 3630</a>
         </div>
         
     </div>
@@ -7574,7 +7576,7 @@ or a plain text string. If omitted, the <code>key</code> value is used as captio
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2055">line 2055</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2057">line 2057</a>
         </div>
         
     </div>
@@ -7733,7 +7735,7 @@ before it is written.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 78bdae97fedad520366696d4e4f58e2c7b683d80..b2cb93d3d97a8b5f823bfe1782e24385e64835a7 100644 (file)
@@ -3547,7 +3547,7 @@ implement a simple checkbox element.</p></div>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3920">line 3920</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3922">line 3922</a>
         </div>
         
     </div>
@@ -4958,7 +4958,7 @@ table section elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1750">line 1750</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1752">line 1752</a>
         </div>
         
     </div>
@@ -5136,7 +5136,7 @@ within the given specific section.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1824">line 1824</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1826">line 1826</a>
         </div>
         
     </div>
@@ -5314,7 +5314,7 @@ different way.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1632">line 1632</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1634">line 1634</a>
         </div>
         
     </div>
@@ -5535,7 +5535,7 @@ argument, this parameter is ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4032">line 4032</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4034">line 4034</a>
         </div>
         
     </div>
@@ -5711,7 +5711,7 @@ the checked state.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1801">line 1801</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1803">line 1803</a>
         </div>
         
     </div>
@@ -5889,7 +5889,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1939">line 1939</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1941">line 1941</a>
         </div>
         
     </div>
@@ -6036,7 +6036,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1957">line 1957</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1959">line 1959</a>
         </div>
         
     </div>
@@ -6186,7 +6186,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1925">line 1925</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1927">line 1927</a>
         </div>
         
     </div>
@@ -6334,7 +6334,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1778">line 1778</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1780">line 1780</a>
         </div>
         
     </div>
@@ -6517,7 +6517,7 @@ so it may return promises if overridden by user code.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4054">line 4054</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4056">line 4056</a>
         </div>
         
     </div>
@@ -6668,7 +6668,7 @@ validation constraints.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2078">line 2078</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2080">line 2080</a>
         </div>
         
     </div>
@@ -6793,7 +6793,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6804,7 +6804,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -6916,7 +6917,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -6940,7 +6942,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4044">line 4044</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4046">line 4046</a>
         </div>
         
     </div>
@@ -7115,7 +7117,7 @@ either a localized <code>Yes</code> or <code>No</code> string, depending on the
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -7310,7 +7312,7 @@ was neither a string nor a function.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3628">line 3628</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3630">line 3630</a>
         </div>
         
     </div>
@@ -7458,7 +7460,7 @@ or a plain text string. If omitted, the <code>key</code> value is used as captio
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2055">line 2055</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2057">line 2057</a>
         </div>
         
     </div>
@@ -7617,7 +7619,7 @@ before it is written.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index c3433d5da97a02a699ad4afbc96dcb1abc7160ea..294b4e4e11a0e40790fbe87d6f50f9b0f9389370 100644 (file)
@@ -3560,7 +3560,7 @@ documentation for details.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3239">line 3239</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3241">line 3241</a>
         </div>
         
     </div>
@@ -4471,7 +4471,7 @@ The default is <code>null</code>, means inheriting from the parent form.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3088">line 3088</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3090">line 3090</a>
         </div>
         
     </div>
@@ -4792,7 +4792,7 @@ is shown.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1083">line 1083</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1085">line 1085</a>
         </div>
         
     </div>
@@ -4990,7 +4990,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line887">line 887</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line889">line 889</a>
         </div>
         
     </div>
@@ -5144,7 +5144,7 @@ custom implementations.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1116">line 1116</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1118">line 1118</a>
         </div>
         
     </div>
@@ -5342,7 +5342,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1182">line 1182</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1184">line 1184</a>
         </div>
         
     </div>
@@ -5509,7 +5509,7 @@ depending on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1152">line 1152</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1154">line 1154</a>
         </div>
         
     </div>
@@ -5704,7 +5704,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line902">line 902</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line904">line 904</a>
         </div>
         
     </div>
@@ -5810,7 +5810,7 @@ elements load functions rejected with an error.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1015">line 1015</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1017">line 1017</a>
         </div>
         
     </div>
@@ -6027,7 +6027,7 @@ descendant of <code>AbstractValue</code>.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3394">line 3394</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3396">line 3396</a>
         </div>
         
     </div>
@@ -6135,7 +6135,7 @@ not meeting the validation constraints of their respective elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6146,7 +6146,8 @@ not meeting the validation constraints of their respective elements.</td>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -6258,7 +6259,8 @@ not meeting the validation constraints of their respective elements.</td>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -6280,7 +6282,7 @@ not meeting the validation constraints of their respective elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3308">line 3308</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3310">line 3310</a>
         </div>
         
     </div>
@@ -6498,7 +6500,7 @@ contents. If omitted, no description will be rendered.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1052">line 1052</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1054">line 1054</a>
         </div>
         
     </div>
@@ -6767,7 +6769,7 @@ descendant of <code>AbstractValue</code>.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -6968,7 +6970,7 @@ was neither a string nor a function.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index f22207aff5a6018992ce642168ba95a7cb6bd968..6c79e396b556cb8a3f1020d72fb71f80401a17b9 100644 (file)
@@ -3552,7 +3552,7 @@ distorted form layout when rendering the option element.</p></div>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4458">line 4458</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4460">line 4460</a>
         </div>
         
     </div>
@@ -4765,7 +4765,7 @@ table section elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1750">line 1750</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1752">line 1752</a>
         </div>
         
     </div>
@@ -4943,7 +4943,7 @@ within the given specific section.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1824">line 1824</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1826">line 1826</a>
         </div>
         
     </div>
@@ -5121,7 +5121,7 @@ different way.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1632">line 1632</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1634">line 1634</a>
         </div>
         
     </div>
@@ -5342,7 +5342,7 @@ argument, this parameter is ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1852">line 1852</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1854">line 1854</a>
         </div>
         
     </div>
@@ -5519,7 +5519,7 @@ It may be overwritten by user code to handle input values differently.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1801">line 1801</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1803">line 1803</a>
         </div>
         
     </div>
@@ -5697,7 +5697,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1939">line 1939</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1941">line 1941</a>
         </div>
         
     </div>
@@ -5844,7 +5844,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1957">line 1957</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1959">line 1959</a>
         </div>
         
     </div>
@@ -5994,7 +5994,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1925">line 1925</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1927">line 1927</a>
         </div>
         
     </div>
@@ -6142,7 +6142,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1778">line 1778</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1780">line 1780</a>
         </div>
         
     </div>
@@ -6325,7 +6325,7 @@ so it may return promises if overridden by user code.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1998">line 1998</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2000">line 2000</a>
         </div>
         
     </div>
@@ -6476,7 +6476,7 @@ validation constraints.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2078">line 2078</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2080">line 2080</a>
         </div>
         
     </div>
@@ -6601,7 +6601,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6612,7 +6612,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -6724,7 +6725,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -6748,7 +6750,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1876">line 1876</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1878">line 1878</a>
         </div>
         
     </div>
@@ -6928,7 +6930,7 @@ state of checkbox elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -7123,7 +7125,7 @@ was neither a string nor a function.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3628">line 3628</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3630">line 3630</a>
         </div>
         
     </div>
@@ -7271,7 +7273,7 @@ or a plain text string. If omitted, the <code>key</code> value is used as captio
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2055">line 2055</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2057">line 2057</a>
         </div>
         
     </div>
@@ -7430,7 +7432,7 @@ before it is written.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 94e70647bd243e1cb247e83e56cb7ba038de6c96..98afb8224979c71911725a324e1993575a620d91 100644 (file)
@@ -3548,7 +3548,7 @@ as data source.</p></div>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line776">line 776</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line778">line 778</a>
         </div>
         
     </div>
@@ -3930,7 +3930,7 @@ permissions are granted.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line484">line 484</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line486">line 486</a>
         </div>
         
     </div>
@@ -4054,7 +4054,7 @@ config already is in the list of required files, it will be ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line466">line 466</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line468">line 468</a>
         </div>
         
     </div>
@@ -4279,7 +4279,7 @@ passed.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line423">line 423</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line425">line 425</a>
         </div>
         
     </div>
@@ -4501,7 +4501,7 @@ passed.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line538">line 538</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line540">line 540</a>
         </div>
         
     </div>
@@ -4609,7 +4609,7 @@ an error.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line707">line 707</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line709">line 709</a>
         </div>
         
     </div>
@@ -4828,7 +4828,7 @@ Returns <code>null</code> if the option could not be found.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line568">line 568</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line570">line 570</a>
         </div>
         
     </div>
@@ -4935,7 +4935,7 @@ not meeting the validation constraints of their respective elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line639">line 639</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line641">line 641</a>
         </div>
         
     </div>
@@ -5038,7 +5038,7 @@ rendering is complete.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line628">line 628</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line630">line 630</a>
         </div>
         
     </div>
@@ -5142,7 +5142,7 @@ re-rendering is complete.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line598">line 598</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line600">line 600</a>
         </div>
         
     </div>
@@ -5345,7 +5345,7 @@ failed.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line516">line 516</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line518">line 518</a>
         </div>
         
     </div>
@@ -5540,7 +5540,7 @@ documentation for details.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -5551,7 +5551,8 @@ documentation for details.</p></td>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -5663,7 +5664,8 @@ documentation for details.</p></td>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -5687,7 +5689,7 @@ documentation for details.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -5888,7 +5890,7 @@ was neither a string nor a function.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 37be12793d9bf720f133a8cf747f1ebe2405acc9..2c6a378f20993b139918279da48f2c0711db4233 100644 (file)
@@ -3548,7 +3548,7 @@ It builds upon the <a href="LuCI.ui.Select.html"><code>LuCI.ui.Select</code></a>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3828">line 3828</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3830">line 3830</a>
         </div>
         
     </div>
@@ -4910,7 +4910,7 @@ table section elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1750">line 1750</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1752">line 1752</a>
         </div>
         
     </div>
@@ -5088,7 +5088,7 @@ within the given specific section.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1824">line 1824</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1826">line 1826</a>
         </div>
         
     </div>
@@ -5266,7 +5266,7 @@ different way.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1632">line 1632</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1634">line 1634</a>
         </div>
         
     </div>
@@ -5487,7 +5487,7 @@ argument, this parameter is ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1852">line 1852</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1854">line 1854</a>
         </div>
         
     </div>
@@ -5664,7 +5664,7 @@ It may be overwritten by user code to handle input values differently.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1801">line 1801</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1803">line 1803</a>
         </div>
         
     </div>
@@ -5842,7 +5842,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1939">line 1939</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1941">line 1941</a>
         </div>
         
     </div>
@@ -5989,7 +5989,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1957">line 1957</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1959">line 1959</a>
         </div>
         
     </div>
@@ -6139,7 +6139,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1925">line 1925</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1927">line 1927</a>
         </div>
         
     </div>
@@ -6287,7 +6287,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1778">line 1778</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1780">line 1780</a>
         </div>
         
     </div>
@@ -6470,7 +6470,7 @@ so it may return promises if overridden by user code.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1998">line 1998</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2000">line 2000</a>
         </div>
         
     </div>
@@ -6621,7 +6621,7 @@ validation constraints.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2078">line 2078</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2080">line 2080</a>
         </div>
         
     </div>
@@ -6746,7 +6746,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6757,7 +6757,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -6869,7 +6870,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -6893,7 +6895,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1876">line 1876</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1878">line 1878</a>
         </div>
         
     </div>
@@ -7073,7 +7075,7 @@ state of checkbox elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -7268,7 +7270,7 @@ was neither a string nor a function.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3628">line 3628</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3630">line 3630</a>
         </div>
         
     </div>
@@ -7416,7 +7418,7 @@ or a plain text string. If omitted, the <code>key</code> value is used as captio
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2055">line 2055</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2057">line 2057</a>
         </div>
         
     </div>
@@ -7575,7 +7577,7 @@ before it is written.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 024c15ec7df34ec487e4b265a4ddc93f55baecfa..f72421c3eb7ed5e56074be2a23c04cb2f9cf5de3 100644 (file)
@@ -3549,7 +3549,7 @@ fields each.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line343">line 343</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line345">line 345</a>
         </div>
         
     </div>
@@ -3927,7 +3927,7 @@ permissions are granted.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line484">line 484</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line486">line 486</a>
         </div>
         
     </div>
@@ -4049,7 +4049,7 @@ config already is in the list of required files, it will be ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line466">line 466</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line468">line 468</a>
         </div>
         
     </div>
@@ -4272,7 +4272,7 @@ passed.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line423">line 423</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line425">line 425</a>
         </div>
         
     </div>
@@ -4492,7 +4492,7 @@ passed.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line538">line 538</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line540">line 540</a>
         </div>
         
     </div>
@@ -4598,7 +4598,7 @@ an error.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line707">line 707</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line709">line 709</a>
         </div>
         
     </div>
@@ -4815,7 +4815,7 @@ Returns <code>null</code> if the option could not be found.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line568">line 568</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line570">line 570</a>
         </div>
         
     </div>
@@ -4920,7 +4920,7 @@ not meeting the validation constraints of their respective elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line639">line 639</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line641">line 641</a>
         </div>
         
     </div>
@@ -5021,7 +5021,7 @@ rendering is complete.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line628">line 628</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line630">line 630</a>
         </div>
         
     </div>
@@ -5123,7 +5123,7 @@ re-rendering is complete.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line598">line 598</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line600">line 600</a>
         </div>
         
     </div>
@@ -5324,7 +5324,7 @@ failed.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line516">line 516</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line518">line 518</a>
         </div>
         
     </div>
@@ -5519,7 +5519,7 @@ documentation for details.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -5530,7 +5530,8 @@ documentation for details.</p></td>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -5642,7 +5643,8 @@ documentation for details.</p></td>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -5666,7 +5668,7 @@ documentation for details.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -5867,7 +5869,7 @@ was neither a string nor a function.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index eb1e0834975512e2b4a0fe0458fe1df984c40d6f..ce0c055cac44a02942118ffc61d52b163329ffc1 100644 (file)
@@ -3548,7 +3548,7 @@ select dropdown element.</p></div>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4076">line 4076</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4078">line 4078</a>
         </div>
         
     </div>
@@ -4861,7 +4861,7 @@ table section elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1750">line 1750</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1752">line 1752</a>
         </div>
         
     </div>
@@ -5039,7 +5039,7 @@ within the given specific section.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1824">line 1824</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1826">line 1826</a>
         </div>
         
     </div>
@@ -5217,7 +5217,7 @@ different way.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1632">line 1632</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1634">line 1634</a>
         </div>
         
     </div>
@@ -5438,7 +5438,7 @@ argument, this parameter is ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1852">line 1852</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1854">line 1854</a>
         </div>
         
     </div>
@@ -5615,7 +5615,7 @@ It may be overwritten by user code to handle input values differently.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1801">line 1801</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1803">line 1803</a>
         </div>
         
     </div>
@@ -5793,7 +5793,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1939">line 1939</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1941">line 1941</a>
         </div>
         
     </div>
@@ -5940,7 +5940,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1957">line 1957</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1959">line 1959</a>
         </div>
         
     </div>
@@ -6090,7 +6090,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1925">line 1925</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1927">line 1927</a>
         </div>
         
     </div>
@@ -6238,7 +6238,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1778">line 1778</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1780">line 1780</a>
         </div>
         
     </div>
@@ -6421,7 +6421,7 @@ so it may return promises if overridden by user code.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1998">line 1998</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2000">line 2000</a>
         </div>
         
     </div>
@@ -6572,7 +6572,7 @@ validation constraints.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2078">line 2078</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2080">line 2080</a>
         </div>
         
     </div>
@@ -6697,7 +6697,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6708,7 +6708,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -6820,7 +6821,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -6844,7 +6846,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1876">line 1876</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1878">line 1878</a>
         </div>
         
     </div>
@@ -7024,7 +7026,7 @@ state of checkbox elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -7219,7 +7221,7 @@ was neither a string nor a function.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3628">line 3628</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3630">line 3630</a>
         </div>
         
     </div>
@@ -7367,7 +7369,7 @@ or a plain text string. If omitted, the <code>key</code> value is used as captio
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2055">line 2055</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2057">line 2057</a>
         </div>
         
     </div>
@@ -7526,7 +7528,7 @@ before it is written.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index ed91927e83238f06bb10cb6ee57a076162edf01d..2bf6516bb9b8a5495d15ee39f1b3c164c9e7e8a3 100644 (file)
@@ -3549,7 +3549,7 @@ specified when constructing the class instance.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3413">line 3413</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3415">line 3415</a>
         </div>
         
     </div>
@@ -4081,7 +4081,7 @@ this property will hold a reference to the parent option instance.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3479">line 3479</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3481">line 3481</a>
         </div>
         
     </div>
@@ -4185,7 +4185,7 @@ section ID as sole element. User code should not normally change this.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1083">line 1083</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1085">line 1085</a>
         </div>
         
     </div>
@@ -4383,7 +4383,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line887">line 887</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line889">line 889</a>
         </div>
         
     </div>
@@ -4537,7 +4537,7 @@ custom implementations.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1116">line 1116</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1118">line 1118</a>
         </div>
         
     </div>
@@ -4735,7 +4735,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1182">line 1182</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1184">line 1184</a>
         </div>
         
     </div>
@@ -4902,7 +4902,7 @@ depending on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1152">line 1152</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1154">line 1154</a>
         </div>
         
     </div>
@@ -5097,7 +5097,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line902">line 902</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line904">line 904</a>
         </div>
         
     </div>
@@ -5203,7 +5203,7 @@ elements load functions rejected with an error.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1015">line 1015</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1017">line 1017</a>
         </div>
         
     </div>
@@ -5420,7 +5420,7 @@ descendant of <code>AbstractValue</code>.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line931">line 931</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line933">line 933</a>
         </div>
         
     </div>
@@ -5528,7 +5528,7 @@ not meeting the validation constraints of their respective elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3552">line 3552</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3554">line 3554</a>
         </div>
         
     </div>
@@ -5636,7 +5636,7 @@ the form element's markup, including the markup of any child elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -5647,7 +5647,8 @@ the form element's markup, including the markup of any child elements.</td>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -5759,7 +5760,8 @@ the form element's markup, including the markup of any child elements.</td>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -5783,7 +5785,7 @@ the form element's markup, including the markup of any child elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line972">line 972</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line974">line 974</a>
         </div>
         
     </div>
@@ -6002,7 +6004,7 @@ contents. If omitted, no description will be rendered.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1052">line 1052</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1054">line 1054</a>
         </div>
         
     </div>
@@ -6271,7 +6273,7 @@ descendant of <code>AbstractValue</code>.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -6472,7 +6474,7 @@ was neither a string nor a function.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 7956a7ac5cfb0bb91be2d4f2d7e5899f47f448f4..522fb42deb9d70647d9b1907dedff537aa444df4 100644 (file)
@@ -3547,7 +3547,7 @@ element container, allowing to nest form sections into other sections.</p></div>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4649">line 4649</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4651">line 4651</a>
         </div>
         
     </div>
@@ -4813,7 +4813,7 @@ table section elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1750">line 1750</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1752">line 1752</a>
         </div>
         
     </div>
@@ -4991,7 +4991,7 @@ within the given specific section.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4761">line 4761</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4763">line 4763</a>
         </div>
         
     </div>
@@ -5166,7 +5166,7 @@ its <code>cfgvalue()</code> implementation will always return <code>null</code>.
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1632">line 1632</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1634">line 1634</a>
         </div>
         
     </div>
@@ -5387,7 +5387,7 @@ argument, this parameter is ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4770">line 4770</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4772">line 4772</a>
         </div>
         
     </div>
@@ -5562,7 +5562,7 @@ its <code>formvalue()</code> implementation will always return <code>null</code>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1801">line 1801</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1803">line 1803</a>
         </div>
         
     </div>
@@ -5740,7 +5740,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1939">line 1939</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1941">line 1941</a>
         </div>
         
     </div>
@@ -5887,7 +5887,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1957">line 1957</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1959">line 1959</a>
         </div>
         
     </div>
@@ -6037,7 +6037,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1925">line 1925</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1927">line 1927</a>
         </div>
         
     </div>
@@ -6185,7 +6185,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4710">line 4710</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4712">line 4712</a>
         </div>
         
     </div>
@@ -6368,7 +6368,7 @@ so it may return promises if overridden by user code.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4715">line 4715</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4717">line 4717</a>
         </div>
         
     </div>
@@ -6519,7 +6519,7 @@ validation constraints.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4752">line 4752</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4754">line 4754</a>
         </div>
         
     </div>
@@ -6638,7 +6638,7 @@ its <code>remove()</code> implementation is a no-op.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6649,7 +6649,8 @@ its <code>remove()</code> implementation is a no-op.</p>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -6761,7 +6762,8 @@ its <code>remove()</code> implementation is a no-op.</p>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -6785,7 +6787,7 @@ its <code>remove()</code> implementation is a no-op.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1876">line 1876</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1878">line 1878</a>
         </div>
         
     </div>
@@ -6965,7 +6967,7 @@ state of checkbox elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -7160,7 +7162,7 @@ was neither a string nor a function.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4736">line 4736</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4738">line 4738</a>
         </div>
         
     </div>
@@ -7306,7 +7308,7 @@ or a plain text string. If omitted, the <code>key</code> value is used as captio
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4744">line 4744</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4746">line 4746</a>
         </div>
         
     </div>
@@ -7457,7 +7459,7 @@ its <code>write()</code> implementation is a no-op.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 120e0cbcf7b088932a12d184ee6551424b17747a..d31b154cde65762084863f38ab20b4a34efb64c1 100644 (file)
@@ -3552,7 +3552,7 @@ value of the <code>addremove</code> property.</p></div>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2346">line 2346</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2348">line 2348</a>
         </div>
         
     </div>
@@ -4461,7 +4461,7 @@ The default is <code>null</code>, means inheriting from the parent form.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3088">line 3088</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3090">line 3090</a>
         </div>
         
     </div>
@@ -4782,7 +4782,7 @@ is shown.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1083">line 1083</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1085">line 1085</a>
         </div>
         
     </div>
@@ -4980,7 +4980,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line887">line 887</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line889">line 889</a>
         </div>
         
     </div>
@@ -5134,7 +5134,7 @@ custom implementations.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1116">line 1116</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1118">line 1118</a>
         </div>
         
     </div>
@@ -5332,7 +5332,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1182">line 1182</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1184">line 1184</a>
         </div>
         
     </div>
@@ -5499,7 +5499,7 @@ depending on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1152">line 1152</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1154">line 1154</a>
         </div>
         
     </div>
@@ -5694,7 +5694,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line902">line 902</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line904">line 904</a>
         </div>
         
     </div>
@@ -5800,7 +5800,7 @@ elements load functions rejected with an error.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1015">line 1015</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1017">line 1017</a>
         </div>
         
     </div>
@@ -6017,7 +6017,7 @@ descendant of <code>AbstractValue</code>.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line931">line 931</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line933">line 933</a>
         </div>
         
     </div>
@@ -6125,7 +6125,7 @@ not meeting the validation constraints of their respective elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6136,7 +6136,8 @@ not meeting the validation constraints of their respective elements.</td>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -6248,7 +6249,8 @@ not meeting the validation constraints of their respective elements.</td>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -6272,7 +6274,7 @@ not meeting the validation constraints of their respective elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2476">line 2476</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2478">line 2478</a>
         </div>
         
     </div>
@@ -6470,7 +6472,7 @@ contents. If omitted, no description will be rendered.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1052">line 1052</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1054">line 1054</a>
         </div>
         
     </div>
@@ -6739,7 +6741,7 @@ descendant of <code>AbstractValue</code>.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -6940,7 +6942,7 @@ was neither a string nor a function.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index f08f324d7b5c465740f06b9c62a6ed0086337758..707765f2f5aad2ada97ae76abb25d95bb5ce8e1b 100644 (file)
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4157">line 4157</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4159">line 4159</a>
         </div>
         
     </div>
@@ -4956,7 +4956,7 @@ table section elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1750">line 1750</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1752">line 1752</a>
         </div>
         
     </div>
@@ -5134,7 +5134,7 @@ within the given specific section.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1824">line 1824</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1826">line 1826</a>
         </div>
         
     </div>
@@ -5312,7 +5312,7 @@ different way.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1632">line 1632</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1634">line 1634</a>
         </div>
         
     </div>
@@ -5533,7 +5533,7 @@ argument, this parameter is ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1852">line 1852</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1854">line 1854</a>
         </div>
         
     </div>
@@ -5710,7 +5710,7 @@ It may be overwritten by user code to handle input values differently.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1801">line 1801</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1803">line 1803</a>
         </div>
         
     </div>
@@ -5888,7 +5888,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1939">line 1939</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1941">line 1941</a>
         </div>
         
     </div>
@@ -6035,7 +6035,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1957">line 1957</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1959">line 1959</a>
         </div>
         
     </div>
@@ -6185,7 +6185,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1925">line 1925</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1927">line 1927</a>
         </div>
         
     </div>
@@ -6333,7 +6333,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1778">line 1778</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1780">line 1780</a>
         </div>
         
     </div>
@@ -6516,7 +6516,7 @@ so it may return promises if overridden by user code.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1998">line 1998</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2000">line 2000</a>
         </div>
         
     </div>
@@ -6667,7 +6667,7 @@ validation constraints.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2078">line 2078</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2080">line 2080</a>
         </div>
         
     </div>
@@ -6792,7 +6792,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6803,7 +6803,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -6915,7 +6916,8 @@ implement alternative removal logic, e.g. to retain the original value.</p>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -6939,7 +6941,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1876">line 1876</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1878">line 1878</a>
         </div>
         
     </div>
@@ -7119,7 +7121,7 @@ state of checkbox elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -7314,7 +7316,7 @@ was neither a string nor a function.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2055">line 2055</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2057">line 2057</a>
         </div>
         
     </div>
@@ -7473,7 +7475,7 @@ before it is written.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index cb838a0413981b92d2d5dfbac13c2224d414d779..99b97932e7dc0e8f2bec3716891442575d2cd4b1 100644 (file)
@@ -3552,7 +3552,7 @@ value of the <code>addremove</code> property.</p></div>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2108">line 2108</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2110">line 2110</a>
         </div>
         
     </div>
@@ -4212,7 +4212,7 @@ this property will hold a reference to the parent option instance.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2196">line 2196</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2198">line 2198</a>
         </div>
         
     </div>
@@ -4342,7 +4342,7 @@ The sections will be rendered in the same order as the returned array.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1083">line 1083</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1085">line 1085</a>
         </div>
         
     </div>
@@ -4540,7 +4540,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line887">line 887</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line889">line 889</a>
         </div>
         
     </div>
@@ -4694,7 +4694,7 @@ custom implementations.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1116">line 1116</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1118">line 1118</a>
         </div>
         
     </div>
@@ -4892,7 +4892,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1182">line 1182</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1184">line 1184</a>
         </div>
         
     </div>
@@ -5059,7 +5059,7 @@ depending on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1152">line 1152</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1154">line 1154</a>
         </div>
         
     </div>
@@ -5254,7 +5254,7 @@ on the amount of passed arguments.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line902">line 902</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line904">line 904</a>
         </div>
         
     </div>
@@ -5360,7 +5360,7 @@ elements load functions rejected with an error.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1015">line 1015</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1017">line 1017</a>
         </div>
         
     </div>
@@ -5577,7 +5577,7 @@ descendant of <code>AbstractValue</code>.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line931">line 931</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line933">line 933</a>
         </div>
         
     </div>
@@ -5685,7 +5685,7 @@ not meeting the validation constraints of their respective elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2335">line 2335</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2337">line 2337</a>
         </div>
         
     </div>
@@ -5793,7 +5793,7 @@ the form element's markup, including the markup of any child elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -5804,7 +5804,8 @@ the form element's markup, including the markup of any child elements.</td>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -5916,7 +5917,8 @@ the form element's markup, including the markup of any child elements.</td>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -5940,7 +5942,7 @@ the form element's markup, including the markup of any child elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line972">line 972</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line974">line 974</a>
         </div>
         
     </div>
@@ -6159,7 +6161,7 @@ contents. If omitted, no description will be rendered.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1052">line 1052</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1054">line 1054</a>
         </div>
         
     </div>
@@ -6428,7 +6430,7 @@ descendant of <code>AbstractValue</code>.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -6629,7 +6631,7 @@ was neither a string nor a function.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index ce898d498bc1ffc8d75b83ba331337f4d04964cb..394b0dea4507a6f6f8bc7260831a7c4156a428dc 100644 (file)
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3563">line 3563</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3565">line 3565</a>
         </div>
         
     </div>
@@ -4761,7 +4761,7 @@ table section elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1750">line 1750</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1752">line 1752</a>
         </div>
         
     </div>
@@ -4939,7 +4939,7 @@ within the given specific section.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1824">line 1824</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1826">line 1826</a>
         </div>
         
     </div>
@@ -5117,7 +5117,7 @@ different way.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1632">line 1632</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1634">line 1634</a>
         </div>
         
     </div>
@@ -5338,7 +5338,7 @@ argument, this parameter is ignored.</p></td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1852">line 1852</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1854">line 1854</a>
         </div>
         
     </div>
@@ -5515,7 +5515,7 @@ It may be overwritten by user code to handle input values differently.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1801">line 1801</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1803">line 1803</a>
         </div>
         
     </div>
@@ -5693,7 +5693,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1939">line 1939</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1941">line 1941</a>
         </div>
         
     </div>
@@ -5840,7 +5840,7 @@ option implementation does not use <code>LuCI.ui</code> widgets.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1957">line 1957</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1959">line 1959</a>
         </div>
         
     </div>
@@ -5990,7 +5990,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1925">line 1925</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1927">line 1927</a>
         </div>
         
     </div>
@@ -6138,7 +6138,7 @@ returns <code>false</code>.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1778">line 1778</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1780">line 1780</a>
         </div>
         
     </div>
@@ -6321,7 +6321,7 @@ so it may return promises if overridden by user code.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1998">line 1998</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2000">line 2000</a>
         </div>
         
     </div>
@@ -6472,7 +6472,7 @@ validation constraints.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2078">line 2078</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2080">line 2080</a>
         </div>
         
     </div>
@@ -6597,7 +6597,7 @@ implement alternative removal logic, e.g. to retain the original value.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3637">line 3637</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3639">line 3639</a>
         </div>
         
     </div>
@@ -6705,7 +6705,7 @@ the form element's markup, including the markup of any child elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line286">line 286</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line288">line 288</a>
         </div>
         
     </div>
@@ -6716,7 +6716,8 @@ the form element's markup, including the markup of any child elements.</td>
     
     
     <div class="description">
-        <p>Strip any HTML tags from the given input string.</p>
+        <p>Strip any HTML tags from the given input string, and decode
+HTML entities.</p>
     </div>
     
 
@@ -6828,7 +6829,8 @@ the form element's markup, including the markup of any child elements.</td>
                         
                     
             </td>
-            <td class="description last">The cleaned input string with HTML tags removed.</td>
+            <td class="description last">The cleaned input string with HTML tags removed, and HTML
+entities decoded.</td>
         </tr>
     
     </tbody>
@@ -6852,7 +6854,7 @@ the form element's markup, including the markup of any child elements.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1876">line 1876</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line1878">line 1878</a>
         </div>
         
     </div>
@@ -7032,7 +7034,7 @@ state of checkbox elements.</p>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line325">line 325</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line327">line 327</a>
         </div>
         
     </div>
@@ -7225,7 +7227,7 @@ was neither a string nor a function.</td>
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3628">line 3628</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line3630">line 3630</a>
         </div>
         
     </div>
@@ -7373,7 +7375,7 @@ or a plain text string. If omitted, the <code>key</code> value is used as captio
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2055">line 2055</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line2057">line 2057</a>
         </div>
         
     </div>
@@ -7532,7 +7534,7 @@ before it is written.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index bab1b93e346114be2d31b0a754ed96a7b23a5e07..5fa6379dc2e1c933cdc2fd08a73bcbbffc840b27 100644 (file)
@@ -3577,7 +3577,7 @@ m.render().then(function(node) {
     
         
         <div class="tag-source">
-            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4773">line 4773</a>
+            <a href="form.js.html">form.js</a>, <a href="form.js.html#line4775">line 4775</a>
         </div>
         
     </div>
@@ -3730,7 +3730,7 @@ m.render().then(function(node) {
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 93b77dc498e792265eba34b5fc55c8bc0ba7e26b..99a2d6171089c0e2672b5da17490180a7d0c3b8c 100644 (file)
@@ -5919,7 +5919,7 @@ the failure reason.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 67dc6c350151b86bc2fc23a7d87456b80297752c..02420d5c6102e8b644ce9ab79db881361d37e1eb 100644 (file)
@@ -3935,7 +3935,7 @@ Note: Header-Names are case-insensitive.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 6c25d227ef365e6fb0b7273771117efaa7953546..8cd2380c26311ee5479e617fd5751f4e4efeb76b 100644 (file)
@@ -8342,7 +8342,7 @@ else <code>null</code>.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index cac002691529459a7efed3e40da7ddc0116b4aea..61f1bb6d9f384fd6a93f19ff973c10b5f84e5401 100644 (file)
@@ -6300,7 +6300,7 @@ when it is down or absent.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index de1647fcc82875538e3637d5641a2334df835c58..8b060048e58ce776ea97a9defd915e39c9da9fef 100644 (file)
@@ -4861,7 +4861,7 @@ is used as hint.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 89dcd82a43abb1bb67b2e2a5efac686b074b722c..220654808be7ada79fed143ebf998c3d6e2b9073 100644 (file)
@@ -8091,7 +8091,7 @@ configuration.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index ac3a1e9cab2883d1a8bcc2d9abd25760273d45bb..c0d8fa78d408c0d11fd5d959375010bdaba1ede9 100644 (file)
@@ -5232,7 +5232,7 @@ configuration.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index c7e04cc4c323edb8fe20f02929a13fc8728c34fc..44639284c48bbb5ed64b1261d6e6f1c53c02c0c5 100644 (file)
@@ -7822,7 +7822,7 @@ configuration.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 7ff01bdd51908275ec130067e99010fecad6f01f..285e4b6fec8204241b5ef846a521b0b864f1b2d2 100644 (file)
@@ -9670,7 +9670,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.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 58b611d353e9b8dea7031853ca8cbe75e81c5fc7..9e677e1459ef57ff2b9611e7882efcb43adc0d99 100644 (file)
@@ -4318,7 +4318,7 @@ run to begin with.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 58c2a11f20fc3c9d322c2d2586748b342abb9b4c..13dcecb2779e7c1cb995395425914b724551da34 100644 (file)
@@ -5253,7 +5253,7 @@ instances as sole argument during the HTTP request transfer.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 3634f38fb9cb93ff8cc0c15687a0e807cb7bdc01..bb2b4857e446535d5fd8f88946a29b5930789fb6 100644 (file)
@@ -4437,7 +4437,7 @@ else <code>null</code>.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 4e9c3610f150728f2cef244f93f05be2a92739d7..b3301677bd0db400ea44cf19c8c01b7cb31694c9 100644 (file)
@@ -4395,7 +4395,7 @@ using <code>String()</code> and treated as response text.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 510cab375eb8eea6a04a56a0afb610351040e2aa..99efc02ef69c4938da8c6b8fc6bb611ff8443912 100644 (file)
@@ -5726,7 +5726,7 @@ to the <code>expect</code> and <code>filter</code> declarations.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 66fd4a9cce5cef910ba11c81c7663046b67b5940..7acf64a6b321bb05eca9f3c84cb0706189c1efc9 100644 (file)
@@ -4165,7 +4165,7 @@ being put in the session store.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index e103bf68ca158cbce4f5b800afcdea43ea36e838..10d72ed49ad3a43c069cbee1e931e23f495f064e 100644 (file)
@@ -7213,7 +7213,7 @@ associated name as arguments.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 0f053462909257ec7424efffe8cd792ec502cf0d..aa8418e995404ddfae5c5ca6cb126a3af0ad82f5 100644 (file)
@@ -5269,7 +5269,7 @@ and are displayed in a slightly faded style.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index a7cb654b74f932ad62c8bb68ac27c7b425b19645..712f19783cda84b52b1a508d30cc263520413657 100644 (file)
@@ -5383,7 +5383,7 @@ it is required for HTML based form submissions.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 78a5137d07dd9147aa26bf18ce6ab75f245b4a78..658b677613c24627d7944d42e3f1ea36b48667b6 100644 (file)
@@ -5413,7 +5413,7 @@ choice value as second argument.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index af054f452ba9d1c3aa9500df396e07f013ce2917..be916f5a28f30e641f93d346e9d0bb6f4116ef61 100644 (file)
@@ -5316,7 +5316,7 @@ forcibly set to <code>true</code>.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index da5c40593d8ecebf50d8d14da25f3b1db3964041..056561c079e257f4071a8e2c2b8240193c8c4823 100644 (file)
@@ -6114,7 +6114,7 @@ expression. Only applicable when <code>create</code> is <code>true</code>.</p></
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index bceb0c5ef93b702c962326c0d2cb368ef37a9dc3..accb6e511c56ba184622bacf9321a49f3393ae34 100644 (file)
@@ -5491,7 +5491,7 @@ it to remain unselected.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 4e59947a6fe29ae2f88fa6369e1ed054274305bb..84ba6eca4b579538744c0970c75c1b7412e8fc9d 100644 (file)
@@ -5414,7 +5414,7 @@ ACL setup for the current session.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index ccdde8a2f2057a5a1faf317078a84e4e3cd8b429..409d2939cfbc58221c2dd0ce67447738df41c56a 100644 (file)
@@ -5094,7 +5094,7 @@ trigger validation runs, e.g. when programmatically altering values.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 70e5d6c3ac8385015ab92df9dcf21af5d070559d..befeacd9be63017a6edcdd6115738bc8f2be5827 100644 (file)
@@ -5446,7 +5446,7 @@ selected yet. Only applicable to the <code>select</code> widget type.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 5f06d2f06e0c967a51f67a32bd7b35da9ee5731e..08df57c92254c0900243afab3555a9dcadcdaff1 100644 (file)
@@ -5392,7 +5392,7 @@ contents.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 8caca064c17fdbe4969bde4f0797152caa59672d..cda714d9bb3c4b3f168aeec880b82720ac88efc6 100644 (file)
@@ -5320,7 +5320,7 @@ corresponding <code>&lt;input&gt;</code> element is empty.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 62f5ed5aa158b013b98608f9f288fe51ab234ade..8195466c4549bb78d8b4d0df9eaedf0c9f05092f 100644 (file)
@@ -4172,7 +4172,7 @@ is removed.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index a9b744ca1058ad8ecf3910d2a143d8aea54b26ae..a8867d5c9a2642505e60646f36c6403c5378055a 100644 (file)
@@ -6268,7 +6268,7 @@ cancelled by the user.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 3dddb9fdde627c2f348fab5a88b354290b5e527b..224792cafcec6ccb71b7fd2644b62e8bd2b0d00e 100644 (file)
@@ -4219,7 +4219,7 @@ internal root node if omitted.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index bdfcda9cc1ee3f34e07211d4dadf34c72712f03a..ec868114f9dab0d13e4f4ab6a0842cb897d12569 100644 (file)
@@ -3919,7 +3919,7 @@ DOM node.</p></td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 5801c866e84e62f8ce011d7d774eb14f647d855c..1d2cb420f3861221a4992718bf5ca590a516078d 100644 (file)
@@ -4523,7 +4523,7 @@ to a <code>Node</code> value.</td>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 53267e2963c36fd7caaf751261a9ba754400c4b5..01146614c6ed34c5edc58e5e3b85ad411a10b5a2 100644 (file)
@@ -4487,7 +4487,7 @@ when invoked.</p>
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:55 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:29 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 0f2f3b5e36537db9f4c0aa00fcb77a20f7e41354..94bdc95504d0c5f1eb531e877e4985d9428c16cd 100644 (file)
@@ -3797,16 +3797,18 @@ var CBIAbstractElement = baseclass.extend(/** @lends LuCI.form.AbstractElement.p
        },
 
        /**
-        * Strip any HTML tags from the given input string.
+        * Strip any HTML tags from the given input string, and decode
+        * HTML entities.
         *
         * @param {string} s
         * The input string to clean.
         *
         * @returns {string}
-        * The cleaned input string with HTML tags removed.
+        * The cleaned input string with HTML tags removed, and HTML
+        * entities decoded.
         */
        stripTags: function(s) {
-               if (typeof(s) == 'string' &amp;&amp; !s.match(/[&lt;>]/))
+               if (typeof(s) == 'string' &amp;&amp; !s.match(/[&lt;>\&amp;]/))
                        return s;
 
                var x = dom.elem(s) ? s : dom.parse('&lt;div>' + s + '&lt;/div>');
@@ -8370,7 +8372,7 @@ return baseclass.extend(/** @lends LuCI.form.prototype */ {
         
 
         <footer>
-            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:54 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index b40bd82102fa481221c63fea72890dfdcb285809..04eca190ad88552ef3a794d6f5af3f99090b81de 100644 (file)
@@ -3961,7 +3961,7 @@ return FileSystem;
         
 
         <footer>
-            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:54 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 1c3c15a907821134a2bd45b4d5c51d8d9b786ae2..1df9cf91f34c8e015cbe135157c06df81e051691 100644 (file)
@@ -3548,7 +3548,7 @@ is the central <a target="_blank" href="https://openwrt.github.io/luci/jsapi/LuC
         
 
         <footer>
-            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:54 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 4423f4691510b53aeea087632b82258fae91f942..acaef073864045244bf58185b7ed0f826c0cdce8 100644 (file)
         
 
         <footer>
-            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:54 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 1f4034f1196b76626d74e2839fc3ad66c4ae069f..200d10e252cf26702d26d9cfe2329f8b58a0ac22 100644 (file)
@@ -7933,7 +7933,7 @@ return Network;
         
 
         <footer>
-            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:54 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index f491d09fa1d63e047478c793bd3497436283c0ed..7584d87e7fe47fa757e2edc2749930f780e3ac3f 100644 (file)
@@ -4017,7 +4017,7 @@ return baseclass.extend(/** @lends LuCI.rpc.prototype */ {
         
 
         <footer>
-            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:54 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 2b55ed7934c57e131021b771459332e67b63267a..b7a01c8d59320019d1828e441bc72f27abc07093 100644 (file)
@@ -4520,7 +4520,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
         
 
         <footer>
-            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:54 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>
index 7024a31c17404abbd9845042db1951a5b9eb20f9..b910f17ef45996be93f8784ef7577cccca7d57df 100644 (file)
@@ -8522,7 +8522,7 @@ return UI;
         
 
         <footer>
-            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Sep 14 2024 22:46:54 GMT+0000 (Coordinated Universal Time)
+            Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Sep 18 2024 22:20:28 GMT+0000 (Coordinated Universal Time)
         </footer>
     </div>
 </div>