Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
FormDate Class Reference
+ Collaboration diagram for FormDate:

Public Member Functions

 FormDate ($time, $name)
 
 Get ()
 

Data Fields

 $formdate
 

Detailed Description

Definition at line 34 of file Class.FormDate.php.

Member Function Documentation

FormDate (   $time,
  $name 
)

Definition at line 65 of file Class.FormDate.php.

Get ( )

Definition at line 74 of file Class.FormDate.php.

Field Documentation

$formdate
Initial value:
= '
<input type="hidden" name="[NOM_DATE]" value="[VALEUR_DATE]">
<small>
<select size="1"
onChange="checkdate(this.form,this.form.[NOM_DATE],this.form.[NOM_DATE]_day,this.form.[NOM_DATE]_month,this.form.[NOM_DATE]_year, 1999, 2009 );"
name="[NOM_DATE]_day">
[BLOCK JOUR]
<option value="[jour]" [selected_jour]>[jour]</option>
[ENDBLOCK JOUR]
</select>
<select size="1"
onChange="checkdate(this.form,this.form.[NOM_DATE],this.form.[NOM_DATE]_day,this.form.[NOM_DATE]_month,this.form.[NOM_DATE]_year, 1999, 2009 );"
name="[NOM_DATE]_month">
[BLOCK MOIS]
<option value="[val_mois]" [selected_mois]>[mois]</option>
[ENDBLOCK MOIS]
</select>
<select size="1"
onChange="checkdate(this.form,this.form.[NOM_DATE],this.form.[NOM_DATE]_day,this.form.[NOM_DATE]_month,this.form.[NOM_DATE]_year, 1999, 2009 );"
name="[NOM_DATE]_year">
[BLOCK ANNEE]
<option value="[annee]" [selected_annee]>[annee]</option>
[ENDBLOCK ANNEE]
</select>
'

Definition at line 39 of file Class.FormDate.php.


The documentation for this class was generated from the following file:
← centre documentaire © anakeen