equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Dojo |
16 * @package Zend_Dojo |
17 * @subpackage Form_Element |
17 * @subpackage Form_Element |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 */ |
20 */ |
21 |
21 |
22 /** Zend_Dojo_Form_Element_Dijit */ |
22 /** Zend_Dojo_Form_Element_Dijit */ |
23 require_once 'Zend/Dojo/Form/Element/Dijit.php'; |
23 require_once 'Zend/Dojo/Form/Element/Dijit.php'; |
26 * TextBox dijit |
26 * TextBox dijit |
27 * |
27 * |
28 * @category Zend |
28 * @category Zend |
29 * @package Zend_Dojo |
29 * @package Zend_Dojo |
30 * @subpackage Form_Element |
30 * @subpackage Form_Element |
31 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
31 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
32 * @license http://framework.zend.com/license/new-bsd New BSD License |
32 * @license http://framework.zend.com/license/new-bsd New BSD License |
33 * @version $Id: TextBox.php 20096 2010-01-06 02:05:09Z bkarwin $ |
33 * @version $Id: TextBox.php 24593 2012-01-05 20:35:02Z matthew $ |
34 */ |
34 */ |
35 class Zend_Dojo_Form_Element_TextBox extends Zend_Dojo_Form_Element_Dijit |
35 class Zend_Dojo_Form_Element_TextBox extends Zend_Dojo_Form_Element_Dijit |
36 { |
36 { |
37 /** |
37 /** |
38 * Use TextBox dijit view helper |
38 * Use TextBox dijit view helper |