Doxygen
This commit is contained in:
parent
3d5361832d
commit
517a0091d6
@ -162,13 +162,13 @@ class FormWebsite
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return a HTML select list of a dictionary
|
* Return a HTML select list of type of containers
|
||||||
*
|
*
|
||||||
* @param string $htmlname Name of select zone
|
* @param string $htmlname Name of select zone
|
||||||
* @param string $selected Selected value
|
* @param string $selected Selected value
|
||||||
* @param int $useempty 1=Add an empty value in list
|
* @param int $useempty 1=Add an empty value in list
|
||||||
* @param string $moreattrib More attributes on HTML select tag
|
* @param string $moreattrib More attributes on HTML select tag
|
||||||
* @return void
|
* @return string HTML select component with list of type of containers
|
||||||
*/
|
*/
|
||||||
public function selectSampleOfContainer($htmlname, $selected = '', $useempty = 0, $moreattrib = '')
|
public function selectSampleOfContainer($htmlname, $selected = '', $useempty = 0, $moreattrib = '')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user