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