Procedural File: _generic_recursive_list.inc.php
Source Location: /blogs/inc/VIEW/generic/_generic_recursive_list.inc.php
Page Details
This file implements the element list 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.2.4.1 2006/09/26 23:56:35 blueyed Exp $ |
| Copyright: | (c)2003-2006 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 123]
|
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 112]
|
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 55]
|
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 100]
|
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 ]
