Source for file form_field_hidden_view.class.php
Documentation is available at form_field_hidden_view.class.php
// *** Tangra (Application Framework and Tools for PHP)
* Contains class Form_Field_Hidden_View
require_once(TANGRA_MAIN_DIR. 'form/fields/form_field_view.class.php');
require_once(TANGRA_MAIN_DIR. 'form/fields/hidden/form_field_hidden.class.php');
* View class for Form_Field_Hidden
* @param unknown_type $tpl_name Field name for template
* @param Form_Field_Hidden $field Field object
function __construct($tpl_name, Form_Field_Hidden $field) {
|