dolibarr 21.0.0-alpha
|
Class to manage HTML component for ECM and generic filemanager. More...
Public Member Functions | |
__construct ($db) | |
Constructor. | |
selectAllSections ($selected=0, $select_name='', $module='ecm', $ids_to_ignore=array()) | |
Return list of sections. | |
Class to manage HTML component for ECM and generic filemanager.
Definition at line 28 of file htmlecm.form.class.php.
FormEcm::__construct | ( | $db | ) |
Constructor.
Definition at line 46 of file htmlecm.form.class.php.
FormEcm::selectAllSections | ( | $selected = 0, | |
$select_name = '', | |||
$module = 'ecm', | |||
$ids_to_ignore = array() ) |
Return list of sections.
int | $selected | Id of preselected section |
string | $select_name | Name of HTML select component |
string | $module | Module ('ecm', 'medias', ...) |
array | $ids_to_ignore | Array of id to ignore |
Definition at line 61 of file htmlecm.form.class.php.
References ajax_combobox(), dol_dir_list(), and dol_escape_htmltag().