Subversion Repositories Applications.papyrus

Rev

Rev 1108 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1108 Rev 2150
Line 21... Line 21...
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id$
22
// CVS : $Id$
23
/**
23
/**
24
* Formulaire
24
* Formulaire
25
*
25
*
26
* Classe générique pour créer des formulaires
26
* Classe générique pour créer des formulaires
27
*
27
*
28
*@package Formulaire
28
*@package Formulaire
29
//Auteur original :
29
//Auteur original :
30
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
30
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
31
//Autres auteurs :
31
//Autres auteurs :
Line 65... Line 65...
65
class HTML_formulaire extends HTML_Quickform {
65
class HTML_formulaire extends HTML_Quickform {
66
    /**
66
    /**
67
     *  Constructeur
67
     *  Constructeur
68
     *
68
     *
69
     * @param string formName Le nom du formulaire
69
     * @param string formName Le nom du formulaire
70
     * @param string method Méthode post ou get
70
     * @param string method Méthode post ou get
71
     * @param string action L'action du formulaire.
71
     * @param string action L'action du formulaire.
72
     * @param int target La cible.
72
     * @param int target La cible.
73
     * @param Array attributes Les attributs HTML en plus.
73
     * @param Array attributes Les attributs HTML en plus.
74
     * @param bool trackSubmit ??
74
     * @param bool trackSubmit ??
75
     * @return void
75
     * @return void