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_ValidationTextBox */ |
22 /** Zend_Dojo_Form_Element_ValidationTextBox */ |
23 require_once 'Zend/Dojo/Form/Element/ValidationTextBox.php'; |
23 require_once 'Zend/Dojo/Form/Element/ValidationTextBox.php'; |
26 * NumberTextBox dijit |
26 * NumberTextBox dijit |
27 * |
27 * |
28 * @uses Zend_Dojo_Form_Element_ValidationTextBox |
28 * @uses Zend_Dojo_Form_Element_ValidationTextBox |
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: NumberTextBox.php 20096 2010-01-06 02:05:09Z bkarwin $ |
33 * @version $Id: NumberTextBox.php 24593 2012-01-05 20:35:02Z matthew $ |
34 */ |
34 */ |
35 class Zend_Dojo_Form_Element_NumberTextBox extends Zend_Dojo_Form_Element_ValidationTextBox |
35 class Zend_Dojo_Form_Element_NumberTextBox extends Zend_Dojo_Form_Element_ValidationTextBox |
36 { |
36 { |
37 /** |
37 /** |
38 * Use NumberTextBox dijit view helper |
38 * Use NumberTextBox dijit view helper |