addElement('select', 'type', [ 'label' => 'Block Type', 'multiOptions' => [ self::TYPE_CALENDAR => 'Calendar', self::TYPE_DETAILS => 'Details', self::TYPE_SPECIAL => 'Special Event', ], ]); $this->addElement('select', 'showAs', [ 'label' => 'Show As', 'multiOptions' => $this->getConfigArray('markedAsOptions'), ]); return $this; } }