DateTextBox.php #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • application/
  • ui/
  • views/
  • helpers/
  • DateTextBox.php
  • View
  • Commits
  • Open Download .zip Download (411 B)
<?php
/**
 * View helper for the DateTextBox.
 *
 * @copyright   2011 Perforce Software. All rights reserved.
 * @license     Please see LICENSE.txt in top-level folder of this distribution.
 * @version     <release>/<patch>
 */
class Ui_View_Helper_DateTextBox
    extends Zend_Dojo_View_Helper_DateTextBox
{
    protected $_dijit  = 'p4cms.ui.DateTextBox';

    protected $_module = 'p4cms.ui.DateTextBox';
}
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/application/ui/views/helpers/DateTextBox.php
#1 8972 Matt Attaway Initial add of the Chronicle source code