summaryrefslogtreecommitdiffhomepage
path: root/documentation/api/modules/luci.dispatcher.html
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-11-05 09:31:27 +0100
committerJo-Philipp Wich <jo@mein.io>2019-11-05 09:37:52 +0100
commitd80dd2291ff01d264dfa802b769fa19756f07821 (patch)
treedfe7d9dc3cd772f635bdd8a4d29d55822d846149 /documentation/api/modules/luci.dispatcher.html
parent3942789dc62d6a0e7fcfb0a935bfe5c8d372245b (diff)
documentation: update Lua API docs
Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit 2ae6e3c6b3c3b65cd955bb10fb9065beebc5ffd2)
Diffstat (limited to 'documentation/api/modules/luci.dispatcher.html')
-rw-r--r--documentation/api/modules/luci.dispatcher.html44
1 files changed, 2 insertions, 42 deletions
diff --git a/documentation/api/modules/luci.dispatcher.html b/documentation/api/modules/luci.dispatcher.html
index e4b12e676e..ea33a5c706 100644
--- a/documentation/api/modules/luci.dispatcher.html
+++ b/documentation/api/modules/luci.dispatcher.html
@@ -335,13 +335,6 @@ Lookup node in dispatching tree.</td>
</tr>
<tr>
- <td class="name" nowrap><a href="#modifier">modifier</a>&nbsp;(func, order)</td>
- <td class="summary">
-
-Register a tree modifier.</td>
- </tr>
-
- <tr>
<td class="name" nowrap><a href="#node">node</a>&nbsp;(...)</td>
<td class="summary">
@@ -352,7 +345,7 @@ Fetch or create a new dispatching node.</td>
<td class="name" nowrap><a href="#node_childs">node_childs</a>&nbsp;(node)</td>
<td class="summary">
-Return a sorted table of visible childs within a given node
+Return a sorted table of visible children within a given node
</td>
</tr>
@@ -948,39 +941,6 @@ Node object, canonical url or nil if the path was not found.
-<dt><a name="modifier"></a><strong>modifier</strong>&nbsp;(func, order)</dt>
-<dd>
-
-
-Register a tree modifier.
-
-
-
-<h3>Parameters</h3>
-<ul>
-
- <li>
- func: Modifier function
- </li>
-
- <li>
- order: Modifier order value (optional)
- </li>
-
-</ul>
-
-
-
-
-
-
-
-
-</dd>
-
-
-
-
<dt><a name="node"></a><strong>node</strong>&nbsp;(...)</dt>
<dd>
@@ -1017,7 +977,7 @@ Dispatching tree node
<dd>
-Return a sorted table of visible childs within a given node
+Return a sorted table of visible children within a given node