Procedural File: _generic_recursive_list.inc.php
Source Location: /blogs/inc/generic/views/_generic_recursive_list.inc.php
Page Details
This file implements the generic recrusive editor list.
This file is part of the evoCore framework - http://evocore.net/ See also http://sourceforge.net/projects/evocms/.
| Author: | mbruneau: Marc BRUNEAU / PROGIDISTRI |
| Author: | fplanque: Francois PLANQUE. |
| Version: | $Id: _generic_recursive_list.inc.php,v 1.3 2008/01/21 09:35:31 fplanque Exp $ |
| Copyright: | (c)2003-2008 by Francois PLANQUE - http://fplanque.net/ Parts of this file are copyright (c)2005-2006 by PROGIDISTRI - http://progidistri.com/. |
| Filesource: | Source Code for this file |
Functions
cat_after_level [line 126]
|
Generate code when exiting from a level
Parameters:| int | $level: | level of the category in the recursive tree |
API Tags:
| Return: | HTML |
[ Top ]
cat_before_level [line 115]
|
Generate code when entering a new level
Parameters:| int | $level: | level of the category in the recursive tree |
API Tags:
| Return: | HTML |
[ Top ]
cat_line [line 57]
|
Generate category line when it has children
Parameters:| GenericCategory | $GenericCategory: | generic category we want to display |
| int | $level: | level of the category in the recursive tree |
API Tags:
| Return: | HTML |
[ Top ]
cat_no_children [line 103]
|
Generate category line when it has no children
Parameters:| GenericCategory | $GenericCategory: | generic category we want to display |
| int | $level: | level of the category in the recursive tree |
API Tags:
| Return: | HTML |
[ Top ]
