Update html.form.class.php
This commit is contained in:
parent
6f34a84a9a
commit
7b85a7977b
@ -3805,12 +3805,12 @@ class Form
|
||||
* @param string $selected Id of category preselected or 'auto' (autoselect category if there is only one element)
|
||||
* @param string $htmlname HTML field name
|
||||
* @param int $maxlength Maximum length for labels
|
||||
* @param int|string|array $markafterid Removed all categories including the leaf $markafterid in category tree (exclude) or Keep only of category is inside the leaf starting with this id.
|
||||
* @param int|string|array $markafterid Keep only or removed all categories including the leaf $markafterid in category tree (exclude) or Keep only of category is inside the leaf starting with this id.
|
||||
* $markafterid can be an : int (id of category)
|
||||
* string (categories ids seprated by comma)
|
||||
* array (list of categories ids)
|
||||
* @param int $outputmode 0=HTML select string, 1=Array
|
||||
* @param int $include [=0] Exlude or 1=Include
|
||||
* @param int $include [=0] Removed or 1=Keep only
|
||||
* @return string
|
||||
* @see select_categories()
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user