addElement( 'htmlEditor', 'aboutBlock1', ['label' => 'My Services', 'required' => true, 'toolbar' => 'Basic', 'hasMsWordNote' => true] ); $this->addElement( 'htmlEditor', 'aboutBlock2', ['label' => 'Upcoming Events', 'required' => true, 'toolbar' => 'Basic', 'hasMsWordNote' => true] ); $this->addElement( 'htmlEditor', 'aboutBlock3', ['label' => 'Mary Kay', 'required' => true, 'toolbar' => 'Basic', 'hasMsWordNote' => true] ); return $this; } }