Documentation for Doxygen
This commit is contained in:
parent
9e9fc58485
commit
4886d78356
96 changed files with 536 additions and 119 deletions
|
|
@ -19,13 +19,23 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||
|
||||
/*!\file
|
||||
/*!
|
||||
* \file
|
||||
* \brief Html Input , create a tag <SELECT> ... </SELECT>
|
||||
* if readonly == true then display the label corresponding to the selected value
|
||||
* You can use also $this->rowsize to specify the number of lines to display
|
||||
*
|
||||
* @see Database::make_array
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \class ISelect
|
||||
* \brief Html Input , create a tag <SELECT> ... </SELECT>
|
||||
* if readonly == true then display the label corresponding to the selected value
|
||||
* You can use also $this->rowsize to specify the number of lines to display
|
||||
*
|
||||
* @see Database::make_array
|
||||
*/
|
||||
class ISelect extends HtmlInput
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue