addElement( 'select', 'type', array( 'label' => 'Block Type', 'multiOptions' => array( self::TYPE_CALENDAR => 'Calendar', self::TYPE_DETAILS => 'Details', ) ) ); return $this; } }