Documentation
This commit is contained in:
parent
9814e9a644
commit
494961a3b9
1 changed files with 4 additions and 2 deletions
|
|
@ -20,6 +20,10 @@
|
|||
/**
|
||||
* @file
|
||||
* @brief display a kind of select
|
||||
*/
|
||||
|
||||
/**
|
||||
* Display a kind of select
|
||||
* @include select-box-test.php
|
||||
*/
|
||||
|
||||
|
|
@ -37,8 +41,6 @@ class Select_Box
|
|||
* @param type $p_id javascript DOMid
|
||||
* @param type $value Label to display
|
||||
* @example select-box-test.php
|
||||
*
|
||||
*
|
||||
*/
|
||||
function __construct($p_id, $value)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue