'Default', self::TYPE_BOTTOM => 'Bottom Slider', self::TYPE_SIDE_BANNER => 'Side Banner' ); $this->addElement( 'select', 'type', array( 'label' => 'Block Type', 'multiOptions' => $options ) ); $this->addElement( 'text', 'itemsOnSlide', array( 'label' => 'Items On Slide', 'required' => true, 'validators' => array('Int') ) ); return $this; } }