Source for file form_field_date_view.class.php
Documentation is available at form_field_date_view.class.php
// *** Tangra (Application Framework and Tools for PHP)
* Contains class Form_Field_Date_View
require_once(TANGRA_MAIN_DIR. 'form/fields/text/form_field_text_view.class.php');
require_once(TANGRA_MAIN_DIR. 'form/fields/date/form_field_date.class.php');
* View class for Form_Field_Date
* @param string $tpl_name Field name for template
* @param Form_Field_Date $field
function __construct($tpl_name, Form_Field_Date $field) {
|