diff options
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 |