diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-05 09:31:27 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-11-05 09:37:52 +0100 |
commit | d80dd2291ff01d264dfa802b769fa19756f07821 (patch) | |
tree | dfe7d9dc3cd772f635bdd8a4d29d55822d846149 /documentation/api/modules/luci.dispatcher.html | |
parent | 3942789dc62d6a0e7fcfb0a935bfe5c8d372245b (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.html | 44 |
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> (func, order)</td> - <td class="summary"> - -Register a tree modifier.</td> - </tr> - - <tr> <td class="name" nowrap><a href="#node">node</a> (...)</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> (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> (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> (...)</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 |