|
dolibarr
13.0.2
|
Class to manage component html for module website. More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. More... | |
| selectWebsite ($selected= '', $htmlname= 'exportmodelid', $useempty=0) | |
| Return HTML select list of websites. More... | |
| selectTypeOfContainer ($htmlname, $selected= '', $useempty=0, $moreattrib= '', $addjscombo=0) | |
| Return a HTML select list of type of containers from the dictionary. More... | |
| selectSampleOfContainer ($htmlname, $selected= '', $useempty=0, $moreattrib= '', $addjscombo=0) | |
| Return a HTML select list of samples of containers content. More... | |
| selectContainer ($website, $htmlname= 'pageid', $pageid=0, $showempty=0, $action= '', $morecss= 'minwidth200', $excludeids=null) | |
| Return a HTML select list of containers of a website. More... | |
Public Attributes | |
| $num | |
| var int A number of lines | |
Class to manage component html for module website.
Definition at line 28 of file html.formwebsite.class.php.
| FormWebsite::__construct | ( | $db | ) |
| FormWebsite::selectContainer | ( | $website, | |
$htmlname = 'pageid', |
|||
$pageid = 0, |
|||
$showempty = 0, |
|||
$action = '', |
|||
$morecss = 'minwidth200', |
|||
$excludeids = null |
|||
| ) |
Return a HTML select list of containers of a website.
Note: $website->lines must have been loaded.
| Website | $website | Object Website |
| string | $htmlname | Name of select zone |
| int | $pageid | Preselected container ID |
| int | $showempty | Show empty record |
| string | $action | Action on page that use this select list |
| string | $morecss | More CSS |
| array | $excludeids | Exclude some ID in list |
Definition at line 240 of file html.formwebsite.class.php.
References $num, ajax_combobox(), and if.
| FormWebsite::selectSampleOfContainer | ( | $htmlname, | |
$selected = '', |
|||
$useempty = 0, |
|||
$moreattrib = '', |
|||
$addjscombo = 0 |
|||
| ) |
Return a HTML select list of samples of containers content.
| string | $htmlname | Name of select zone |
| string | $selected | Selected value |
| int | $useempty | 1=Add an empty value in list |
| string | $moreattrib | More attributes on HTML select tag |
| int | $addjscombo | Add js combo |
Definition at line 176 of file html.formwebsite.class.php.
References ajax_combobox(), and dol_dir_list().
| FormWebsite::selectTypeOfContainer | ( | $htmlname, | |
$selected = '', |
|||
$useempty = 0, |
|||
$moreattrib = '', |
|||
$addjscombo = 0 |
|||
| ) |
Return a HTML select list of type of containers from the dictionary.
| string | $htmlname | Name of select zone |
| string | $selected | Selected value |
| int | $useempty | 1=Add an empty value in list, 2=Add an empty value in list only if there is more than 2 entries. |
| string | $moreattrib | More attributes on HTML select tag |
| int | $addjscombo | Add js combo |
Definition at line 113 of file html.formwebsite.class.php.
References $num, ajax_combobox(), db, dol_print_error(), dol_syslog(), info_admin(), and print.
| FormWebsite::selectWebsite | ( | $selected = '', |
|
$htmlname = 'exportmodelid', |
|||
$useempty = 0 |
|||
| ) |
Return HTML select list of websites.
| string | $selected | Id modele pre-selectionne |
| string | $htmlname | Name of HTML select |
| int | $useempty | Show empty value or not |
Definition at line 62 of file html.formwebsite.class.php.
References $num, db, and dol_print_error().