|
dolibarr 21.0.4
|
Class to manage component html for module website. More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. | |
| selectWebsite ($selected='', $htmlname='exportmodelid', $useempty=0) | |
| Return HTML select list of websites. | |
| selectTypeOfContainer ($htmlname, $selected='', $useempty=0, $moreattrib='', $addjscombo=0, $morecss='minwidth200') | |
| Return a HTML select list of type of containers from the dictionary. | |
| selectSampleOfContainer ($htmlname, $selected='', $useempty=0, $moreattrib='', $addjscombo=0, $morecss='minwidth200') | |
| Return a HTML select list of samples of containers content. | |
| selectContainer ($website, $htmlname='pageid', $pageid=0, $showempty=0, $action='', $morecss='minwidth200', $excludeids=null) | |
| Return a HTML select list of containers of a website. | |
| getContentPageTemplate ($htmlContent='message') | |
| Return HTML code for selection of page layout. | |
Class to manage component html for module website.
Definition at line 29 of file html.formwebsite.class.php.
| FormWebsite::__construct | ( | $db | ) |
Constructor.
Definition at line 52 of file html.formwebsite.class.php.
| FormWebsite::getContentPageTemplate | ( | $htmlContent = 'message' | ) |
Return HTML code for selection of page layout.
| string | $htmlContent | HTML name of WYSIWYG field |
Definition at line 350 of file html.formwebsite.class.php.
References dol_dir_list(), dol_sanitizeFileName(), and make_substitutions().
| 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<0,1> | $showempty Show empty record | |
| string | $action | Action on page that use this select list |
| string | $morecss | More CSS |
| null | string[] | $excludeids | Exclude some ID in list |
Definition at line 264 of file html.formwebsite.class.php.
References $conf, and ajax_combobox().
| FormWebsite::selectSampleOfContainer | ( | $htmlname, | |
| $selected = '', | |||
| $useempty = 0, | |||
| $moreattrib = '', | |||
| $addjscombo = 0, | |||
| $morecss = 'minwidth200' ) |
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 |
| string | $morecss | More css |
Definition at line 204 of file html.formwebsite.class.php.
References ajax_combobox(), and dol_dir_list().
| FormWebsite::selectTypeOfContainer | ( | $htmlname, | |
| $selected = '', | |||
| $useempty = 0, | |||
| $moreattrib = '', | |||
| $addjscombo = 0, | |||
| $morecss = 'minwidth200' ) |
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 |
| string | $morecss | More CSS |
Definition at line 114 of file html.formwebsite.class.php.
References $conf, ajax_combobox(), dol_syslog(), and info_admin().
| 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 66 of file html.formwebsite.class.php.
References dol_print_error().