setId('post_tabs'); $this->setDestElementId('edit_form'); $this->setTitle(__('Post Information')); } protected function _beforeToHtml() { $this->addTab( 'related_posts_section', [ 'label' => __('Related Posts'), 'url' => $this->getUrl('blog/post/relatedPosts', ['_current' => true]), 'class' => 'ajax', ] ); $this->addTab( 'related_products_section', [ 'label' => __('Related Products'), 'url' => $this->getUrl('blog/post/relatedProducts', ['_current' => true]), 'class' => 'ajax', ] ); return parent::_beforeToHtml(); } }