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-2012 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2015 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'; |
28 * Note: this would be easier with mixins or traits... |
28 * Note: this would be easier with mixins or traits... |
29 * |
29 * |
30 * @uses Zend_Dojo_Form_Element_Dijit |
30 * @uses Zend_Dojo_Form_Element_Dijit |
31 * @package Zend_Dojo |
31 * @package Zend_Dojo |
32 * @subpackage Form_Element |
32 * @subpackage Form_Element |
33 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
33 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
34 * @license http://framework.zend.com/license/new-bsd New BSD License |
34 * @license http://framework.zend.com/license/new-bsd New BSD License |
35 * @version $Id: DijitMulti.php 24593 2012-01-05 20:35:02Z matthew $ |
35 * @version $Id$ |
36 */ |
36 */ |
37 abstract class Zend_Dojo_Form_Element_DijitMulti extends Zend_Dojo_Form_Element_Dijit |
37 abstract class Zend_Dojo_Form_Element_DijitMulti extends Zend_Dojo_Form_Element_Dijit |
38 { |
38 { |
39 /** |
39 /** |
40 * Array of options for multi-item |
40 * Array of options for multi-item |